#_docs
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/1334258248055783465
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, the new ACH doc is here https://docs.stripe.com/payments/ach-direct-debit/accept-a-payment
Are tou specifically looking into webhook events around ACH payments? I am not sure if we have an updated doc section like that but can definitely speak to the new webhook events to listen to
yes! I'm looking for exactly that
Gotcha, so instead of the charge.* events you will typically want to listen to the equivalent payment_intent.* events: payment_intent.succeeded, payment_intent.payment_failed, and payment_intent.processing
Instead of customer.source.updated there will be payment_method.attached when the intent confirmation succeeds. I don't think there is an equivalent of that event if the confirmation fails as no PaymentMethod object is created.
Server is a bit busy, will see if I can find a proper doc for that in a bit
What would the event be if Payment Status is under review?
Server is a bit busy, will see if I can find a proper doc for that in a bit
that will be super helpful. thanks!
As in right after the payment is submitted? That would be processing
yea