Handling Redirects

These URLs define which page of a partner's customers are being redirected to after they have completed their transactions in Coda's payment interface.

How to configure the address

Sandbox environment: Contact the Codapay Support Team, and request assistance configuring the URL.

Production environment: Partners can configure at Publisher Portal at any time. By clicking on Integration -> Security -> Codapay Partner Settings. It will take effect immediately.

3 Types of Redirect URL

Three redirection URLs that partners must configure. If there is no need to categorize the redirect page, partners can reuse the same redirect address.

Complete landing page URL

When a customer leaves Coda's payment page after completing a carrier billing, e-wallet, or card payment, they will be redirected to the Complete Transaction Redirect URL by using HTTPS/TLS 1.2 Get Method with the following parameters.

Example: http://new.merchant.com/complete.php?TxnId=XXXXXXXXX&OrderId=YYYYYYYYY On this page, partners should state the result of the transaction to the customer.

Bank Transfer Transaction Pending Redirect URL

When a customer leaves Coda's payment page after initiating a bank transfer, they will be redirected to the bank transfer transaction pending redirect URL by using TLS 1.2 GET method with the following parameters.

Example: http://new.merchant.com/atm-pending.php?TxnId=XXXXXXXXX&OrderId=YYYYYYYYY

Partners should show a message on this page to clarify the status of the order, e.g. “Your order is confirmed, and pending payment. Please follow the instructions provided to you to complete your payment at the ATM. Once your payment is completed, we will fulfill your order immediately.”

Convenience Store Transaction Pending Redirect URL

When a customer leaves Coda's payment page after initiating a convenience store payment, they will be redirected to the convenience store transaction pending redirect URL by using HTTP/TLS 1.2 GET method with the following HTTP parameters.

Example: http://new.merchant.com/otc-pending.php?TxnId=XXXXXXXXX&OrderId=YYYYYYYYY

Partners should show a message on this page to clarify the status of the order, e.g. “Your order is confirmed, and pending payment. Please follow the instructions provided to you to complete your payment at the Convenience Store. Once your payment is completed, we will fulfill your order immediately.”

Last updated