Payment Process Flow

Merchant is required to call Do Payment API to perform payment. 2c2p will return Do Payment Response to merchant and this is require merchant to follow the process flow by each of the code.

Below are the list of process flow code.

Response CodePlatformPayment Flow
1000Web / MobileLoad redirect URL with IFrame / Webview.
1001MobileDo full redirect to 3rd party web page.
1002Web / MobileLoad redirect URL with multiple tab in external web browser or Load redirect Scheme URL to open 3rd party application that do not do call back.
1003Web / MobileGet Alternative Payment Method (123) payslip information and set transaction status PENDING.
1004MobileRedirect to external app with app scheme, and back with app call back.
1005Web / MobileDisplay generated QR information for scan.
2000Web / MobileTransaction completed, perform payment inquiry to get payment status and full response.
2001Web / MobileTransaction in progress.
2002Web / MobileTransaction not found.
2003Web / MobileFailed To Inquiry.
Other CodeWeb / MobileTransaction failed or rejected, perform payment inquiry to get payment status and full response.