#RubenAedo-ach-data
1 messages · Page 1 of 1 (latest)
This is the section you're looking for: https://stripe.com/docs/payments/ach-debit/accept-a-payment#web-confirm-paymentintent-succeeded
You'll want to configure your webhook endpoint to listen for those 3 events to make sure that the underlying Payment Intent makes it from payment_intent.processing to payment_intent.succeeded
status enum
The status of the payment is either succeeded, pending, or failed.
Right, so you just need to check if the Payment Intent succeeded. If it's pending, then you have to wait for the bank to approve it