#akashpatil7596_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ 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/1368834883119747102
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, is your question about why the first invoice isn't finalized in time?
My concern is the draft on 03 and 04 May should also be paid, but why it showing Open?
Open menas it not finalized and money did not deduct yet right?
I want to finalize and pay as soon as invoice.created
Ok, the finalized is delayed because one of your webhook endpoints failed to acknowledge the invoice.created event
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
On both 03 and 04 May?
Same problem. invoice.created events weren't acknowledged.
What do you mean by events weren't acknowledged?
All the events on 03 and 04 th May got 200
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Take a look at "Webhook attempts"
A webhook event is considered acknowledged if all listening endpoints have responded with 200
but other two showing 200 and I'm using the :
https://stage-api.theaslshop.com/api/v1/webhook/stipe
it requires all listening endpoints to respond with 200.
What? I am using https://stage-api.theaslshop.com/api/v1/webhook/stipe for my development server, why does it concerens other webhooks for other local servers?
I don't quite understand what you mean by this.
suppose I'm using this server which using https://stage-api.theaslshop.com/api/v1/webhook/stipe This webhook endpoint.
the subscription I created are on this server
So if any other webhook endpoint like https://971d-103-215-158-90.ngrok-free.app/api/v1/webhook/stipe matters if it fails or not?
Yes, it matters, all listening endpoints need to return 200
If I remove https://971d-103-215-158-90.ngrok-free.app/api/v1/webhook/stipe, will it work?
Yes, and you should ensure the remaining endpoints should return 200
Okay, can you add @lean pine to this chat?
Soma isn't available at this moment.
ok
Hello
Server 1 -> webhook_endpoint_1
Server 2 -> webhook_endpoint_2
If there is subscription created and next day invoice.created event being called on Server 1,
Does the same event being called on Server 2 and both should be returned with 200.
Right?
Yes you are right
both of server's webhook endpoints are different, still?