0

I am trying to integrate Android pay into my app using Braintree SDK. To test this, we need "Android pay" app installed and we should add card details also right? I am using sandbox for testing..For testing on sandbox, do we need to add card(debit/credit) details into Android pay app? If so can I add test cards supported by Braintree? please let me know .

angrybird
  • 45
  • 1
  • 6

2 Answers2

1

Full disclosure: I work at Braintree. If you have any further questions, feel free to contact support.

For testing in sandbox you will need to add a real, valid card into the Android Pay app. Android Pay will not accept Braintree test cards.

pblesi
  • 534
  • 2
  • 6
  • So where all these money dedected from our cards will go? – angrybird Feb 11 '16 at 16:47
  • The sandbox will not actually charge your card. The card is only used to demonstrate the app's flow; it will not be passed to Braintree at all. Fake information will be inserted instead. – pblesi Feb 11 '16 at 18:49
0
  1. Pick correct Android Pay apk variant from apkmirror website.
  2. Turn on Sandbox Mode using

    adb shell cd /sdcard/Download; rm ­f android_pay_env_override_*; touch android_pay_env_override_sandbox;

For more detail checkout this link

Community
  • 1
  • 1
Qamar
  • 4,959
  • 1
  • 30
  • 49