EMar Posted January 13, 2019 Report Posted January 13, 2019 Hi, Looking at this guide about Paypal Payments Standard module: https://docs.blesta.com/display/user/PayPal+Payments+Standard When adding a notification url for Paypal IPN, I don't see any directory in Blesta for callback/gw/1/paypal_payments_standard Do I still just add: Notification URL https://clients.store.com/callback/gw/1/paypal_payments_standard
Beav Posted January 13, 2019 Report Posted January 13, 2019 On 1/13/2019 at 9:23 AM, EMar said: Hi, Looking at this guide about Paypal Payments Standard module: https://docs.blesta.com/display/user/PayPal+Payments+Standard When adding a notification url for Paypal IPN, I don't see any directory in Blesta for callback/gw/1/paypal_payments_standard Do I still just add: Notification URL https://clients.store.com/callback/gw/1/paypal_payments_standard Expand Yes // The URL that gateway callback requests should be directed to Configure::set("Blesta.gw_callback_url", "http" . (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != "off" ? "s" : "") . "://" . (isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : "localhost") . WEBDIR . "callback/gw/"); The above bit (already preexisting in your /config/blesta.php) allows for it to be routed correctly when the request is made. EMar and BeZazz 1 1
Paul Posted January 14, 2019 Report Posted January 14, 2019 On 1/13/2019 at 8:31 PM, EMar said: Thanks for verifying Gosu Expand Are PayPal transactions now being recorded in your Blesta? I just noticed I replied to another thread of yours regarding PayPal. Just to add, Blesta set's the IPN URL in each payment button. However, if IPN is disabled in PayPal, PayPal still requires a URL to be set to re-enable it. The URL is not that important, because Blesta sets it with each request.
EMar Posted January 15, 2019 Author Report Posted January 15, 2019 The payment showed up as pending. I then activated it manually to create the whmsonic stream. Continuation..
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now