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. (All parameters are type: string.)

ParameterDescription
altTransactionSupported values:

1 — alt transaction (PayPal/ACH/ACSS/BECS)
0 — any other transaction
jwtIdBlueSnap identifier for the token.

merchantTransactionId

Merchant's unique ID for a new transaction. Not relevant for a subscription or creating a shopper.
merchantShopperIdMerchant's unique ID for a shopper.
This matches the jwtId by default, or the supplied merchantTransactionId if a transaction is taking place.
signatureAn encrypted signing key used as an additional layer of security to securely sign checkout requests.
subscriptionSupported values:

1 — subscription
0 — not a subscription
subscriptionIdBlueSnap identifier for the subscription.
This is only present in your successUrl  if the subscription was successful. Not relevant for a regular one-time transaction or creating a shopper.
transactionIdBlueSnap 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.
vaultedShopperIdBlueSnap identifier for a vaulted shopper with saved payment information that can be used in future transactions.