#fredguest

1 messages · Page 1 of 1 (latest)

golden obsidianBOT
analog pilot
#

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

severe kiln
#

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?

analog pilot
#

Sure, no problem

severe kiln
#

Ok cool, thanks for confirming.