Redirect URLs for Transaction Status

Configure the appropriate redirect URLs to manage transaction status updates for your customers.

These URLs determine which page a customer is redirected to after initiating or completing a transaction in Coda's payment interface.

Types of Redirect URLs

There are three types of redirect URLs that partners must configure. If categorization is not necessary, partners can reuse the same redirect address.

  1. Complete Landing Page URL: Redirects customers to a page indicating the completion status of their transaction.

  2. Bank Transfer Transaction Pending Redirect URL: Redirects customers to a page indicating their bank transfer transaction is pending.

  3. Convenience Store Transaction Pending Redirect URL: Redirects customers to a page indicating their convenience store payment transaction is pending.

Complete Landing Page URL

When a customer leaves Coda's payment page after completing a carrier billing, e-wallet, or card payment, they are redirected to the Complete Transaction Redirect URL. This URL is accessed using a GET method with the following parameters:

Example

http://new.merchant.com/complete.php?TxnId=XXXXXXXXX&OrderId=YYYYYYYYY

Instructions

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 are redirected to the bank transfer transaction pending redirect URL. This URL is accessed using GET method with the following parameters:

Example

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

Instructions

Partners should display a message clarifying the order status, e.g., "Your order is confirmed and pending payment. Please follow the instructions provided 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 are redirected to the convenience store transaction pending redirect URL. This URL is accessed using GET method with the following parameters:

Example

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

Instructions

Partners should display a message clarifying the order status, e.g., "Your order is confirmed and pending payment. Please follow the instructions provided to complete your payment at the convenience store. Once your payment is completed, we will fulfill your order immediately."

Last updated