#brazil202212_api

1 messages · Page 1 of 1 (latest)

teal iglooBOT
#

đź‘‹ Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1438191428303065179

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

jade plover
#

Hey team!
I’m having an issue with my WooCommerce + Stripe integration. Everything seems correctly configured — product ID, payment link, and webhook.

After a payment is successfully completed, the user’s account on my site is not automatically activated.
WooCommerce still shows “no active membership” and forces the user to purchase again.

Could you please help me confirm if I’m missing any event/hook that should trigger the account activation after payment confirmation?

idle merlin
#

You should reach out to WooCommerce about this since they control the Stripe integration. We help developers who control their code/integration directly in here. There's really no way for me to troubleshoot WooCommerce's integration

jade plover
#

Thanks for the reply!

I’ve already reached out to WooCommerce support, and they confirmed that everything on their side is working correctly.

They mentioned that I should check the Stripe webhook — to make sure the events are being sent and received properly — since the issue seems to happen after the payment confirmation, when the webhook should update the user’s membership status.

Could you please help me verify if the webhook is returning the expected data or if there’s any delivery issue on Stripe’s side?

idle merlin
#

That doesn't really make sense. WooCommerce manages your webhook endpoint, correct? It'd be up to them to troubleshoot delivery issues

jade plover
#

Actually, the webhook wasn’t created automatically by WooCommerce.

I manually created a webhook inside my Stripe Dashboard and pointed it to the page that receives the payment on my website.

So Stripe is the one managing this webhook — not WooCommerce.

I just need to confirm whether Stripe is sending and delivering the events properly to that endpoint after a successful payment, since the user’s membership isn’t being activated even though the payment is marked as successful.

idle merlin
#

What's the endpoint id

#

Yes stripe is where you register the endpoint

#

Woocommerce is the one who manages the endpoint that the events get sent to

#

So if deliveries are failing, they need to investigate why

jade plover
#

we_1SSSdn7Yk7vwkPzRx7GYvK54

#

That's the id

idle merlin
#

You should be able to see this yourself from the stripe dashboard as well, but I see 41 successful event deliveries and 1 failed over the past week

#

This is really something you should be working with Woocommerce on

#

Again, we only work with developers in here