#dino_pephanis
1 messages · Page 1 of 1 (latest)
we are integration with your Connect work flow and want the customers of connected accounts to be able to add cards for future use. As the might not want to pay for something at the instant, we would like to check if the card deatails the added is correct
*Details
Got it! Yep, you can do with with Setup Intents/Checkout: https://stripe.com/docs/payments/save-and-reuse
can this be done using StripeJS?
Part of the integration uses Stripe.js, yes. But you also need a server-side component to create the Setup Intent
Ok thanks