#o9d_webhooks

1 messages ¡ Page 1 of 1 (latest)

torpid agateBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1258025962159997030

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

olive oasis
#

Correct, currently the BT is only created when the payment succeeds for ACH payments. They're async so are in a 'processing' state for a few days

serene crane
#

A a Stripe Connect customer using direct charges we would not receive the payment_intent.succeeded webhook since this is created on the destination account, not the platform. Instead we currently rely on application_fee.created. How could we get notification of the bank transfer / application fee clearing?

olive oasis
#

A a Stripe Connect customer using direct charges we would not receive the payment_intent.succeeded webhook since this is created on the destination account, not the platform
You would if you had a Connect endpoint configured on the platform, which is pretty common: https://docs.stripe.com/connect/webhooks

Learn how to use webhooks with Connect to be notified of Stripe activity.

torpid agateBOT
serene crane
#

Unfortunately our issue is we're a platform for platforms. So our connect customers install our Stripe App which only gives us access to their webhooks, not the webhooks of their connect customers. Does that make sense?

sick anvil
#

hi! I'm taking over this thread.