Desktop/Mobile Website Browser
Accept Pay-easy ATM and online banking payments on your website by redirecting shopper to Pay-easy pages. See checkout processes below:
Pay-easy ATM:
- The shopper chooses to pay at ATM as the payment option
- The shopper is redirected to the payment selection page where they select Pay-easy and the type of ATM
- A payment number is generated for the shopper to take to the ATM
- At the ATM, the shopper selects the option to pay tax and fee transfer at ATM
- The shopper enters the payment number
- The shopper pays with cash or card to complete the payment
Pay-easy online banking:
- The shopper chooses to pay via Online Bank Transfer
- The shopper is redirected to the payment selection page where they select Pay-easy and choose to pay with online banking
- The shopper selects their bank
- The shopper is redirected to the bank’s online banking page
- The shopper enters banking details and confirms the payment
Step 1. Initialize a Payment Intent
Create a PaymentIntent object with a request_id
, amount
, currency
and a merchant_order_id
from your backend server.
Step 2. Redirect to Pay-easy to complete payment
When a shopper selects to pay with Pay-easy on their desktop/mobile browser, call the following API endpoints to get the URL which you can use to redirect the shopper to Pay-easy payment page to complete the payment.
- Obtain URL from Airwallex and redirect shopper to Pay-easy
Request:
Response: Render the value of url
to redirect shoppers to Pay-easy.
- Wait for notification from Airwallex
Airwallex will notify you on the payment result asynchronously via the webhook API. Please refer to webhook documentation to set up your webhook accordingly. Although subscribing to different events is optional, it is recommended to at least subscribe to the payment_intent.succeeded
which indicates that the shopper has successfully paid for the order via Pay-easy.
- Query the PaymentIntent status
You may also query the status of a payment anytime via the PaymentIntents API