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
1 answer

Braintree - How does the user knows how much he is charge for?

I'm trying to integrate with Braintree using the javascript SDK and the dropin plugin, but there is something I find hard to understand. It seems that the user gives a free permission with his "payment_method_nonce" to charge his credit without him…
Tal Humy
  • 1,197
  • 1
  • 18
  • 41
0
votes
1 answer

Braintree Gateway - Google Cloud Platform

How do I configure my Braintree Production account to Go Live on my website that I created on Google Cloud Platform? I currently have a Braintree Sandbox account configured through Woocommerce and it seems to work fine, however, I'm not sure how or…
0
votes
1 answer

Unable to get the correct format of Braintree subscription call in php

I have looked all over the internet and cannot find the proper format in a php create subscription call to add a discount. I can create the subscription just fine but no matter how I format the discount call it tells me I have an invalid format. I…
Jeff_P
  • 71
  • 7
0
votes
1 answer

How can i find Braintree Sandbox Auth Key

I am working with braintree paypal checkout function, i found jquery code for that, i need to place Braintree Sandbox Auth Key in jquery variable, i created account in braintree, i tried all that code, but in jquery console log it says authrization…
Nikul Panchal
  • 663
  • 1
  • 14
  • 32
0
votes
1 answer

iOS : Paypal Error We’re sorry Things don’t appear to be working at the moment

I implemented checkout flow and I am getting below error Code : func startCheckout() { // Example: Initialize BTAPIClient, if you haven't already braintreeClient = BTAPIClient(authorization: clientToken)! let payPalDriver =…
Naveen Kumar M
  • 7,497
  • 7
  • 60
  • 74
0
votes
1 answer

How can I submit a form with payload.nonce in client sdk? I'm using an example given by the Braintree?

I'm stuck at this point now. I never used braintree API before. The problem is when I hit the submit button it is showing alert box with my payment_method_nonce. It means I'm successfully getting the payment_method_nonce from the client, But the…
0
votes
1 answer

How to get paymentMethodNonce in Braintree API?

I'm working in laravel 5.4 My transactions are successfull when I try a 'fake_nonce' type of string provided by the braintree docs. But when I tried to get the paymentMethodNonce it always gives me error like nonce not found. And sometimes http…
Danish Tahir
  • 107
  • 11
0
votes
1 answer

Decimal error in brain tree dashboard

When I am making transaction through braintree payment gateway I get the response which I have attached below the amount returned is 1200 but in the braintree dashboard I get 1.200 (decimal). "PAYMENT": { "transaction": { "id":…
art12345
  • 59
  • 8
0
votes
1 answer

braintree hosted fields integration in reactjs

guys, I'm trying to integrate brainTree in reactJs via hosted fields. Now I was able to integrate it in my project and also get it working to and was able to make a payment. The problem that I'm facing is that when I try to enter the card number…
Gardezi
  • 2,692
  • 2
  • 32
  • 62
0
votes
1 answer

Braintree payment validation

Currently i am using braintree hosted fields for a project.Its integrated successfully. but what if the user remove the card details after recieving the payment method nonce token. is there any callback for validate in such a case ? I tried onError…
0
votes
1 answer

Laravel cashier "Unable to create Braintree customer" error

I am trying to create a subscription service using Laravel, Laravel Cashier and Braintree. I get the following error: Unable to create Braintree customer: Unknown or expired payment_method_nonce. CVV is required. Expiration date is required. Credit…
0
votes
1 answer

How do I onboard a submerchant in Braintree? [PHP SDK]

In PHP, I am developing an application that is going to use the Braintree Marketplace functionality - for users within my platform to be able to handle escrow transactions for projects they post. I understand the code on how to do actual…
0
votes
1 answer

Braintree Webhook for Payment failure to Submerchant

As per documentation what I had understood is, when we release funds from escrow, if there is any issue with sub-merchant if we setup a webhook for Disbursement Exception then it will be notified to us. Braintree will hit the endpoint url which we…
Mahesh.D
  • 1,691
  • 2
  • 23
  • 49
0
votes
0 answers

Credit Card (Braintree) is not showing in multishipping billing page in magento 2

I am using Braintree Payment method in Magento 2. In that Credit Card (Braintree) option is showing in onepage checkout but Credit Card (Braintree) option is not showing in multishipping billing page in magento 2. creditcard payment option in…
kannan
  • 1
  • 1
0
votes
0 answers

error "braintree" is not defined no-undef in Generator-Gulp-Angular app

We have generated our app using Generator-Gulp-Angular. We want to implement Braintree payments Dropin form using Braintree-web v2.5.1 and Angularjs 1.5. We are trying to implement it based on example in…
rangma
  • 77
  • 1
  • 7
1 2 3
11
12