#durrell0786_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/1288926396386775060
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- durrell_cli-connect, 1 day ago, 13 messages
Hi ๐
We do not have any guarantees for webhook event timing but, in general, the timeline you see in the CLI and when delivering to a production webhook endpoint will be roughly the same.
At least with respect to event generation
I've seen Inbound and Outbound Transfers move from processing to succeeded instantly in the CLI which does not happen in live mode. It takes days in live mode, so I thought these events might not happen instantly together as well.
That's live vs test mode and specifically Issuing/Treasury flows which require using ACH
That's a different kettle of fish entirely
The Setup Intent and attachment of the payment method occur entirely within Stripe infrastructure so there's less of an impact
When I wrote, "In prod, do you know how far apart they will typically be?" what I mean was, do you know how far apart they will be in live mode.
Where we have to move funds with banks, we run into longer timelines
ok, so safe to say they happen very close together in live mode.
And I said, we don't have any guarantees and you should absolutely not depend on them happening together, but they do happen regularly close since the same action results in both events
When a Setup intent completes successfully, it attaches the saved payment method.
ahhh, ok. So if it attaches, then that means it succeeds.
Yup
Ok. Thank you so much.