braintree / braintree_java

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

"usBankAccounts" data is missing in com.braintreegateway.Customer.getPaymentMethods #126

Open MonchynR opened 5 months ago

MonchynR commented 5 months ago

General information

Issue description

Task: I need to retrieve saved payment methods for the customer. Solution: getBraintreeGateway().customer().find(customerId).getPaymentMethods(); Issue: getPaymentMethods ignores saved "US Bank Account" Payment type.

image