Redirection Parameters
Merchant will receive following data as query parameters upon redirection after payment completion:
Note
Refer Error Codes List for more details.
Refer Signature Verification to check for Signature verification of response data received in redirection.
Parameter list
amount
amount
double
The amount of the transaction
currency
currency
string
The currency of the transaction
merchant_order_ref
merchant_order_ref
string
Order Reference sent by merchant to initiate transaction
order_ref
order_ref
string
PortOne's Order Reference, used further for refund and other disputes
channel_order_ref
channel_order_ref
string
Payment Channel's Order Reference
link_order_ref
link_order_ref
string
Order Reference sent by merchant to initiate payment link
message
message
string
The user message of the transaction
status
status
string
The current status of the transaction
status_channel_reason
status_channel_reason
string
The reason given by the PSP for the status
status_code
status_code
string
The status code of the transaction. Refer Error Codes List for more details.
status_reason
status_reason
string
The reason for the transaction status
signature_hash
signature_hash
string
Calculate hash as mentioned at Hash Generation Reference, verify if it is equal to signature_hash
buyer_address1
buyer_address1
string
The primary address of the buyer
buyer_address2
buyer_address2
string
The secondary address of the buyer
buyer_city
buyer_city
string
The city of the buyer
buyer_country
buyer_country
string
The country code of the buyer
buyer_email
buyer_email
string
The email address of the buyer
buyer_name
buyer_name
string
The name of the buyer
buyer_phone
buyer_phone
string
The phone number of the buyer
channel_key
channel_key
string
The key of the payment channel
channel_name
channel_name
string
The name of the payment channel
description
description
string
The description of the transaction
lang
lang
string
The language code used
merchant_brand_name
merchant_brand_name
string
The brand name of the merchant
merchant_logo
merchant_logo
string
The URL of the merchant's logo
method_key
method_key
string
The key of the payment method used for the transaction
method_name
method_name
string
The name of the payment method used for the transaction
payment_source
payment_source
string
The source of the transaction
support_email
support_email
string
The support email for the transaction
support_phone
support_phone
string
The support phone for the transaction
Updated about 2 months ago