#Alex from Fuxam

1 messages · Page 1 of 1 (latest)

willow jewelBOT
torpid terrace
#

Hello 👋
Can you share the subscription ID?

stoic ocean
#

Yes of course, sub_1NL4JPEwHpTUe8W78pQA1xVM

torpid terrace
#

Ah looks like you have a webhook endpoint configured to listen for invoice events but the webhook didn't respond with a 200 status which is preventing the invoice from finalizing

https://stripe.com/docs/invoicing/integration/workflow-transitions#:~:text=We wait an hour after receiving a successful response to the invoice.created event before attempting payment. If we don’t receive a successful response within 72 hours%2C we attempt to finalize and send the invoice.

We wait an hour after receiving a successful response to the invoice.created event before attempting payment. If we don’t receive a successful response within 72 hours, we attempt to finalize and send the invoice.

#

Since we didn't receive a successful response from your webhook, we're going to wait for 72 hours before finalizing the invoice so if you advance the test clock further (ideally 48-72 hours) then invoice should finalize

stoic ocean
#

Ah got it! Thanks 🙂