#ashwanigarg

1 messages · Page 1 of 1 (latest)

noble sedgeBOT
tiny mist
#

Yes, that's how SetupIntent is designed for

south dragon
#
  1. 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.

  2. 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?

tiny mist
#

You should only use Stripe form to save the headache of PCI Compliance. Using your own form means you are exposed to PCI DSS

south dragon
#

Could you please share any link of Stripe form for the same.

tiny mist
south dragon
#

ok, can we store only card using Payment Element?

#

Without making any payment at the moment.

tiny mist
#

Yes, that's SetupIntent + PaymentElement flow

south dragon
#

ok, Can't we use it for card saving at first using SetupIntent and pay later using PaymentElement at some other day or time?

tiny mist
#

You need PaymentElement to confirm the SetupIntent. After that you have the SetupIntent's payment method and don't need PaymentElement anymore

south dragon
#

Can we use our own form to get the payment from customer, after using Stripe's Payment Element+SetupIntent?