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

paypal
0 votes
0 answers
14 views

In magento how to add paypal pay button in every product page

I set the following option to true in the admin portal: Store -> Configuration -> Sales -> Payment Methods -> PayPal -> Display on Product Details Page After this, the pay button did ...
Arul's user avatar
  • 1
-1 votes
0 answers
9 views

I want to change the PayPal payment "Continue to Review" button to "Pay Now." Can I change the button name?

I am using the paypal-rest-sdk package in Node.js. I want to change the payment button name, but I haven't found any solution. If there is any solution, please let me know. Thank in advance. import ...
Tushar Parmar's user avatar
0 votes
0 answers
10 views

How to handle PAYMENT.CAPURE.DECLINED Event

after the capture interface is called by the server, the server's webhook interface receives PAYMENT.CAPURE.DECLINED event What should the server do next after the ? Can I directly set my order as ...
user24457160's user avatar
0 votes
2 answers
24 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
14 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
47 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
46 views

Submit button always says "Continue" instead of "Pay" when using Google Pay via Paypal with a German Google 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
40 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,211
-1 votes
0 answers
12 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,211
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,211
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,211
0 votes
0 answers
34 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

15 30 50 per page
1
2 3 4 5
1407