Adyen / adyen-go-api-library

Adyen API Library for Go
MIT License
52 stars 27 forks source link

Bancontact payment method on last lib versions #282

Closed zaitera closed 6 months ago

zaitera commented 8 months ago

Describe the bug CheckoutPaymentMethod does not have any option for bcmc (bancontact)

To Reproduce Steps to reproduce the behavior:

  1. Use the frontend of adyen web on version 5.55.1
  2. Use this adyen golang lib 8.1.0
  3. Use an environment that has bancontact card enabled
  4. Use auto parsing from payment data from adyen web to a PaymentRequest it will work for other payment methods and fail on bcmc because CheckoutPaymentMethod has no option for bancontact.

Expected behavior CheckoutPaymentMethod(s) shall have an option of bcmc also, like the tens of other payment methods that are there

Screenshots Hereby two screenshots of how these values of bcmc used to look like on previous versions of adyen web (scheme) and how it looks now on the last versions of both golang lib and web (bcmc):

image image

These are by selecting the same payment method on both occasions

Desktop (please complete the following information):

zaitera commented 8 months ago

@michaelpaul

wboereboom commented 7 months ago

Hi @zaitera ,

Thanks for raising this issue. We are currently working on a fix for this in our API spec. After this fix passed review it will automatically be included in the next release of the library. Thank you for your patience, and apologies for any delay this might've caused.

Kind Regards, Wouter Adyen

zaitera commented 7 months ago

@wboereboom thanks for the update, do you have any estimation on when the next release of the lib will be?

zaitera commented 6 months ago

@AlexandrosMor @gcatanese @wboereboom @michaelpaul @jillingk Hello, thanks for the release v9, we have been waiting for it for a while now. I just wanna raise a problem here, this release is not updatable/usable because although the number is 9.0.0, it still uses v8 in the module path. Related to this: image

zaitera commented 6 months ago

result of that command: image

jillingk commented 6 months ago

Hi @zaitera,

Thanks for letting us know, we completely forgot to retag that one. Just manually rereleased v9, you should be able to retrieve it correctly now. Apologies for the troubles.

Best, Jilling Adyen