mpsegerson
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe webhook delivery issuesI’ve gone ahead and done that as instructed. Thanks!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe webhook delivery issuesI don’t think I’m understanding completely. I did check the webhooks and it shows three identical webhooks… https://…………com/wp-json/wc-stripe/v1/webhook
Two of them have 100% fail and this notice:
{
“code”: “webhook-error”,
“message”: “Invalid signature received. Verify that your webhook secret is correct.”,
“data”: {
“status”: 401
}}
And one is 0% fail and has this notice:
HTTP status code
200 (OK)
[]Are you saying that everything is fine, and that those notifications are due to being in sandbox mode?
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Issue with Required FieldsProblem solved. Thanks!
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Issue with Required FieldsJust saw saw your reply after I posted. I’ll take a look at the documentation. Thanks
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Issue with Required FieldsOk, so I finally found where you can remove the PayPal button from the cart page, but I’m wondering if you have any ideas on how to deal with the rerouting back to checkout page due to required phone number, which it seems PayPal does not populate. Thanks!