21,064 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
2
replies
72
views
Paypal API endpoints for getting zipcode information
We've been asked to provide a breakdown of our US customers transactions on Paypal and I'm looking for a zipcode field which does not seem to exist on our US customers' transaction details. This is ...
0
votes
0
answers
23
views
Paypal Void Authorization Fails with PERMISSION_DENIED but Capture Works
I'm testing Paypal Sanbox payments using the v2 Orders API.
I create an order with intent=AUTHORIZE, authorize it and then try to either capture (release) or void (cancel) the authorization.
Capture ...
1
vote
0
answers
72
views
Recalculate order just before sending user to external payment - Drupal Commerce and Paypal
Summary: Customer could be charged a different amount from what is displayed in the Payment step panel if an auto-applied promotion gets published or unpublished just before external payment is ...
0
votes
0
answers
38
views
Paypal: sandbox webhook works, when switched to live - nothing
So here is my problem... I setup everything in sandbox environment including a webhook (PAYMENT.CAPTURE.COMPLETED event). Everything works perfectly, my API gets called and logs appear on dashboard.
...
0
votes
0
answers
51
views
Paypal webhook simulator not firing
To test a PayPal integration that also reacts to webhook events, I have created an endpoint https://example.com/paypal/webhook (POST) that logs all requests to see whether webhook calls are received ...
0
votes
0
answers
68
views
How to handle PayPal subscription plan changes in Laravel when update/revise requires user approval?
I’m building a Laravel application that uses PayPal subscriptions. My app’s database and PayPal subscriptions are kept in sync, and users can manage their subscription from a dashboard.
When a user ...
-2
votes
1
answer
87
views
Woocommerce - access meta data values using REST API
I am having a real struggle getting meta data values from woo commerce REST API in a fashion that makes sense and is reliable. I want to access the PayPal returned fraud data for an order so my staff ...
0
votes
0
answers
97
views
Paypal sandbox recurring payment not throwing Subscription Activated event
I am trying to integrate Paypal payment gateway in my web app ( react + nodejs ). Currently it is in testing mode so I am using sandbox mode.
I want recurring payment. For that I have created some ...
1
vote
1
answer
93
views
PayPal redirect param ignored
We redirect users to pay with PayPal using a form which sends a POST request to https://www.paypal.com/cgi-bin/webscr endpoint.
We pass a "return" parameter, which contains an url, where the ...
0
votes
1
answer
162
views
PayPal Checkout with GooglePay button in advanced integration - dynamic total price does not work
I used this integration for placing GooglePay button in checkout: https://github.com/paypal-examples/googlepay/tree/main/advanced-integration
It works well. I also change "totalPrice" ...
0
votes
1
answer
91
views
G-Pay button not displayed - PayPal JS SDK
My Next.js(React.js+Node.js project)
I want to connect PayPal, I do it according to their documentation using JS SDK (@paypal/react-paypal-js)
const initialOptions = {
clientId: PAYPAL_CLIENT_ID,
...
0
votes
1
answer
77
views
Paypal auth not behaving correctly
How do I fix these issues with paypal auth urls?
I was trying to run Paypal auth with my web app so I have a button that takes me to a url to sign into Paypal.
I have three issues:
Paypal isn't ...
0
votes
1
answer
72
views
Odoo 18 (js): How to extend the native payment_paypal module to activate the PayLater feature?
I am trying to figure out how to extend the js class of the native module payment_paypal, so that the PayLater option, that i have activated in PayPal get activated.
In the native js code in /addons/...
0
votes
1
answer
94
views
How to get high-resolution PayPal branded buttons with Recurly integration?
We have Recurly integration in our application and are using Recurly’s PayPal integration to initiate the PayPal flow.
At the same time, we want to display PayPal-branded buttons to keep our UI in ...
0
votes
1
answer
103
views
PayPal webhook signature verification failing in Node.js with crypto — how to debug raw body and message formatting issues?
I’m implementing PayPal webhook signature verification in Node.js using the built-in crypto module and Express. My goal is to validate incoming webhook requests by verifying the signature with the ...