OpenBankingToolkit / openbanking-aspsp

ForgeRock OpenBanking ASPSP
Apache License 2.0
6 stars 4 forks source link

874: Allow multiple VRP payments for a consent #501

Closed dbadham-fr closed 2 years ago

dbadham-fr commented 2 years ago

Bug fix to allow multiple VRP payments to be made for a single consent, the fix is being made to v3.1.8 and v3.1.9 implementations

Issue: https://github.com/ForgeCloud/ob-deploy/issues/874

jsanhc commented 2 years ago

Confirmed: Only VRPs payment support more than one submit payment under an authorised consent. Consent [1] ---> [*] vrps

jsanhc commented 2 years ago

Pending to discuss.

This fix will work for version 3.1.9 because the x-idempotency-key header has been defined as required in open api version 3.1.9 but isn't defined for open api version 3.1.8, in consequence we can't force the tpp to use the x-idempotency-key header when is consuming the vrps api version 3.1.8.

dbadham-fr commented 2 years ago

That's correct about 3.1.8, what you suggest makes sense and will make the controller logic consistent.