Closed dbadham-fr closed 2 years ago
Confirmed: Only VRPs payment support more than one submit payment under an authorised consent.
Consent [1] ---> [*] vrps
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.
x-idempotency-key
for those vrps api versions that doesn't defined that header in the spec to implement the same solution and keep the same behaviour through all VRPs api versions.That's correct about 3.1.8, what you suggest makes sense and will make the controller logic consistent.
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