Questions tagged [braintree-sandbox]

Use this tag only for issues related to the Braintree sand-boxing system for other question use the generic braintree tag.

Sandbox environment for Braintree payment system that allows you to get a feel for the Braintree experience before applying for a merchant account or going to production.

171 questions
0
votes
0 answers

Braintree integration with VueJS and Express server has different MerchantID on Heroku than localhost

I'm hosting my VueJS app on Heroku with an express server to serve the app and handle Braintree payments. The app works pergectly on my localhost but I have a different merchant ID cropping up on my Heroku deployment that I cannot find defined…
Simon Rogers
  • 101
  • 11
0
votes
0 answers

Paypal not working for subscription - PayPal Powered by Braintree and Woocommerce subscription

As mentioned in documentation to enable Paypal vault in braintree. I am not getting option in Braintree sandbox control panel, where to enable it. Can anybody help? Following is mentioned in…
0
votes
1 answer

Braintree - Advanced Fraud Tool

I am trying to configure Braintree advanced fraud tool according to this documentation: https://developers.braintreepayments.com/guides/advanced-fraud-tools/configuration in sandbox mode. When I switch it on, it shows green as activated. But when…
Komal
  • 1,068
  • 12
  • 23
0
votes
1 answer

Google Pay integration using Braintree Drop-In UI

I have completed integrating the Braintree gateway as my payments processor in my Android app. I use the Drop-In UI to complete the payments with the Google Pay option enabled. Everything is working as expected in the Sandbox environment and now I…
art
  • 115
  • 1
  • 7
0
votes
1 answer

Solidus Paypal Braintree Integration Not Working?

Using a sandbox account, I have been trying to integrate solidus_paypal_braintree with my app. Clicking the PayPal Checkout button brings up the PayPal window, without payment details. Then static control is returned to the app. What am I missing…
Guy
  • 11
  • 1
  • 4
0
votes
0 answers

How to show payment icon of braintree payments in swift 4?

I am calling func showDropIn(clientTokenOrTokenizationKey: String){} the method with my token and put test credit card number(4111 1111 1111 1111) in my PaymentSelectController but I want to show the credit card icon as well as credit card number…
KhanShaheb
  • 714
  • 2
  • 11
  • 26
0
votes
0 answers

Braintree Error handeling with ajax request

Hey Everyone I am trying to handel braintree errors but have run into a bit of trouble... I have a vuejs app that makes an ajax call to a php page to create the card.It returns a json object that looks like…
codernoob5
  • 121
  • 3
  • 13
0
votes
1 answer

Expected credit card id to be set braintree error

I am doing the backend code for a form that updates a credit card through Braintree. I am sure all my values are correct in the JSON. However when I use ajax to go to the backend page I get the following error in the response: Fatal error: …
0
votes
1 answer

Braintree Paypal checkout flow with dropin fails

I'm trying to use the paypal checkout flow with the braintree dropin. The vault flow works without issues but I'd prefer to use the checkout flow. The client code: braintree.dropin.create({ paymentOptionPriority: paymentOptionPriority, …
fap
  • 663
  • 1
  • 5
  • 14
0
votes
1 answer

Braintree's Java API querying on Auth amount but returning settled amount

I am using Braintree's Java API to query the transactions for searching. When I do this - TransactionSearchRequest request = new TransactionSearchRequest() .amount().between(new BigDecimal("100.00"), new BigDecimal("200.00")); I get back a list…
user3766332
  • 319
  • 1
  • 5
  • 17
0
votes
1 answer

How to test failed PayPal transactions through Braintree SDK

I am using Braintree SDK on ASP.NET Core and I can create transactions using the access code generated from developers.paypal.com however all transactions are accepted by the payment processor and gateway. I've tried to enter the magic amounts that…
Paul
  • 42
  • 5
  • 19
0
votes
1 answer

Braintree result doesnt contain paymentMethod member

I've integrated Braintree in iOS, paypal and credit card work like a charm. I tried implementing apple pay ( added a merchant id , created an apple pay certificate etc) and can see the apple pay options. When selecting Apple pay, the braintree…
Return-1
  • 2,329
  • 3
  • 21
  • 56
0
votes
1 answer

How to find Paypal sandbox credentials for Braintree sandbox?

Trying to link a Paypal sandbox account with a Braintree sandbox. Braintree sandbox requires email, client id and client secret to link to a paypal sandbox account, as shown in this screenshot from Braintree Gateway. In Paypal Developer website, i…
user1023602
0
votes
1 answer

Braintree sub-merchant account creation

I am not able to create a sub-merchant account in Braintree with the business address outside US. I am using the Braintree sandbox account and PHP SDK. I have successfully created a master merchant account. When I try to create sub-merchant account…
0
votes
1 answer

Braintree vault should not store same payment method if exists

I have an issue with Braintree, Suppose a customer logged in on my site, then I create client token for that customer (By passing customer id in Braintree\ClientToken::generate() function ), so that if he have any existing payment method then it…
HarisH Sharma
  • 1,101
  • 1
  • 11
  • 38