Afterpay

Disclaimers:

No card details are stored for merchants using Afterpay’s Payment Gateway

Afterpay will work with the CheckoutChamp funnel builder, CheckoutChamp’s Form-code and landers that connect to CheckoutChamp via Direct API. This will NOT work with Order Entry.

Afterpay will only work for one-time purchases, it will NOT work for recurring billing/subscriptions and one-click upsells.

STEP 1

CheckoutChamp setup

Go to GatewaysGateway Integrations and select the AfterPay button. Click on +Activate.

Enter the following information specific to Afterpay:

  • Merchant_ID - Found on the footer of the Home page inside your Afterpay account.

  • Secret_Key - This is emailed to the account owner upon the account's creation. If you are having difficulties finding this you can reach out to your Business Development Manager or you can reach Afterpay Merchant Support: https://developers.afterpay.com/afterpay-online/docs/merchant-support

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

Steps 2 and 3 are instructions for Direct API and Form-Code integrations. If you are using the funnel builder, please follow these instructions: Afterpay (CheckoutChamp)

STEP 2

Assign the gateway to campaign products.

If you are using CheckoutChamp’s form-code, please redeploy the SDK after adding Afterpay and then you can skip Step 3.

STEP 3

Checkout page setup

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

Pass paySource=PREPAID and prepaidType=AFTERPAY on the import order API call from your checkout page. Do not pass any other card information.

One option is to use hidden input fields on the page

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

STEP 4

Checkout page setup

The checkout page must handle a merchant redirect exception. The consumer will be routed to Afterpay to complete the checkout.

CheckoutChamp Basic 3DS Instructions