#bperez-marketplace
1 messages · Page 1 of 1 (latest)
okay thanks
Is this a viable option to collect our users payment info without charging them for something.
yes you can use a SetupIntent to not take a payment but still collect a card
Would they have to go through a stripe checkout every time they send an offer or could we just use setupintent when they download our app. Or even access it in the settings?
We would like it to be like this when users send an offer. Would this be possible with the Setupintent?
Would they have to go through a stripe checkout every time they send an offe
depends, what you mean by "send an offer"
a SetupIntent is really just to set up the card
after that, you can make n payments on it as the PaymentMethod you collect is reusable
anything is possible really, really flexible what you can do with SetupIntent and/or Checkout, they're just building blocks for your payments
Okay great, and are we able to code that setupintent anywhere on our app? In our user's profile settings for instance?
You would create the Setup Intent server-side, and then you can show the UI to collect the card details for the Setup Intent anywhere in your app