braintree_android icon indicating copy to clipboard operation
braintree_android copied to clipboard

LocalPayment MyBank not work

Open Jake-Jiang opened this issue 4 months ago • 1 comments

Braintree SDK Version

5.13.0

Environment

Production

Android Version & Device

Android 15

Braintree dependencies

implementation project(':AmericanExpress') implementation project(':Card') implementation project(':GooglePay') implementation project(':LocalPayment') implementation project(':PayPal') implementation project(':DataCollector') implementation project(':PayPalMessaging') implementation project(':ShopperInsights') implementation project(':SEPADirectDebit') implementation project(':ThreeDSecure') implementation project(':Venmo') implementation project(':VisaCheckout')

Describe the bug

I integrated MyBank according to your documentation, but when I tried to use My Bank to pay, I encountered an internal error in your SDK. How can I resolve this?

To reproduce

  1. Click the MyBank button
  2. Get error

Expected behavior

  1. Click the MyBank button
  2. Pay Successful

Screenshots

Image

Jake-Jiang avatar Aug 20 '25 06:08 Jake-Jiang

Hi, thank you for reporting this issue. We have tested MyBank LocalPayment in our demo app and were not able to reproduce the error you are seeing. Will you be able to provide the code snippets on how you integrate it in your app, specifically how the request is being created and the way you start the client. It is also helpful to see a full httpError as well.

noguier avatar Aug 27 '25 21:08 noguier