Skip to content
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

[BUG] Mandatory iban and ownerName for SEPA Direct Debit in recurring payment API request #1380

Open
guney opened this issue Aug 14, 2024 · 0 comments
Labels
bug Something isn't working needs response

Comments

@guney
Copy link

guney commented Aug 14, 2024

Describe the bug

This is the same issue with #1367, but for SEPA Direct Debit in recurring payments. When using the Checkout API to pass an existing stored payment method ID belongs to SEPA Direct Debit, iban and ownerName fields still seem mandatory:

/**
* The International Bank Account Number (IBAN).
*/
'iban': string;
/**
* The name of the bank account holder.
*/
'ownerName': string;

However, as per the code snippet given in the documentation (https://docs.adyen.com/payment-methods/sepa-direct-debit/api-only/#make-recurring-payment) seems like they shouldn't be in the recurring payment body.

Expected behavior

I'd expect recurring payment to require no additional data other than storedPaymentMethodId.

Desktop (please complete the following information):

  • OS: Mac
  • Node Version: 20.12.2
  • NPM Version: 10.5.0

Additional context

  • @adyen/api-library version: 16.3.0 & 18.1.0
@guney guney added the bug Something isn't working label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs response
Projects
None yet
Development

No branches or pull requests

1 participant