open-banking-gateway
open-banking-gateway copied to clipboard
Decoupled SCA approach
- [x] Validate decoupled SCA approach
- [ ] Tests for decoupled SCA approach
There should be implemented frontend task for decoupled approach. So far why PSU selects decoupled SCA method, the server will asynchronously check the authorization status of the consent/payment until it gets finalized status type or the timeout will happen. Frontend need to check the current context and in case of authorization finalization -update the UI correspondingly
Decoupled approach for single and multiple SCA was implemented for AIS and PIS flows. The task is blocked by the current version of xs2a adapter(0.0.9): the reason is that in this version PaymentInitiationService#getPaymentInitiationScaStatus is not implemented and was implemented in later versions. To merge this task, first migration to actual version of xs2a adapter is needed (0.1.3 at least)