To avoid long waiting times for the end user while the transaction data is being processed, we have created a feature which enables you to redirect end users back to your app immediately after they have given their consent to access the account information data from the bank.
This applies to the requisitions where the end user agreement is longer than 90 days. If the EUA is less than 90 days, the immediate redirect happens automatically.
How to apply the feature
When creating a requisition, set redirect_immediate
as True
, in case your end user agreement is longer than 90 day. By default this parameter is set to False
.
If it's set to True
, the end user will be redirected back to your app immediately after consenting the access. /accounts
endpoint status will be PROCESSING and you have to wait until account status is READY before you're able to query the transactions. If you try to access the account before it is in status READY, you will get a HTTP 409 error explaining the reason in the message:
code: 409 summary: "Account is Processing" detail: "Your account data is currently being processed. Please try again shortly, or poll /accounts/{account_id}/ endpoint and retry when status is READY"
**Note - due to FCA regulatory requirements to display Value Added screen(Confirmation screen), the flow for UK banks includes one more screen.
The redirect_immediate is now also functional for connections with UK institutions. The user is immediately redirected to the screen and can return to your page before all their transactions are synced. WISE_TRWIGB22 is also a UK institution.
Comments
0 comments
Please sign in to leave a comment.