Questions tagged [braintree]

Braintree provides an API for accepting payments online and through mobile apps with a single integration.

Braintree is a payment platform for online and mobile businesses, offering merchants a payment gateway and merchant account. With a single integration, merchants are able to accept credit cards, debit cards, and PayPal globally, as well as Venmo and Apple Pay in the USA.

Braintree provide client libraries and integration examples in Ruby, Python, PHP, Java, .NET, and Node JS; mobile libraries for iOS and Android; and Braintree.js for in-browser card encryption.

Support resources can be found at https://support.braintreepayments.com/.

Questions tagged with should be about integrating with Braintree, using the client, mobile, and browser libraries, or other programming-related questions about Braintree's services.

1525 questions
5
votes
1 answer

How to add cardholder name in braintree sandbox account using nodejs

I have to add credit cardholder name dynamically using node js app. I used Braintree for the payment transaction.I add credit card number, expiration date & CVV. but not add credit cardholder name.what can I do for…
Hiren Nakrani
  • 234
  • 3
  • 15
5
votes
1 answer

Braintree update subscription from monthly to yearly

Hi all Braintree experts (and others) We are currently working on this app which uses Braintree for all the payment stuff. The idea is pretty simple; an user can either subscribe for a monthly or yearly membership. For some reason Braintree decided…
Jim Vercoelen
  • 1,048
  • 2
  • 14
  • 40
5
votes
5 answers

Paypal with Braintree saying "Merchant account not found"

I tried integrating PayPal using braintree and following this tutorial. I end up getting an error: Merchant account not found - screenshot. I am using Swift 3 and Xcode 8.1. here is my viewDidLoad These are all required updates in my app: ScreenShot…
Anurag Sharma
  • 4,276
  • 2
  • 28
  • 44
5
votes
0 answers

Braintree Paypal Checkout error : SFSafariViewController does not switch back to app

i am using Xcode 8 , swift 3. installed via carthage and braintree version 4.7.2. clicking on the proceed with sandbox purchase button its not getting back to app and no nounce received and no error received. is there anything i missed during…
5
votes
2 answers

"The request was aborted: Could not create SSL/TLS secure channel" error in Braintree

In my local PC Braintree showing error "The request was aborted: Could not create SSL/TLS secure channel" when executing : var clientToken = gateway.ClientToken.generate(); I am using "Braintree-2.33.0.dll" and my target .net version is 4.5.1. I…
hasnayn
  • 356
  • 4
  • 22
5
votes
0 answers

Braintree failed subscription payments retry when updating payment method proration turned on

Can someone please help. Braintree documentation states: If a payment for a subscription fails, the subscription status will change to Past Due. You can manually retry the charge, or you can set up logic in the Control Panel to automatically retry a…
5
votes
1 answer

PhpStorm does not recognise class aliases

I've taken a look at this question, but unfortuently there is no answer. I'm using PhpStorm and I am building a project with a composer project loaded. I'm trying to make it so that PhpStorm recognises my classes/functions when I ctrl+click on them,…
Luke Brown
  • 1,854
  • 2
  • 28
  • 49
5
votes
3 answers

Braintree client token expiration

In Braintree, When I generate a client token with a $customerId, how reliable is it to save that client token to database and re-use it later on? I always have a user corresponding to a $customerId and it would greatly reduce the number of calls to…
Pavel Denisjuk
  • 1,475
  • 12
  • 13
5
votes
2 answers

Braintree on validation error

I'm using Drop-in UI which is configured in Braintree control panel to automatically verificate if the payment method is legit. So in my application I disable form submit button when it is clicked, and if user payment method is not legit, it says…
Silverfall05
  • 1,107
  • 14
  • 28
5
votes
1 answer

Braintree: Creating a new subscription after the user has canceled

I am trying to decide how to handle the situation where a user has subscribed through the month, lets says 6/1 they are subscribed through until 6/31. Midway through the month they decide to cancel their subscription (6/15), but then on 6/20, they…
DeusExMachina25
  • 597
  • 6
  • 12
5
votes
2 answers

How can I change subscription period on braintree?

I want to add some unit tests for our billing system which is using braintree but I don't know how to change the subscription period from 1 month (minimum in braintree for now) to 1 day. I cannot wait 1 month to execute my test. is there any…
Minh Dang
  • 149
  • 1
  • 6
5
votes
3 answers

Braintree drop-in, disable submit button while processing

I'm trying to do something that seems easy but I cannot get it to work. I'm using Braintree dropin UI and I have submit button. I need to disable the button while processing and I cannot find a good event to attach to. var ct = 'tokenhere'; var…
Stefano Altieri
  • 4,550
  • 1
  • 24
  • 41
5
votes
0 answers

Android Braintree SDK - onPaymentMethodNonce() never called

We are using the Braintree SDK in our application, in conjunction with PayPal, to enable users to make in-app purchases. Unfortunately, we have been unable to create nonce's from PayPal payment information or user-entered credit card information…
Devin
  • 81
  • 1
  • 3
5
votes
1 answer

add membership subscription to asp.net mvc web application

I would like to add membership subscription to an asp.net mvc web site. I would prefer to use an existing library to incorporate membership and subscription functionality. I searched and could not find any libraries or nuget modules. I would like…
Barry MSIH
  • 3,525
  • 5
  • 32
  • 53
5
votes
1 answer

How to change the next billing date with Braintree

I've looked over the docs (https://www.braintreepayments.com/docs/ruby/subscriptions/overview) and cannot see if it's possible to change the next billing date of an active subscription. We want the ability to pause our user's subscriptions without…
Dallas Clark
  • 4,064
  • 3
  • 30
  • 36