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.
How to Configure Redirect URLs
Partners can configure URLs in the Publisher Portal at any time. Refer to Set up payments for instructions. Changes will take effect immediately.
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.
Complete Landing Page URL: Redirects customers to a page indicating the completion status of their transaction.
Bank Transfer Transaction Pending Redirect URL: Redirects customers to a page indicating their bank transfer transaction is pending.
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=YYYYYYYYYInstructions
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 is only for Bank Transfers in Indonesia and Philippines.
This URL is accessed using GET method with the following parameters:
Example
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
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
Was this helpful?