braintree / braintree-android-drop-in

Braintree Drop-In SDK for Android
https://developers.braintreepayments.com/guides/drop-in/android/v2
MIT License
124 stars 79 forks source link

How to test the Braintree transaction in sandbox account #227

Closed Sumit2668 closed 3 years ago

Sumit2668 commented 3 years ago

General information

Issue description

I am using DropIn in xamarin forms and create a transaction with Xamarin.Android dropIn credit card payment and also get the token
WhatsApp Image 2021-04-22 at 12 34 37 PM

after that, I log in to Braintree sandbox and click on the transaction tab then click Run button. this time I am not getting any transactions.

Screenshot 2021-04-22 at 12 39 03 PM
crookedneighbor commented 3 years ago

You need to pass the token to your server and use a Braintree server sdk to call transaction.sale with the payment method nonce: https://developers.braintreepayments.com/reference/request/transaction/sale/

Transactions aren't made on the client, only the server.

Please reach out to our support team for further assistance with your integration: https://help.braintreepayments.com/