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

Generating Braintree Receipts

I've properly integrated Braintree with my Rails 3.1 application, I'm just wondering what's the right way of generating PDF receipts so the users can download 'em from the application at anytime. Braintree has the send-receipt after billing ability…
6
votes
1 answer

What is default api rate limit of braintree?

What is default api rate limit of brain tree? Because after very requests in a time period I am getting 403(Too many request) exception.
Nimish
  • 61
  • 2
6
votes
0 answers

How to use PayPal mobile sdk without Braintree

The merchant asks me to switch from Braintree to PayPal Pro Flow because of requirement big capital or sales. PayPal docs points to the GitHub SDKs repositories iOS, Android, which says those SDKs deprecated and have to use Braintree SDKS…
Dima Portenko
  • 3,443
  • 5
  • 35
  • 48
6
votes
3 answers

java.lang.ClassNotFoundException: android.support.v7.app.AppCompatViewInflater

I am implementing Braintree Drop-in UI with Google Pay in application and I have started getting error on selecting google pay which shows dialog with message "Unexpected developer error,please try again later", below is the error: Failed to…
6
votes
1 answer

Update Order Id of a Braintree transaction

I've built a Ruby on Rails API that process payments through Braintree. For an specific request, I need to edit the "Order ID" field on braintree but I haven't found how to do so. I'm able to load the transaction by doing a: bt =…
fabianraf
  • 155
  • 7
6
votes
1 answer

Is there a refund webhook for Braintree?

I didn't find some refund webhook in webhooks list. Is Disbursment webhook something what can help me in this case https://developers.braintreepayments.com/reference/general/webhooks/disbursement/php ? [Edit #1]: I've tested it and found that…
gorodezkiy
  • 3,299
  • 2
  • 34
  • 42
6
votes
1 answer

Change Braintree Placeholder Text Color

Is there any way to change the placeholder text color in a Braintree javascript generated hosted field? I don't see it as one of the options you can pass into the constructor. Our design is on a dark background, and the placeholder values aren't…
tolmark
  • 1,746
  • 1
  • 13
  • 19
6
votes
1 answer

Is there any way to store credit/debit card detail for future use Using Braintree Android SDK

I am using Braintree SDK in my android app for payments and its working fine, But here is one problem it asks every time credit/debit card details. So my question is, is there any way to store credit/debit card detail for next time payments without…
Dileep Patel
  • 1,988
  • 2
  • 12
  • 26
6
votes
1 answer

send money direct to customer's bank account using braintree payment gateway

Is there API that directly transfer money to user's bank account using Braintree payment gateway? I want to transfer money every week. For that I can make cronjob, but want to know is there any API? I found below from this…
Pathik Vejani
  • 4,263
  • 8
  • 57
  • 98
6
votes
2 answers

Print_r doesn't return anything; var_dump shows NULL

I'm new to web dev and I'm experimenting with Braintree webhooks. I'm using their create submerchant example code to create a submerchant and then supposedly a notification is supposed to reach my server that says if it was successful or not. My…
whatwhatwhat
  • 1,991
  • 4
  • 31
  • 50
6
votes
2 answers

Can I show localized Drop In UI using Braintree iOS SDK

I have integrated Braintree Drop-In UI in my app and every thing is working perfectly :) I just want to know that can I show localized UI? Is it supported in current version of iOS SDK? For example if current locale is french.. i can set it by doing…
Muhammad Irfan
  • 280
  • 3
  • 17
6
votes
3 answers

Formatting for Braintree hosted fields

When using Braintree hosted fields I'd like to control the formatting of card number and expiration date. I'd like it to be in "1111 1111 1111 1111" (with spaces) and "11/1111" (with "/" delimiter) format instead of "1111111111111111" and "111111"…
Sergey
  • 4,702
  • 6
  • 26
  • 32
6
votes
2 answers

Payment method token is invalid in Braintree

I want to test it on the side of the functionality of the subscription payment gateway Braintree - for my application using Django (python). Your code I have only one py file. (without front-end). When I want to create a subscription I get an…
mark
  • 653
  • 1
  • 10
  • 23
6
votes
3 answers

How do I test Braintree + Apple Pay on a real device?

I am developing an app using Apple Pay for a US Client from outside the US. I am using Braintree + Apple Pay. We support real credit cards to Passbook, but we can't verify them. I successfully generated a client token, self.braintree and tried BT's…
Femina
  • 1,239
  • 1
  • 12
  • 25
6
votes
2 answers

how to test braintree webhooks with different notification types

I want to test my webhook functionality with different notifications. Right now I am able to test it only for canceling subscriptions (by cancelling the subscription from the backend of braintree). $webhookNotification =…
user2971353
  • 67
  • 1
  • 6