braintree / braintree_java

Braintree Java library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
158 stars 99 forks source link

There is no SEPA payment method in PaymentMethodParser #125

Open xxxrazorxxx opened 7 months ago

xxxrazorxxx commented 7 months ago

General information

Issue description

Hello, there is information in documentation, that we can use find method of payment method gateway to find payment method by token: https://developer.paypal.com/braintree/docs/reference/request/payment-method/find/java

But, if I tries to find it with SDK, it always returns UnknownPaymentMethod instance for SEPA tokens, because PaymentMethodParser doesn't allow parsing SEPA payment method response

hollabaq86 commented 6 months ago

👋 thanks for reaching out. You're totally right, when we added support for SEPA in 3.20.0 we missed the payment method parser function 🙃

I don't have an ETA on when this fix will get rolled out, you're welcome to submit a PR with the fix if you like! Otherwise, we will eventually get to fixing this up.

hollabaq86 commented 6 months ago

for internal tracking, issue 31846