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.
QueryString | Definition |
---|---|
s | The final status of the operation. "SUCCESS" or "CANCELLED" |
t | The traceNumber provided at launch creation. |
lk | The launchKey provided at launch creation. |
a | The amount paid as part of the charge. Includes fees and costs paid by the customer. Only included after a “CHARGE” flow. |
ta | The tip provided by the customer. Will be zero if none or tipping is disabled. Only included after a “CHARGE” flow. |
pr | The id of the payment request that was created during the launch. Only included after a “CHARGE” and “STANDALONE_REFUND” flows. |
Updated 12 months ago