Last updated
Last updated
Airwallex supports multiple payment methods - credit card, , , BLIK, Bancontact, iDEAL, P24, Klarna, EPS, and SEPA Direct Debit.
Contact Airwallex to enable the third-party 3DS feature
Contact Airwallex to enable the skip 3DS feature
STEP 1
Go to Gateways | Gateway Integrations and select the Airwallex tile. Click on +Activate.
Enter a Title for the gateway.
Then enter the following information specific to Airwallex:
clientId - obtained from Airwallex
secure3DS - choose Default, Skip, or Force. Check with your Airwallex account manager for the proper choice.
sendUpsellToken - choose to send a payment token instead of card number on upsells.
Steps 3-5 can be skipped if using CheckoutChamp hosted pages
STEP 3
Add the hidden input browserData inside of the same form as the card input.
<input type="hidden" name="browserData" value="" id="browserData">
STEP 4
Add this script to your page before the closing body tag.
If using Secure 3DS be sure the checkout page supports the challenge requests
apiKey - obtained from Airwallex. This must be a restricted API key. The restricted API key must be set with only the permission Payment Acceptance → Payment Acceptance (Edit & View). Do not set any other permissions. Follow instructions .
Nothing else is required on this page. Please review this for more details. Press Create Gateway when finished.
If using CheckoutChamp pages then follow Apple Pay instructions .
If not using CheckoutChamp pages then obtain the appropriate token on your page and pass applePayToken to CheckoutChamp on the API call.
If using CheckoutChamp pages then follow Google Pay instructions .
If not using CheckoutChamp pages then obtain the appropriate token on your page and pass googlePayToken to CheckoutChamp on the API call.