#fredguest
1 messages · Page 1 of 1 (latest)
A Setup Intent creates a Payment Method attached to a Customer that can be charged later
You would use Payment Intents to create those charges
The amount doesn't need to be equal to or less than an earlier amount
Ok so just to put numbers to it, if I create a PaymentIntent that has setup_future_usage set to off_session and amount set to $10 so that $10 is charged immediately when the PaymentIntent is confirmed, I can use that same payment method off session in the future to charge $20 instead of $10, correct?
Sure, no problem
Ok cool, thanks for confirming.