#newtreyes - payment element
1 messages ยท Page 1 of 1 (latest)
Really?!?
Can you help me with the documentation on how to use the Payment Element with SetupIntents?
Sure, was already grabbing that ๐
Our canonical setup card docs use the payment element now:
https://stripe.com/docs/payments/save-and-reuse?platform=web#add-the-payment-element-to-your-payment-page
Exactly ๐
๐
mostly you supply a setup intent client secret instead of PI, and call completeSetup instead of completePayment
Also you may see different payment method options if using automatic payment methods based on which ones support future setup
NP!