[BUG] Mandatory iban
and ownerName
for SEPA Direct Debit in recurring payment API request
#1380
Labels
iban
and ownerName
for SEPA Direct Debit in recurring payment API request
#1380
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
andownerName
fields still seem mandatory:adyen-node-api-library/src/typings/checkout/sepaDirectDebitDetails.ts
Lines 16 to 23 in d7702ab
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):
Additional context
The text was updated successfully, but these errors were encountered: