webRedirectionUrl returned
in the response. The user completes the AA consent journey there — and, if AA cannot deliver, the same
journey transparently guides them through the PDF statement upload fallback.
The
webRedirectionUrl carries a time-bound access_token. Use it exactly as returned — do not
modify or re-encode it.Redirect the user
Send the user (browser or in-app web view) to thewebRedirectionUrl. Once the journey finishes, the
user is returned to the redirectUrl you supplied, with the result appended as query parameters.
Callback query parameters
| Param | Description |
|---|---|
txnid | Transaction identifier |
status | true = success, false = failure |
Example callback
The callback
status is a quick UI signal only. Always confirm the terminal outcome — including
whether data arrived via AA or the PDF fallback — via Track Status.