QuickPay

STEP 1

Go to Gateways > Gateway Integrations

STEP 2

Scroll down to QuickPay

STEP 3

Click the green Activate button to activate QuickPay

STEP 4

Enter Apikey and MerchantId in the General Details Section of the Mid Creation Screen. Also choose to enable native 3D Secure processing (Secure3DS). If processing only straight-sale products (no subscriptions/rebills) then check the StraightSaleOnly box.

Apikey and MerchantId will be obtained from your QuickPay account.

Reference: https://quickpay.net

STEP 5

Click the green Create Gateway button to save your changes and create the gateway.

STEP 6

CheckoutChamp Builder

  1. Setup the gateway as described in Steps 1-5

  2. On the checkout page, edit your checkout button. Set Title=QuickPay and Action=Submit + Route. Also set Product if the page is a single-product checkout.

  3. Save the page and exit the page builder

  4. Draw an arrow leaving the checkout page, if it does not already exist

  5. On the arrow settings, choose the QuickPay button

  6. Publish

API Checkout page setup

Checkout page should be secure HTTPS. A non-secured call to the QuickPay gateway will be rejected.

Pass paySource=PREPAID and prepaidType=QUICKPAY 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='QUICKPAY'>

Last updated