Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Code Block
<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.

Basic 3DS Instructions