#ynspc
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/payments/save-and-reuse?platform=web (using SetupIntents) is how yo attach a payment method without charging.
i just did a test with above link
it works perfectly fine after redirecting to the url provided by the stripe api [checkout sessions]
but i have a ui in our portal from where we need to add the card.
al though it works but not suitable for our use case
is there any alternate way to just accept the payment method from client side
not sure what you mean, you don't have to use Checkout
click the "custom payment flow" tab at the top of that page I linked for the guide on how to do the same thing but on your own page using React components/Stripe elements
okay