#bperez-marketplace

1 messages · Page 1 of 1 (latest)

granite pike
#

hello, reading up

ionic sandal
#

okay thanks

granite pike
ionic sandal
#

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?

granite pike
#

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

ionic sandal
#

Okay great, and are we able to code that setupintent anywhere on our app? In our user's profile settings for instance?

grand furnace
#

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