Subscription 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 the subscription redirection.
Parameter List
amount
amount
double
The amount for the first deduction in a REGULAR subscription. This field does not apply to ONDEMAND subscriptions.
channel_order_ref
channel_order_ref
string
Payment Channel's Order Reference
currency
currency
string
The currency of the subscription
frequency
frequency
integer
The frequency of the subscription
initial_amount
initial_amount
double
The amount of the first deduction in an ONDEMAND subscription. This field does not apply to REGULAR subscriptions.
lang
lang
string
The language preference for the transaction (e.g., "en" for English).
link_order_ref
link_order_ref
string
The PortOne order reference of the subscription link
merchant_brand_name
merchant_brand_name
string
The brand name of the merchant
merchant_logo
merchant_logo
string
The URL link to the merchant's logo image.
merchant_order_ref
merchant_order_ref
string
Unique reference ID for the merchant's order.
message
message
string
A message indicating the result of the subscription
next_deduction_date
next_deduction_date
string
The date for the next deduction in the subscription cycle, in UTC format for a REGULAR subscription. This field does not apply to ONDEMAND subscriptions.
order_ref
order_ref
string
Unique reference ID for the order.
payment_source
payment_source
string
The source of the subscription
period
period
string
The period of the subscription for a REGULAR subscription. This field does not apply to ONDEMAND subscriptions.
recurrance_amount
recurrance_amount
double
The recurring amount for each cycle of a REGULAR subscription. This field does not apply to ONDEMAND subscriptions.
recurrance_count
recurrance_count
integer
The total number of recurrence cycles for a REGULAR subscription. This field does not apply to ONDEMAND subscriptions.
signature_hash
signature_hash
string
A hash signature for validating the authenticity of the subscription.
status
status
string
The current status of the subscription.
status_channel_reason
status_channel_reason
string
The reason provided by the channel for the subscription status
status_code
status_code
integer
The code representing the subscription status
status_reason
status_reason
string
A description of the reason for the subscription
subscription_order_ref
subscription_order_ref
string
The PortOne order reference of the subscription
subscription_type
subscription_type
string
The type of subscription (e.g., "REGULAR").
total_additional_cost
total_additional_cost
double
The total additional cost associated with the subscription.
total_amount
total_amount
double
The total amount of the subscription, including additional costs.
Updated 7 days ago