#blinkdaffer
1 messages · Page 1 of 1 (latest)
whats up river.
The choice of the payment integration is up to your business and UI requirements. Both Checkout Session and Payment Element are PCI compliant. Checkout Session is the payment page hosted by Stripe whereas Payment Element with Payment Intent is embedded in your website
so we have our form to collect card information
what we are doing right now
is collecting the information, passing it to BE, create payment method > attach> and create checkout session
Since you have already collected the card information, Checkout Session is not needed. Your system could use Payment Intent to charge to customer directly
so paymentintent create and confirm should do the trick
Yup! You may follow the guide here: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method