Skip to main content

All Questions

Tagged with
0 votes
0 answers
38 views

Braintree android sdk

Currently i have the php backend server to retrieve the client token, i had already success retrieve the client token, but when i run the app the app keep crashing and i get the error bellow Error: ...
pro hehe's user avatar
0 votes
1 answer
60 views

Error in Gradle while trying to run PayPal API for Payment method in my Android app

I tried to use PayPal API but I'm facing issues while running the app, the build fails and it throws this error- Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'. Could not ...
Rajveer Singh's user avatar
-1 votes
1 answer
147 views

Java PayPal SDK send money to business account

I want my customers to be able to purchase certain services in my Java application using PayPal. I used the SDK. After I enter my ClientID and SecretID, I get a approval link. If I open this, the ...
Finn's user avatar
  • 9
1 vote
1 answer
186 views

How to store custom data related to order on PayPal

I'm new to Paypal API. I wants to save a JSON on the PayPal so that I can get it as response after capturing PayPal order. I'm using PYTHON Data I want to store is array of products. products = [ ...
Shail's user avatar
  • 29
0 votes
0 answers
80 views

error 422 When try payment by paypal With Javascript SDK

When I add a PayPal payment gateway using the Javascript SDK it gives me this error, but the API accesses PayPal Error From Console API Cells From Paypal This My Code HTML <!DOCTYPE html> <...
Thomas's user avatar
  • 1
0 votes
1 answer
180 views

Paypal works fine when it set to sandbox but when turn it to live not

When I tried this which altering the client id from sandbox client id to live client id it start displaying the pop up and close it immediately while it was working fine in the sandbox. Note: this a ...
Singa Pora's user avatar
0 votes
1 answer
29 views

Js Button SDK add custom values and webhook response

I have react button to create Subscription, but I need a way to link the subscription (when completed) to an ID (let's say Discord), so in my backend I can correlate the two. Do webhook data retain ...
Mulon's user avatar
  • 1
0 votes
1 answer
143 views

paypal/paypal-checkout-sdk @"^1.0" issue when completing purchase (not triggering return_url)

I'm having an issue while trying to finalize the purchase on my paypal checkout link, everything step works well, until I'm following the checkout redirect URL, when clicking the "complete ...
Donat Ferati's user avatar
3 votes
0 answers
334 views

How to dynamically bundle javascript files in runtime

I have a requirement to bundle my javascript modules dynamically during runtime. We are delivering Web SDK to the user. User will pass client id as input in the script src section, something like ...
Devaraj Kommineni's user avatar
0 votes
1 answer
437 views

Paypal SDK, how to get order details?

I am adding a PayPal button. Here is the code: paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'paypal', ...
dig's user avatar
  • 5
1 vote
1 answer
836 views

PayPal checkout write to database onApprove

I'm hoping some knowledgeable soul may be able to explain where I'm going wrong with the code below. I am trying to upgrade from PayPal Encrypted Payment Settings (EPS) to a more current PayPal ...
Steve's user avatar
  • 21
0 votes
1 answer
190 views

Remove everything from Paypal Smart Buttons except paypal itself

I'm building an online shop and I want to use Paypals JS SDK. However, I only want to have the paypal button, no such things as klarna or so. I know that by adding disable-funding=card,credit,...
Sven's user avatar
  • 1,058
0 votes
1 answer
58 views

How to display the total amount in Paypal shopping cart details

In the Paypal shopping cart details, is there a way to display the total amount (unit_amount * quantity) instead of unit_amount only in my case I want to display 13.00€ instead of 6.50€ I'm using the ...
Airweb's user avatar
  • 1
0 votes
1 answer
380 views

Paypal SDK giving error when trying to create Payment

I created an app on PayPal with sandbox account. Then i picked up its API Client id and Secret. I created a new console application and added paypal nuget package version 1.9.1. internal class ...
Raas Masood's user avatar
0 votes
1 answer
1k views

"Error zoid destroyed all components" error in reactJS

I'm working on an ecommerce marketplace, the code seems to be fine but the paypal button seems to render at first on load but then disappears after 4-5 sec. the console shows "unhandled error ...
Zoheb Ahmed's user avatar

15 30 50 per page
1
2 3 4 5
13