Questions tagged [braintree-data]
21 questions
0
votes
1 answer
DropInRequest cannot found
I have implemented Braintree with Venmo, now i want to get DeviceData so as described in reference link i have done everything.
build.gradle
compile 'com.braintreepayments.api:data-collector:2.4.0'
create DropInRequest object
DropInRequest…

Ravi
- 34,851
- 21
- 122
- 183
0
votes
0 answers
Braintree gives Could not stringify event With Braintree JS Integration
Using Braintree with js, But getting below error
Uncaught Error: Could not stringify event: JSON.stringify is not a function
I have added div in form(jsp page)

Kamini
- 690
- 2
- 13
- 36
0
votes
1 answer
how to fix Braintree not passing "device_data" with clint js?
I want to use user "device_data" with braintree js client, but the the data not passed and $_POST['device_data'] is valid method!
I try this on sandbox! does it differ on production environment?
here are my codes!

Osiris
- 131
- 3
- 16
0
votes
2 answers
Is Braintree's braintree-data.js producing an FB global?
https://js.braintreegateway.com/v1/braintree-data.js
produces a function called createThirdPartyBlock,
which (upon calling BraintreeData.setup) injects
https://www.paypalobjects.com/webstatic/r/fb/fb-all-prod.pp.min.js
(gist copy (for posterity):…

csmosx
- 3,261
- 1
- 17
- 10
-1
votes
1 answer
Braintree passing shipping address with Request
I am new to VB.net while using braintree, it is working fine, now I need to pass shipping details with the payment request. How can I do it
If Request.Form("payment_method_nonce") <> "" Then
Dim strStatus As String = ""
Dim gateway As…

Jot Dhaliwal
- 1,470
- 4
- 26
- 47
-2
votes
1 answer
BraintreeHttpClient.setBaseUrl(java.lang.String) on a null object reference
I am using braintree api to get add card in app for payments. It works fines and sometimes crashes randomly,
This is my stacktrace,
E/AndroidRuntime: FATAL EXCEPTION: Thread-833
Process:…

Reprator
- 2,859
- 2
- 32
- 55