You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.