Payment intent using old webhook_id
-
On a site using WooCommerce Subscriptions, a customer’s monthly payment was taken twice. Checking in Stripe, the payment metadata had an incorrect webhook_id. So I think the first payment sent confirmation to an incorrect webhook_id, which means WooCommerce never received it and did not know the payment was successful and therefore tried again on the next cron.
I searched the site database for the same incorrect webhook_id, and I can see it in a lot of postmeta with name ‘_payment_intent’.
Should I search and replace the old webhook_id with the correct one? Will that fix this type of issue or is it likely to cause further issues?
Thanks for any help/advice
The topic ‘Payment intent using old webhook_id’ is closed to new replies.