#chunyu
1 messages · Page 1 of 1 (latest)
Hi there,
What do you mean by old API or new API ?
If you are exploring accepting ACH, just use the new integration which you can have a full guide throw it:
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API
i mean if the ACH pay is success i will receive charge.succeeded, and if it is failed , i will receive charge.failed
right?
i want to know how many kinds of event of webhook of ACH
Here is the list of webhook you can monitore for ACH payments:
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-confirm-paymentintent-succeeded
Those are enough
thanks a lot sir