Skip to main content

Questions tagged [paypal-rest-sdk]

PayPal's REST SDK allows developers to create, process and manage payments using PayPal's REST APIs.

paypal-rest-sdk
-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
11 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
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
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
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
30 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
35 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
2 votes
1 answer
19 views

How to determine that an order has expired? The query order interface (/v2/checkout/orders/{id}) does not return the expiration time

Goal: Re-create an order by judging that the order has expired Current situation: The order details query interface does not return the expiration time. interface: https://developer.paypal.com/docs/...
user24457160'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
0 votes
0 answers
17 views

CORS issue when call Supabase edge function

I have integrated a PayPal button on my website to handle subscription payments. When the payment is approved, I need to send the subscription details to a Supabase edge function to update my database....
Imran's user avatar
  • 1
0 votes
1 answer
40 views

PayPal GIROPAY is automatically cancelling the orders

In Germany there is a payment method called giropay. Unfortunately, when I integrate them one-to-one according to the PayPal documentation, an error occurs. The giroypay button is rendered normally. ...
ABJ's user avatar
  • 37
0 votes
1 answer
33 views

PayPal /v2/checkout/orders patch custom_id (update order)

When updating a PayPal order using the REST API, we typically do it as below according to the documentation at https://developer.paypal.com/docs/api/orders/v2/#orders_patch curl -v -X PATCH https://...
Timothy Radier's user avatar
1 vote
1 answer
31 views

What causes pending transactions? [closed]

I have a live app integrated with PayPal api. One of my customers made a transaction with a merchant on my platform, but the status of the payment capture is PENDING with the status_details reason ...
John Doe's user avatar
1 vote
1 answer
31 views

PayPal REST API /v2/scim/Users Endpoint Hangs Indefinitely

As the title states, the /v2/scim/Users endpoint hangs indefinitely when I try to make a request to it, so far both in Node JS code and from Postman. As far as I can tell, I'm implementing my HTTP ...
fullStackChris's user avatar

15 30 50 per page
1
2 3 4 5
92