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

Braintree PHP How To Get Nonce Without DropIn for Vaulting

For our use case, we have an existing form that captures the customer's credit card information. To smooth out the transition from one payment processor to the next since we're not sure when that will happen, we would like to vault the payment…
Jonathon Klem
  • 258
  • 4
  • 19
-1
votes
1 answer

In Braintree Net How do I generate a PaymentNonce

The company that I work for has a legacy WinForms application used by Sales and Customer Service to help customers create orders as opposed to the customer creating an order on the website. We are wanting to convert our CC Payment gateway to…
ERukes
  • 51
  • 6
-1
votes
1 answer

E-Commerce Payment Gateway - Funds transfer from one customer to another

We are developing a javascript based Mobile Web app (using cordova) for iOS and Android and need to use a payment gateway. The use case is similar to Amazon, where our site is just a middleman between buyers and sellers: When a buyer purchases an…
-1
votes
2 answers

How do I provide user-to-user payments in my app?

Is there a payment gateway that allows 1 user (UserA) to send a payment directly to another user (UserB) after both have successfully provided their normal credit card details?
stephano
  • 162
  • 2
  • 11
-1
votes
1 answer

Braintree Production Account Request Declined

I am working on a ride-sharing app where riders pay via paypal to the company and driver's payout is done through Paypal payout API. We used Braintree IOS and Android SDK and successfully completed the integration including storing the customers in…
Bhumi Goklani
  • 603
  • 1
  • 8
  • 18
-1
votes
2 answers

Paypal payment integration available in India

I am integrating Payment gateway to my Php based website As I am from India****(non U.S.) so, for that I am trying to integrate payment from Paypal ,but do I need to integrate with brainTree payments , Is Paypal payment integration there for…
Anurag Ranjan
  • 127
  • 2
  • 14
-1
votes
1 answer

Where to host Braintree for production?

I'm very new to Braintree and would appreciate probably a simple answer to something I've been stuck on for a while. I'm running Braintree with PHP on the server-side and I've got it working perfectly locally. However, when I move the same files to…
Xirlas
  • 117
  • 1
  • 1
  • 11
-1
votes
1 answer

Payments through redirection or through my api in an Vue.js SPA

I am developing an eshop website based on Nuxt.js (Vue) for the frontend and Laravel for the backend. I am at the stage where the payment is being done and thinking what my options are. My payments provider offers two options: Redirect and…
mauxtin
  • 388
  • 2
  • 5
  • 15
-1
votes
1 answer

Money transfer from braintree account to bank account using API

I have a app, where all my money will credited to my braintree account. Now I want to transfer all my money from braintree account to my bank account using API. APP is built in both android and ios and backend is node.js. Can I do this? Can you…
user4311278
  • 71
  • 1
  • 7
-1
votes
1 answer

Splitting payments to multiple merchants

Which is currently the best payment gateway and/or the best approach, when payments must be split to multiple destinations, for example the following case: I provide a platform for many merchants. Each time a merchant makes a sale, the end-user…
bulibas
  • 27
  • 1
  • 4
-1
votes
1 answer

Braintree - can't generate paymentMethodNonce without braintree.dropin lib

There is a thing, when using braintree php sdk, I saw that there is no server to server integration, there is like you need to use js library - braintree.dropin to generate payment_method_nonce (token) data string. This token is used to perform the…
Aleksandr Sasha
  • 168
  • 1
  • 12
-1
votes
1 answer

Issue in Braintree payment integration with PayPal?

I have integrated Braintree payment with PayPal SDK. When I click on PayPal it shows me this image: Question: What is the reason behind this?
-1
votes
2 answers

Braintree for rails

I want to show the price of a plan I created in Braintree. I'm trying to retrieve the details via the the Braintree api by using this: Braintree::Plan.price <%= form_tag transactions_path do%>
<%=submit_tag "Pay…
Theopap
  • 715
  • 1
  • 10
  • 33
-1
votes
1 answer

Looking for good Billing Platforms to integrate with my Web Application(MVC)

I am looking for a billing platform that I can integrate into my Web Application(MVC). Tried: PayPal and Braintree PayPal: They dont seem to support South Africa. BrainTree: I got a Sandbox working, test transactions work well and could change to…
AxleWack
  • 1,801
  • 1
  • 19
  • 51
-1
votes
1 answer

How to update CVV of stored credit card on braintree

I am using braintree Payments on magento store. I have a featured to stored maskedNumber of used credit card.I am storing related token number of valuted CC. Now I want to give option to change/update Cvv of stored credit card. I need your help here…
Krupali
  • 115
  • 7
1 2 3
99
100