adyen-node-api-library icon indicating copy to clipboard operation
adyen-node-api-library copied to clipboard

[BUG] Unexpected mandatory issuer in iDEAL details

Open dicearr opened this issue 1 year ago • 0 comments

Describe the bug

When using the checkout API to create an iDEAL payment, the issuer is mandatory: https://github.com/Adyen/adyen-node-api-library/blob/7c0c9ad18b84f2fca5f6be7967f9f862f216dcbc/src/typings/checkout/idealDetails.ts#L19

However, as per the code snippet given in the documentation (https://docs.adyen.com/payment-methods/ideal/api-only/#make-payment) seems like it should be optional.

Expected behavior

I'd expect documentation and typings to be aligned.

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.2.0 & 17.2.0

dicearr avatar Jun 25 '24 14:06 dicearr