braintree_java
braintree_java copied to clipboard
"usBankAccounts" data is missing in com.braintreegateway.Customer.getPaymentMethods
General information
- SDK/Library version: 3.32.0
- Environment: Sandbox
- Language, language version, and OS: Java 18 on Mac OS
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.