Skip to content
Advertisement

Tag: paypal

Error with paypal ReturnUrl is not a fully qualified URL

This is my code: I read around there that it could be the backslashes but I have them well and also that it could be the localhost but I also did a basic test previously, and it worked, and now in the project I’m working on it doesn’t work. Answer Try to set your properties like this (change to your

PHP verify Paypal webhook signature

I’m having trouble trying to verify paypal webhook signatures with PHP. Using the new V2 of paypals APIs I am receiving the paypal webhook on my page. However I can not seem to successfully validate the signature. From the link HERE I got some sample webhook validation PHP code from paypal. I can not get it working, I don’t know

Paypal Sandbox Access Token not Found in Cache

I am having a persisting issue with the Paypal access token for the sandbox environment where I continually get the error, I am not sure where to go as this is a new token that is being generated and used just prior to running the API call. Everything was working normal until this began giving me issues a couple of

WooCommerce Paypal Standard Gateway – IPN Received but order status stuck on ‘processing’

I have a Wordpress setup with WooCommerce using the standard Paypal Gateway. Payments are being received and going through fine. Paypal IPN is being received by the site and marked as “Completed” for an order, but the order status remains unchanged in WooCommerce and still reads as “Processing”. Other things entered into Paypal gateway settings: Paypal API Details Paypal Identity

Paypal express checkout : systematic 10486 error

i use paypal express checkout to sell simple benefit on my website. When i am with sandbox, it works fine. But as soon as i change for live mode with real password and signature, i get systematically this error : My buyer account is good and no problems to buy on other websites. I asked friends to try with their

How to validate a sale with PayPal REST API and IPN

I currently have a fully working cart and checkout process through PayPal _xcart method, but I want to migrate it to REST API, mainly because I want to mitigate the possibility of price-jacking. Currently my IPN does check for price jack and sets the according flags so the product doesn’t get downloaded (selling digital products only). Anyway more to the

Advertisement