Coinsub

Step 1

Go to CRM > Gateways > Gateway Integrations

Click the Coinsub gateway tile and press the Activate button

Step 2

Enter merchantid and apiKey from your Coinsub account

Step 3

The Checkout page must be secure HTTPS. A non-secured call to the Coinsub gateway will be rejected.

Pass paySource=PREPAID and prepaidType=COINSUB on the import order API call from your checkout page

One option is to use hidden input fields on the page

<input type="hidden" name='paySource' value="PREPAID">
<input type='hidden' name='prepaidType' value='COINSUB'>

Step 4

This next step can be ignored if using CheckoutChamp hosted pages

The checkout page must handle standard 3DS processing

Direct API 3DS Instructions

Step 5

This step is for CheckoutChamp hosted pages only

  • Edit the funnel on which to process with Coinsub

  • Go to Settings > Payments > Alternate Payment Methods. Select the Coinsub gateway on which to process

  • Edit the checkout page

  • Drag a Coinsub button onto the page. Style the button as needed. Set Action=Submit + Route.

  • Save and exit the page builder

  • Select the Coinsub button on an arrow leaving the checkout page.

  • Publish

Last updated