#balconytom
1 messages · Page 1 of 1 (latest)
👋 happy to help
taking a quick look
basically this is what's happening https://stripe.com/docs/invoicing/integration/workflow-transitions#finalized:~: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.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
OK, so stripe waits 72 for a successful response to the invoice.created - where is this response supposed to come from?
sorry, *1 hour not 72 hours
ah, I see
so if the webhook "fails" it will wait 72 hours... ok this is some webhook my customers has setup for themselves w/o my knowledge and apparently it's failing
thx for help!
yes
does it need to receive a successful response to proceed w/o waiting 72 hours?
what if there were no endpoints listening for 'invoice.created' ?
or what if there were 2 different endpoint and one of the failed and the other succeeded?
yes
then this wouldn't apply
all endpoints should successfully respond