Skip to main content
0 votes
0 answers
55 views

We are a UK merchant using WooCommerce + PayPal Checkout (PPCP) in production. Some payers are prompted for an SMS OTP (‘prove it’s you’ / transaction code). The OTP SMS displays an amount in EUR (and ...
smashingtuck's user avatar
Advice
0 votes
2 replies
77 views

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 ...
mark377's user avatar
  • 101
0 votes
0 answers
26 views

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 ...
efenatuyo's user avatar
1 vote
0 answers
72 views

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 ...
MastaP's user avatar
  • 117
0 votes
0 answers
39 views

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. ...
Misha Mikhail's user avatar
0 votes
0 answers
51 views

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 ...
Armin Hierstetter's user avatar
0 votes
0 answers
68 views

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 ...
Obsidia's user avatar
  • 108
-2 votes
1 answer
88 views

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 ...
user30379416's user avatar
0 votes
0 answers
98 views

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 ...
tushar's user avatar
  • 499
1 vote
1 answer
93 views

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 ...
Andreas Ströbel's user avatar
0 votes
1 answer
167 views

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" ...
Ondra's user avatar
  • 1
0 votes
1 answer
92 views

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, ...
Roman Nozhenko's user avatar
0 votes
1 answer
77 views

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 ...
Beckett's user avatar
  • 111
0 votes
1 answer
74 views

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/...
S Bonnet's user avatar
  • 1,720
0 votes
1 answer
94 views

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 ...
Varsha Jadhav's user avatar

15 30 50 per page
1
2 3 4 5
1405