#marcoprouve - payments
1 messages · Page 1 of 1 (latest)
hi there, you would want to either use Stripe Checkout or the Payment Element to collect payment method details. https://stripe.com/docs/payments/accept-a-payment
Both of these products use the PaymentIntent API.
hi Alex, Thank you. Last thing id like to add is we do want support for apple pay and want a custom experience. Is there an easy way to do this with elements (especially the apple pay part)?
And do you recommend creating a checkout session for each transaction?
Both Payment Element and Checkout support wallets :
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#testing-apple-pay-google-pay
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#apple-pay-and-google-pay
yes, you should create a Checkout Session for each transaction