For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

  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:

Name
Type
Length
Description

TxnId

Numeric

N/A

Unique TxnId returned from the payment request initiation.

OrderId

String

64

Unique transaction identifier passed in the payment request initiation call.

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 is only for Bank Transfers in Indonesia and Philippines.

This URL is accessed using GET method with the following parameters:

Name
Type
Length
Description

TxnId

Numeric

N/A

Unique TxnId returned from the payment request initiation.

OrderId

String

64

Unique transaction identifier passed in the payment request initiation call.

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:

Name
Type
Length
Description

TxnId

Numeric

N/A

Unique TxnId returned from the payment request initiation.

OrderId

String

64

Unique transaction identifier passed in the payment request initiation call.

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?