#withapain

1 messages · Page 1 of 1 (latest)

dense perchBOT
severe sundial
#

Yeah creating a payment method is not the same thing as setting up a payment method for future usage

meager badger
#

To summarize my issue: I want to validate CC info without needing to have Stripe account created for the customer

#

Is it possible?

severe sundial
#

What's the end goal? Why are you validating the cards? Is it to just use them for future payments?

meager badger
#

Yeah. I send one request to BE to create account and a separate to add a CC to this account directly with Stripe React integration

#

Problem is, that if the card is invalid, I have already created stripe account, which is not needed at this point

#

I would like to create Stripe Account for the user with subscriptions only after I know CC is valid

severe sundial
#

You should use setupintents then