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
8
votes
2 answers

Braintree : How can i select a payment method and obtain a payment method nonce using a custom UI?

I am trying to use braintree for payments in a web application. The flow i'm after is : user registration : create a Braintree customer, associate its id with the user first payment : show a custom UI for the credit card information, use the…
Alex Parp
  • 91
  • 1
  • 2
8
votes
2 answers

How to Process Braintree Payment with existing customerId

Trying to set up iOS and PHP payment system using Braintree. I can set up a clientToken with $clientToken["client_token"] = Braintree_ClientToken::generate()); return ($clientToken); And I can process a first payment with: $result =…
contool
  • 1,034
  • 3
  • 18
  • 29
8
votes
3 answers

Braintree - paymentMethodNonceReceived not being invoked

I have setup dropin UI for braintree. I can see the UI fine. Before that I created the customer and I can see the customer on braintree-sandbox. Now I want to add payment method to the customer. I am trying following code, but…
Haris ur Rehman
  • 2,593
  • 30
  • 41
8
votes
5 answers

Hiding paypal button from Braintree's dropin ui

Is it possible to hide paypal button from braintree dropin UI ? I am thinking to have custom paypal button for paypal (based on client demand and design) and would like to use interface provided by braintree dropin for credit card payment…
pratik-acharya
  • 418
  • 5
  • 13
8
votes
1 answer

Braintree dropin UI : validate billing address custom fields before form submit

I have set up a drop-in UI in my checkout page but I want to validate customers' billing and shipping addresses as well drop-in UI card details before submitting the checkout form. It automatically creates nonce from server and appends it into our…
Mihir Vadalia
  • 219
  • 4
  • 14
7
votes
1 answer

Braintree integration for PayPal payments in Flutter

I have to integrate PayPal payments in Flutter and the only plugin that seems to have this kind of functionality is flutter_braintree. But the documentation there is not so detailed, so I am kind of confused how to use this plugin to have real…
scourGINHO
  • 699
  • 2
  • 12
  • 31
7
votes
1 answer

How do I get Tokenization key in Woocommerce Rest API?

We are using the Woocommerce Rest API for the Mobile Application Development like Android And IOS. We have integrated the payment method as Braintree using the plugin WooCommerce PayPal Powered by Braintree Payment Gateway. It is working fine on…
Ajay Ghaghretiya
  • 784
  • 1
  • 6
  • 30
7
votes
4 answers

Unable to add test card for apple pay testing

I am working to integrate Apple pay in my application to test it. I assume, I need to have some test card added in my wallet app . Without this I am getting an error in Xcode that reads "This device cannot make payments." I have done all the setup…
Saket Kumar
  • 1,157
  • 2
  • 14
  • 30
7
votes
2 answers

How to save credit card data in a database?

I am working on an application in which it is required to store whole credit card numbers. Is this possible to do using any API? I have read about Authorize.net's Customer Payment Profile option, but it gives only last 4 digits when you try to…
7
votes
3 answers

How do I trigger a webhook for transaction settlement in sandbox?

I am trying to create a new webhook endpoint for my braintree integration. I added an endpoint to the Control Panel. I am using the Python library and created a a bunch of transactions. Also, I manually settled the transaction using the testing…
Paul Graham
  • 73
  • 1
  • 3
7
votes
1 answer

Braintree with Cordova for purchases in app for feature upgrades

I use Cordova for our app development. We are on Android. We have been looking into several different ways to make purchases of our products and services. We would like to make it possible to purchase directly from the app that would allow our…
CaptainBli
  • 4,121
  • 4
  • 39
  • 58
7
votes
4 answers

Integration of braintree causing issues

I'm working on Braintree for the first time and getting issues in very first step. I'm not able to access dropin functionality and other.. I need help to sort it out. I followed steps given here :…
Shaunak Shukla
  • 2,347
  • 2
  • 18
  • 29
7
votes
0 answers

How to configure braintree webhooks for localhost

I'm trying to configure braintree webhooks for localhost. It's showing destination not verified. I even tried using Ultrahook to get a public facing url but still not working with braintree. The same url works with other apps
Amir
  • 81
  • 1
  • 7
7
votes
4 answers

Signup form using Braintree Transparent Redirect

I'm developing an application in Rails and want the user to be able to signup and provide their card details on one form. I'm using the Braintree API and their transparent redirect, which means that the form data is posted directly to Braintree. How…
Robin Fisher
  • 71
  • 1
  • 2
7
votes
4 answers

Token based credit card systems vs. traditional gateway

I'm trying to decide between Paypal PayFlow for a transaction processing service or a service like BrainTree. BrainTree's service intrigues me because they will actually return a token to you for a credit card which can be used in future…
Simon_Weaver
  • 140,023
  • 84
  • 646
  • 689