Make iban and ownerName optional in SepaDirectDebitDetails#1711
Make iban and ownerName optional in SepaDirectDebitDetails#1711gourabsingha1 wants to merge 4 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request exports the InvalidSecurityKeyException from the main entry point and updates the SepaDirectDebitDetails class to make the iban and ownerName properties optional. I have no feedback to provide as there are no review comments to address.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Thank you @gourabsingha1 for your contribution. Unfortunately we cannot merge the changes because we don't update the code manually, but instead we generate it from the OpenAPI spec. |
According to Adyen documentation, iban and ownerName are optional fields in SepaDirectDebitDetails requests when a stored payment method ID is used.