braintree Questions

5

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 ...
Airframe asked 28/7, 2016 at 10:43

4

Solved

I got this error when I try to test my PayPal integration from Braintree. Here is my client code (actually copy from official site and make little modification): braintree.client.create({ author...
Brigham asked 3/5, 2018 at 5:23

2

Solved

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 "Braintre...
Jacintha asked 15/12, 2016 at 7:9

5

Solved

For the Braintree_PaymentMethod::create() function, one of the options is: 'failOnDuplicatePaymentMethod', bool If this option is passed and the payment method has already been added to the V...
Galley asked 23/12, 2015 at 1:3

5

Solved

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 viewDidLoa...
Ike asked 20/1, 2017 at 6:47

8

Solved

I am working on braintree and I want to send custom email notifications to my customers as I am working with recurring billing, so every month these custom notifications should be send to all users...
Liuka asked 20/1, 2014 at 12:37

2

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)....
Judkins asked 26/3, 2015 at 9:10

3

Solved

I am integrating Braintree Drop-in UI but my project is not getting compiled.. I have used below dependency:- implementation 'com.braintreepayments.api:drop-in:4.5.0'
Frequentation asked 7/2, 2020 at 12:6

3

Solved

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 $customer...
Transfinite asked 2/4, 2016 at 18:28

1

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.
Jeannettejeannie asked 22/4, 2020 at 10:33

8

I am trying to integrate apple pay with braintree. I have followed up the following instructions to enable apple pay in the brain tree. In the first step, if you click on certificate signing reques...
Naaman asked 18/6, 2017 at 16:6

4

Solved

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 :...
Page asked 23/7, 2014 at 14:14

1

I've implemented a braintree using its documentation but, facing this error in the terminal. it's showing that braintree.connect is not a function, but in the documentation it has been provided har...
Intent asked 20/9, 2020 at 12:23

2

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 ...
Magnum asked 24/12, 2015 at 19:4

1

Solved

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 o...
Malita asked 5/2, 2020 at 14:32

5

Solved

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...
Slalom asked 17/11, 2014 at 6:55

2

I am developing a C2C portal where seller will post their product and others can buy it. I have planned to use Braintree for payment process. Now once the payment is completed system will take comm...
Might asked 16/5, 2018 at 11:2

2

Solved

I use Braintree for my website on payment. It's OK when receiving money but now I want to transfer money to specific client account (not refunding). Please help me. Thank you!
Capful asked 29/9, 2016 at 10:23

4

Solved

I'm fairly new to Braintree API. I'm using Recurring Payments. And for that I'm using Drop-In UI that is provided by Braintree. Everything goes well but it only shows two fields: Card Number and Ex...
Accountant asked 5/8, 2014 at 21:20

3

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...

1

Im using the braintree javascript v3 sdk and using a paypal checkout button for my shop. Code example: braintree.client.create({ authorization: 'sandbox_xxxx' }, function(err, clientInstance) { ...

0

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 ...
Piper asked 22/11, 2019 at 12:4

3

Solved

I have setup a PHP script on a cron which contacts Braintree via the API to look up the status of each subscription that we have on file. We then update our local records based on the customer's su...
Achlorhydria asked 16/7, 2013 at 1:50

1

I'm using braintree dropin UI: <div id="braintree-dropin"></div> var braintree_client_token = "{{ braintree_client_token }}"; function braintreeSetup() { // Here you tell Braintree...
Harmonics asked 15/7, 2019 at 16:1

2

We are using braintree's dropin UI to help save time in having to create custom payment entry pages. What is hard to understand is why you can only add new payment method and not remove. I understa...
Ptolemaeus asked 13/1, 2015 at 19:31

© 2022 - 2025 — McMap. All rights reserved.