#.abishek
1 messages · Page 1 of 1 (latest)
I am currently working on an MVP for a product and want to support only payment methods that have immediate response when a customer is charged instead of going to the next_action of the payment intent or looking up the webhook to see the status and then act accordingly.
Is there any docs on which payment methods do this?
I don't think we have a comprehensive list somewhere for delayed notification payment methods.
https://stripe.com/docs/payments/payment-methods#payment-notification
You can check each payment method type you are looking to activate like ACH
https://stripe.com/docs/payments/ach-debit
The docs page for the payment method should say explicitly if its a delayed notification payment method.
any docs on which payment methods are only single use?
No comprehensive list for that either.
We have this page which goes over what payment methods support which APIs etc
https://stripe.com/docs/payments/payment-methods/integration-options
It also outlines if it supports SetupIntents and/or setup_future_usage params.
The ones that don't support it are pretty much single use
ok, that is helpful