Consenting principle
Whenever you need to get access to account or to initiate a payment, the bank is involved to identify the PSU and ask his consent. This is important and a guarantee of confidence for the end user.
This is done in majority of the cases with a web redirection. Here is the base principle. Consider the "Application" as your application plus our services.
- The user ask you to add accounts or initiate a payment.
- The Application is requesting and account access request or initiate a payment.
- The bank give back the identification URL
- The Application redirects the user to the given URL.
- The user identifies himself to the bank and give the consent.
- The bank redirect the user to the Application with the necessary information to get the consent.
Updated 5 months ago