#ashwanigarg
1 messages · Page 1 of 1 (latest)
Yes, that's how SetupIntent is designed for
-
Actually, we want our customers to store card initially, and then use the saved card, which on Stripe, to pay later on , as well as for subscriptions.
-
Can we use our own custom form to get the card details with SetupIntent or , this can used with Stripe Form only.
If yes, where I can see the Stripe Form?
You should only use Stripe form to save the headache of PCI Compliance. Using your own form means you are exposed to PCI DSS
Could you please share any link of Stripe form for the same.
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout Checkout or
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements Payment Element
ok, can we store only card using Payment Element?
Without making any payment at the moment.
Yes, that's SetupIntent + PaymentElement flow
ok, Can't we use it for card saving at first using SetupIntent and pay later using PaymentElement at some other day or time?
You need PaymentElement to confirm the SetupIntent. After that you have the SetupIntent's payment method and don't need PaymentElement anymore
Can we use our own form to get the payment from customer, after using Stripe's Payment Element+SetupIntent?