#hchen
1 messages · Page 1 of 1 (latest)
SetupIntents don't have a concept of a default payment because they're 1-time things. SetupIntents are only supposed to be used to set up a payment method for future usage. Only a customer and subscription have default payment methods
Right, in the SetupIntent I'm attaching a PaymentMethod to a Customer. I'm wondering if there's some field that can make that PaymentMethod the default for that Customer on SetupIntent success (i.e. after auth if required)
Awesome, thank you!