Redirect Querystring Values

Definitions for the query string values that are returned when the redirect happens after completion of a launch

Each payload provided to the flow has a redirecturl property that will direct the user to the location provided after flow is complete. Securely appends certain query string values to the redirect to identify the result of the request.

QueryStringDefinition
sThe final status of the operation. "SUCCESS" or "CANCELLED"
tThe traceNumber provided at launch creation.
lkThe launchKey provided at launch creation.
aThe amount paid as part of the charge. Includes fees and costs paid by the customer.
Only included after a “CHARGE” flow.
taThe tip provided by the customer. Will be zero if none or tipping is disabled.
Only included after a “CHARGE” flow.
prThe id of the payment request that was created during the launch.
Only included after a “CHARGE” and “STANDALONE_REFUND” flows.