#pulley
1 messages · Page 1 of 1 (latest)
If you're just adding a payment method for a customer, you should generally use a setupintent
What that does is create a payment method for you and it sets it up so it can be charged later
Okay just double checking my brain.
PaymentIntent -> Collect details -> post to stripe to save the details
When i pull that customer in the future, i will see that payment method listed with their other methods
Nope. SetupIntent --> Collect details that get sent from the client-side directly to Stripe --> use the saved Payment Method to create payments using Payment Intents
Yea maybe my understanding on this IFrame is lacking.
So the submit button creates the payment method. When doing something like your site shows.
It's basically like im on the stripe dashboard and click add payment method for a customer?