## Process the return URL
Upon receiving a successful redirect to your `returnUrl`, you should associate the account on file with the provided `transactionId`.
If you are using the Split Token flow, you must also verify the corresponding incoming `Authorize` webhook event associated with this `transactionId` and store the `splitToken` provided in that event alongside the account details.
## Parameters
The following table outlines the parameters appended to the redirect URL and provides their definitions.
| Parameter | Definition |
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `transactionId` | A unique Trustly transaction identifier. (15 characters) |
| `transactionType` | See [Transaction Types](/integrate/api-fundamentals/status-codes-and-type-definitions#transaction-types) for a complete list of values and their definitions. |
| `merchantReference` | A specific merchant reference for this cancellation. For example, this could be your order number or session ID. |
| `status` | See [Transaction Status Values](/integrate/api-fundamentals/status-codes-and-type-definitions#transaction-status-values) for a complete list of values and their definitions. |
| `payment.paymentType` | See [Payment Types](/integrate/api-fundamentals/status-codes-and-type-definitions#payment-types) for a complete list of values and their definitions. |
| `payment.paymentProvider.type` | See [Payment Provider Types](/integrate/api-fundamentals/status-codes-and-type-definitions#payment-provider-types). |
| `payment.account.verified` | Boolean status indicating if the bank account was verified during the flow. |
| `panel` | Integer value representing the Trustly screen the user exited the flow on. Refer to [Panel Values](/integrate/api-fundamentals/status-codes-and-type-definitions#panel-values) for a complete list of values and their definitions. |
| `payment.paymentProviderTransaction.status` | Integer value representing the Payment Provider Transaction Status of the transaction. Refer to [Payment Provider Transaction Status](/integrate/api-fundamentals/status-codes-and-type-definitions#payment-provider-transaction-status-values) for a complete list of values and their definitions. |
| `requestSignature` | This is a signature that you can calculate to ensure the request you receive is coming from Trustly. See [Verifying the Redirect Request](/integrate/api-fundamentals/secure-requests-and-signature-validation#validate-the-redirect-signature) for more information. |