Questions tagged [braintree-sandbox]

Use this tag only for issues related to the Braintree sand-boxing system for other question use the generic braintree tag.

Sandbox environment for Braintree payment system that allows you to get a feel for the Braintree experience before applying for a merchant account or going to production.

171 questions
3
votes
2 answers

How to fix braintree javascript error "t.getVersion is not a function" in latest version

Am getting error TypeError: t.getVersion is not a function, i have searched only the solution i found was about using the upgraded version of braintree-web here. In my case am using 3.60.0, but still get the error when i add…
Peter
  • 1,860
  • 2
  • 18
  • 47
3
votes
2 answers

Do I need to host the backend server for Stripe\Braintree payment gateway after I move the app to production?

if anyone could give me a clear high level answer that would be great. I want to integrate a payment gateway into my app eg: Strip/Braintree, and I have gotten it all working to the testing part but now I am wondering for me to move it to production…
DJL
  • 61
  • 7
3
votes
0 answers

Braintree Javascript v3 Client SDK unable to request payment method in IE 11 and Edge

I am using the Drop in form in the Javascript v3 client SDK to render my credit card form in an Angular JS SPA as follows: braintree.dropin.create({ authorization: clientToken, container: '#creditCardForm', paypal: { flow:…
tkha007
  • 212
  • 3
  • 12
3
votes
2 answers

Runtime Error: Class extends value [object Object] is not a constructor or null

I want to replicate a braintree demo app using ionic 3. I have imported braintree with... import * as braintree from 'braintree'; but I am not able to connect to braintree. The message reads... "Runtime Error: Class extends value [object Object] is…
3
votes
1 answer

How to test paypal payment using braintree sandbox

I am using braintree in my app for payment(Credit card & Paypal). I am using custom UI. When click on pay by Paypal button, i am using the following code. braintreeClient = BTAPIClient(authorization: tokenizationKey)! let payPalDriver =…
VJVJ
  • 435
  • 3
  • 21
2
votes
2 answers

Wiremock stubs for an API client that has hardcoded urls

I am trying to test a small service with wiremock tests. I am fine with stubbing out most of the third party service URLs however I run into problems when using client libraries that have their sanbox URL hardcoded. The current example is for…
JoeyHolloway
  • 458
  • 7
  • 19
2
votes
0 answers

Debug-id in android

Hey I am working on an android project and I am new in android.I am implementing someones code to add paypal Braintree payment method while debugging,I am getting D/MAGNES DEBUGGING MESSAGE: DeviceInfoRequest returned PayPal-Debug-Id: 71171000f8a07…
2
votes
2 answers

Payment via Braintree in flutter application

I am building a marketplace app and want to include payment via PayPal with Braintree (see documentation: flutter_braintree). Right now I am working with a braintree sandbox trial account. As far as I am understanding it correctly, I have to save…
2
votes
0 answers

Braintree Authorization Fingerprint Is Invalid

I get this error when implement Braintree to my android app. Request for configuration has failed: Authorization fingerprint is invalid. Future requests will retry up to 3 times I want to implement "add credit card" feature for customers. some…
Dika
  • 2,213
  • 4
  • 33
  • 49
2
votes
0 answers

Braintree Hosted fields tokenization no callback in Android browser

I receive no callback from $tokenize method of Braintree $hostedFieldsInstance when open in browser on Android device. I have a simple HTML document with some JS code in it. The purpose is tokenize user's credit card using Braintree Hosted Fields…
2
votes
1 answer

Braintree in multi-currency

I'm trying to integrate Braintree into my website to accept payments and I have a couple of questions regarding the multi-currency support. First let me say that I have created an account that accepts EUR, since I live in the EU. Now, let's say…
r4id4
  • 5,877
  • 8
  • 46
  • 76
2
votes
2 answers

Using Braintree Dropin UI "braintree is not defined"

I am attempting to follow the basics of Braintree integration and I am running into stumbling block after stumbling block seeing the flow in action. Right now I am trying to take a look at the dropin UI for Braintree and using their code, copy and…
Mike
  • 728
  • 1
  • 7
  • 27
2
votes
1 answer

Braintree DropIn + Apple Pay, doesn't appears Apple Pay item

I successfully call DropIn view from Braintree SDK. The BTDropInRequest settings should display three items: PayPal Credit Cards Apple Pay But for some reason in DropIn view renders only two items instead of three: PayPal Credit Cards What I did…
Roman Romanenko
  • 736
  • 9
  • 24
2
votes
0 answers

Braintree braintree.dropin.create failed because of CORS

I'm following the instructions from here https://developers.braintreepayments.com/start/hello-client/javascript/v3 When I try braintree.dropin.create I have the following error: https://api.sandbox.braintreegateway.com/merchants/parameters…
mimic
  • 4,897
  • 7
  • 54
  • 93
2
votes
1 answer

Braintree - how to reset retries in braintree

I am using braintree with python and swift.can anyone tell me how to reset retries in braintree. I am getting this error SSLError: HTTPSConnectionPool(host='api.sandbox.braintreegateway.com', port=443): Max retries exceeded with url:…
1
2
3
11 12