Skip to main content
After initiating the transaction, redirect the user to the webRedirectionUrl returned in the response. The user uploads their bank statement PDFs there, and is then sent back to the redirectUrl you supplied.
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 the webRedirectionUrl. The hosted screen guides them through the PDF bank statement upload process. Once the journey finishes, the user is returned to the redirectUrl you supplied, with the result appended as query parameters.

Callback query parameters

Example callback

The callback status is a quick UI signal only. Always confirm the terminal outcome via Track Status.

Next steps

Continue to Track Status — webhook, status polling, or in-iframe UI events.