Skip to main content

Questions tagged [paypal]

For questions about the PayPal API used by software developers to process payments, manage invoices, monitor accounts, etc. (For user-level support, contact PayPal directly using their site.)

0 votes
2 answers
15 views

paypal Transaction Search API payment status stuck on Success

i currently use the Transaction Search API from Paypal to get a list of transactions, however i have issues getting updated transaction_status, for example: client pays transaction_status = S ...
Zyfella's user avatar
  • 75
0 votes
1 answer
13 views

PayPal v2 API Patching failed because of JSON pointer error

I am creating a customer PayPal Class. The current flow is the user orders, clicks paypal, and approves the price. Once approved, we collect the delivery address from PayPal, and get a shipping price....
BadAddy's user avatar
  • 376
0 votes
1 answer
45 views

Paypal Via Rest API(Continue to Review) Infinite loop

I am using Paypal Rest API in website. The challenge is I am being stuck at "Continue to Review Order" Button. When I am clicking it infinitely directing to same URL Find the code below: ...
KapilS's user avatar
  • 159
1 vote
0 answers
37 views

How to show a "Continue" button instead of "Pay" in payment sheet (German account)?

We are integrating Google Pay via Paypal Checkout. We want the following flow: Payment Request Dialog -> user authorizes payment amount -> show order review page -> user places order -> ...
Quasdunk's user avatar
  • 15.1k
0 votes
0 answers
13 views

Asp.net MVC Getting Paypal Access Token in Live Mode

I used the following code to get a Paypal token in Sandbox mode, it works fine. However, switching the Live produces not code. private string GetPaypalAccessToken() { string accessToken = ""...
RJPWilliams's user avatar
0 votes
0 answers
38 views

How to get the merchant-id or how do i get the id that connects my user to get paid via PayPal?

At the moment, I'm going through the onboarding process. Call this API call, where I can get the action URL, so that the onboarding starts. So I request this API call: https://api-m.sandbox.paypal.com/...
redoc01's user avatar
  • 2,201
-1 votes
0 answers
11 views

Wordpress Paypal Error "Authentication with PayPal failed: Could not create token."

I'm using woocoomerce plugin "WooCommerce PayPal Payments" when I try to use my live credentials as well as sandbox credentials I always get the error Authentication with PayPal failed: ...
Aurang Zeb's user avatar
0 votes
0 answers
21 views

PayPal API - How to track back the user when the user goes through the Onboarding process

I have managed to get the access token, and use that access token to create a "partner-referrals". Then managed to get the "action_url" and add this "action_url" to the ...
redoc01's user avatar
  • 2,201
0 votes
0 answers
25 views

PayPal API - Sending partner-referrals keeps coming back as Unauthorised

I Have this in my payload: { "tracking_id": "868gkjhkhjlklj", "operations": [{ "operation": "API_INTEGRATION", ...
redoc01's user avatar
  • 2,201
0 votes
1 answer
29 views

PayPal API - Authorization header does not have valid access token

I'm trying to use the PayPal API with this code to get a Valid Token: var clientId = "yyyy"; var secret = "xxxx"; var client = new RestClient("https://api-m.sandbox.paypal....
redoc01's user avatar
  • 2,201
0 votes
0 answers
25 views

Cant use paypal sandbox accounts to test subscription

this is my current html code its very basic i just copied the one in the documentation and had chatgpt change up the style a bit . when i press the button and try to login with the sandbox account ...
Jentcold's user avatar
0 votes
0 answers
22 views

Opencart: error updating PayPal Standard to PayPal Commerce Platform

Opencart: I am trying to update PayPal Standard to PayPal Commerce Platform. I get the following error uploading the extension: PHP Warning: ftp_chdir(): Can’t change directory to public_html/...
paljoomla's user avatar
0 votes
0 answers
14 views

replacing the active capture on the page PAY_NOW?

Is it possible to actively pull orders to be captured by receiving CHECKOUT.ORDER.APPROVED events and scheduled tasks to capture, Replace the capture of active calls to the backend interface on the ...
user24457160's user avatar
-1 votes
1 answer
24 views

If the user_action field in the /v2/checkout/orders interface is pay_now, is a capture order required?

Currently, the one-time payment function is implemented through /v2/checkout/orders interface。 If the user_action field in the /v2/checkout/orders interface is pay_now, is a capture order required? is ...
user24457160's user avatar
0 votes
1 answer
20 views

PayPal Authorize/Capture increase amount

When taking delayed capture of funds, payment gateways normally have the standard 115% increase limit. PayPal mention this a lot in their documentation, too. However, we are getting this error: "...
Jon Weir's user avatar
  • 115

15 30 50 per page
1
2 3 4 5
1407