Payment Gateway

Set up your store

Create a merchant account first. Then install the plugin and paste your credentials.

1. Request access

Start here if you do not already have a Payment Gateway API Base URL and Merchant Token. The request page runs an immediate site-readiness review and returns feedback before a processor account is created.

How access works

Supported categories include research biochemical materials and coaching / educational services.

2. Download

3. WooCommerce install

  1. Open WordPress admin.
  2. Go to Plugins → Add New → Upload Plugin.
  3. Upload payment-gateway-woocommerce-plugin.zip.
  4. Activate Payment Gateway.
  5. Go to WooCommerce → Settings → Payments → Payment Gateway.
  6. Paste your Payment Gateway API Base URL.
  7. Paste your Payment Gateway Merchant Token.
  8. Choose Inline card fields in WooCommerce checkout for modern Checkout Blocks, or Payment Element page fallback for older checkout flows.
  9. Click Save changes.
  10. Reload the settings page.
  11. Click Test Payment Gateway connection.

Apple Pay and Google Pay can appear in the on-site flow when the customer's browser/device and the merchant domain are eligible.

4. Values to paste

5. Connection test results

6. Custom site setup

Give the Custom Site SDK ZIP, API Base URL, and Merchant Token to the developer or AI agent building the site.

Create a server checkout route with createGatewayServerClient.
Create a callback route with verifyGatewayCallbackSignature.
Keep the Merchant Token server-side only.
Use the PaymentIntent helper once per order for on-site Payment Element checkout.
Use hosted redirect only as the fallback flow.

7. Shopify bridge setup

Use the Shopify bridge when a merchant needs an offsite/manual payment workaround without a native Shopify payment app approval.