-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payments Requests containing ReadRefundAccount=Yes should return accountNo and sortcode #14
Closed
2 tasks done
BohoCode opened this issue
Dec 7, 2020
· 2 comments
· Fixed by OpenBankingToolkit/openbanking-aspsp#319, OpenBankingToolkit/openbanking-uk-extensions#104 or OpenBankingToolkit/openbanking-reference-implementation#352
Closed
2 tasks done
Payments Requests containing ReadRefundAccount=Yes should return accountNo and sortcode #14
BohoCode opened this issue
Dec 7, 2020
· 2 comments
· Fixed by OpenBankingToolkit/openbanking-aspsp#319, OpenBankingToolkit/openbanking-uk-extensions#104 or OpenBankingToolkit/openbanking-reference-implementation#352
Comments
Payments affected
Versions
|
Related issue: 16:Payment Initiation model version 3.1.4 missed fields (Refund)
|
jsanhc
added a commit
to OpenBankingToolkit/openbanking-aspsp
that referenced
this issue
Dec 24, 2020
- Domestic payments - Internationsl payments Issue: OpenBankingToolkit/openbanking-toolkit#14
jsanhc
added a commit
to OpenBankingToolkit/openbanking-aspsp
that referenced
this issue
Jan 5, 2021
- Domestic payments - Internationsl payments Issue: OpenBankingToolkit/openbanking-toolkit#14
jsanhc
added a commit
to OpenBankingToolkit/openbanking-aspsp
that referenced
this issue
Jan 11, 2021
* 14: payment refunds - Domestic payments - Generated API version 3.1.4 and delete extended version 3.1.3 - modules: aspsp-rs-gateway, aspsp-rs-mock-store - Create converter for version 3.1.4 - Fix converter 3.1.5 to handler `Read refund account` enumeration values in consent - Introduced in the payment response the `refund` object account when `read refund account` is set to `YES` - Created Integration tests for versions 3.1.4 and 3.1.6(extends 3.1.5) - Domestic payments - International payments Issue: OpenBankingToolkit/openbanking-toolkit#14 * Update starter parent to the latest version * suggested changes and improvements * fix packagePayment method name to responseEntity on all versions, delete final modifier on RefundPaymentsFactory
BohoCode
changed the title
Payments Requestions containing ReadRefundAccount=Yes should return accountNo and sortcode
Payments Requests containing ReadRefundAccount=Yes should return accountNo and sortcode
Jan 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ZD: 55834
When a TPP sets the ReadRefundAccount=yes in a payment request the response should contain Sort Code and Account Number.
The ReadRefundAccount field was added in 3.1.4 so this functionality needs to be put into a filter and that filter needs to be added to 3.1.4, 3.1.5 & 3.1.6 controllers.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: