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
0
votes
0 answers

BrainTree Payment Pass Payment Amount Securely without Cart

I'm looking for the proper way to pass a payment amount to BrainTree. Here's a link charge me $10 Here's some php that can handle this link Braintree_Transaction::sale(array( 'amount' => Input::get('amount'), …
drew schmaltz
  • 1,584
  • 4
  • 19
  • 29
0
votes
1 answer

Structuring Java submit payment in Coldfusion

I am using Braintree's java library within Coldfusion 10. I am running into an issue when I actually try to submit a payment. How would I write this line of code in CF, assuming all of the values I am passing in are the same…
user3311068
  • 59
  • 1
  • 6
0
votes
2 answers

Mobile payment integration for my Android e-hailing app

My startup is developing a real-time marketplace platform for taxi companies somewhat similar to Hailo, Get taxi, Uber and Lyft (more or less), etc. We are shopping around for a mobile payment solution and so far, we looked at the products offered…
0
votes
1 answer

What is the channel and server for Braintree's IRC?

I started using Braintree's libraries last week and the first day I was happily able to use the links on their site to find the Braintree IRC channel/server and connected to it with XChat. Yesterday I had a few questions I figured I'd ask and was…
EdgeCaseBerg
  • 2,761
  • 1
  • 23
  • 39
0
votes
2 answers

wrong number of arguments (4 for 5) with Ruby 2 and Rails 4

I've a problem with rails 4. I used this code with Rails 3. Now, i'm using the same with Rails 4 in another application and i got the message "wrong number of arguments (4 for 5) on the first line. <%= form_for :customer, :url =>…
guilb
  • 119
  • 1
  • 2
  • 11
0
votes
1 answer

Brain tree payment transaction

The credit card verification,customer id,payment method token details are maintained in one merchant account that is 'A', I need payment transaction synchronized with another brain tree merchant account 'B' using credentials provided to merchant…
Garland
  • 5
  • 4
0
votes
2 answers

Fatal error: Call to a member function deleteCustomer() on a non-object in

I'm new to PHP and Magento, I'm trying to delete a Customer from Magento and I get this error - Fatal error: Call to a member function deleteCustomer() on a non-object in…
0
votes
1 answer

Venmo - Braintree payment - Server Integration

Using Venmo Touch, I'd client side validation and post the encrypted credit card details to our application server. Application server retrieves the params inside the post method, and posts the retrieved params to Braintree server.
Mani
  • 2,599
  • 4
  • 30
  • 49
0
votes
1 answer

Show all plans in Braintree, using PHP

I am using Braintree payment gateway in my PHP application. I am creating subscription page on which I want to show all plans, so that the customer can subscribe any of them. How can we show all plans using PHP? I have used the following code: …
Vishal Suri
  • 447
  • 2
  • 12
  • 32
0
votes
1 answer

Braintree library requires open_ssl extension when test with phpunit

I am working Testcase in phpunit for payment library of braintree it gives Braintree library requires open_ssl extension when test with phpunit
0
votes
1 answer

How to implement recurring billing in PHP application using Braintree payment gateway?

I have a web application that provides some service to customers. I want to integrate Braintree payment gateway. I have created a page which gets customer's credit card information and creates new customer in brain tree secure vault using…
Vishal Suri
  • 447
  • 2
  • 12
  • 32
0
votes
1 answer

Alternatives for Transparent redirect in Braintree

Instead of transparent redirect is there a way so that redirect is done to Braintree and they take care of payment ?
Ajit
  • 51
  • 7
0
votes
1 answer

Drupal Form API and BrainTree Exception Authentication

When I create a Drupal form with the API and construct the form as necessary, Braintree returns an authentication exception. When I take that same rendered HTML and output it on the page (skip the api), then it works. I can't figure out why! Below…
drew schmaltz
  • 1,584
  • 4
  • 19
  • 29
-1
votes
0 answers

Braintree Error: 91564: Cannot use a paymentMethodNonce more than once

I have a php-based page that collects payment via Braintree code. I have recently had to move the files to a new server. The code is the same code as it has always been. Unfortunately now when I try to use the page I am getting the below error…
Jayreis
  • 253
  • 1
  • 7
  • 28
-1
votes
1 answer

PayPal, Braintre - Could not resolve org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.7-2

I was trying to implement braintree in my project which is on Java and completly stuck here. Same way is working on a fresh project.
Akash kumar
  • 981
  • 3
  • 14
  • 27
1 2 3
99
100