#kanew5816
1 messages · Page 1 of 1 (latest)
Yes you can, but keep in mind normally you wouldn't do that with Card, since you shouldn't have card information in your server
Yeah we will not store cards on our server. We will create a payment method with Stripe and store the card details against it
Alright, and yes you should be able to use that to charge your Customer off_session. Remember to pass off_session = true when you do so
Sure
In that case how is /payment_methods different from /setup_intent
When to use which endpoint?