#PERF - ACH + SetupIntents
1 messages · Page 1 of 1 (latest)
Good question, looking in to our other docs about this
Are you getting stuck on a certain aspect of making that API call?
PERF - ACH + SetupIntents
I guess my question is more about when this would be called in the lifecycle of a setupintent
My first assumption is it would be called before setup intent confirmation ?
I think it may actually happen before but need to look in to this a bit further. We have a doc that shows how to save ACH details for future use and we actually show verify_with_microdeposits as a potential next step after confirming the setup intent https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-collect-mandate-and-submit
And the next section shows the client-side equivalent of your call https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-verify-with-microdeposits
Is this something that can only be done with an actual bank account vs a credit card?
ACH? Or are you asking about if stripe has test ACH account numbers?
Sorry,
Which payment methods types is this feature work with?
https://stripe.com/docs/api/payment_methods/create#create_payment_method-type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah, just ACH in this case. Microdeposits don't happen with card setups