Direct Integration#
This interface is applied for Server-To-Server mode. Therefore, the URL address will not change during the whole payment process.1.
Shopper submits order at merchant’s website
2.
Shopper submits payment details at payment page
3.
Merchant submits order info along with payment details
4.
Payment gateway processes the payment request and forwards the payment details to acquiring banks for authorization, and return the authorization result back to merchant
5.
Merchant obtains the payment result returned by payment gateway and decide how to display the result to shopper
Step 3 and 4 are server data submission so the URL will not be changed.
Redirect Integration#
Merchant creates and sends the payment request using HTTP protocol, and redirects shopper to our payment page.Our gateway system processes the payment request and forward the payment details to the card acquirers or schemes to make payment authorization.Our gateway system returns the payment result to the Return URL defined by merchant.iFrame#
This integration allows merchant to embed our payment page in their own website. Merchants need to apply to us when they need to use iFrame integration.