Return URL Parameters
When BlueSnap directs your shopper back to your website (either to your successUrl
or cancelUrl
from Step 2 of implementation), your URL query string is appended with the parameters below. You can parse the URL query string for these parameters to obtain details about the transaction.
Parameter | Type | Description |
---|---|---|
altTransaction | string | Supported values: - 1 : If it is an alt transaction (PayPal/iDeal/Sofort/ACH/ACSS/BECS)- 0 : any other transaction |
jwtId | string | BlueSnap identifier for the token. |
merchantTransactionId | string | Merchant's unique ID for a new transaction. Not relevant for a subscription |
subscription | string | Supported values: - 1 : If it is a subscription- 0 : not a subscription |
subscriptionId | string | BlueSnap identifier for the subscription. This is only present in your successUrl if the subscription was successful.Not relevant for a regular transaction. |
transactionId | string | BlueSnap identifier for the transaction. This is only present in your successUrl if the transaction was successful or if a subscription invoice was created but is pending approval. |
Updated 3 months ago