#blinkdaffer

1 messages · Page 1 of 1 (latest)

warm loomBOT
tribal locust
#

whats up river.

nocturne shell
#

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

tribal locust
#

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

nocturne shell
#

Since you have already collected the card information, Checkout Session is not needed. Your system could use Payment Intent to charge to customer directly

tribal locust
#

so paymentintent create and confirm should do the trick

nocturne shell