webRedirectionUrl returned in the response. The user completes the consent
journey there, and is then sent back to the redirectUrl you supplied.
Redirect the user
Open thewebRedirectionUrl in the user’s browser (or a web view). The URL
carries a time-bound access_token — use it as-is and do not modify it.
Return to your app
Once the journey finishes, the user is redirected back to yourredirectUrl with
the following query parameters appended:
| Param | Description |
|---|---|
txnid | Transaction identifier for the journey. |
status | true if the journey succeeded, false if it failed. |
Example
The redirect
status is a quick signal for your UI. Always confirm the terminal
outcome via Track Status before fetching data.