#SeanS
1 messages · Page 1 of 1 (latest)
Both apple pay and google pay require the use of the payment intent client secret. You use the same code for most of it, but Apple Pay requires some additional steps for it to work: https://stripe.com/docs/stripe-js/elements/payment-request-button
But if you use the payment element, it's even easier than the integration path above
Thank you! Our payments are created through a service, so the client only talks directly to stripe in the case of setup intents. we will have to rewire some things!