#theMuffinRobot
1 messages · Page 1 of 1 (latest)
Hi there
Hi
Overall I'm not sure we allow this... you would create a SetupIntent and just not pass a Customer ID
Or, you could just create the PaymentMethod itself
And then set it up later on
Mind elaborating on that last point? When you say set it up later on, you mean connect it to a customer?
Yeah use a SetupIntent/Customer.
Let me test real quick though for whether you can do this without a Customer
Thank you
So just use a SetupIntent without a Customer?
So you can use this flow: https://stripe.com/docs/payments/ach-debit/set-up-payment
But just not pass a Customer
And that will set up a us_bank_account PaymentMethod for single-use
You can then either charge it (which will consume it) or you can attach it to a Customer
Awesome, I really appreciate the help!
Sure thing
Last question, is it safe to assume this would work for cards as well?
Yep