#hchen

1 messages · Page 1 of 1 (latest)

blazing sierraBOT
rich flicker
#

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

topaz vault
#

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)

rich flicker
#

Oh ok I see

#

No you'd need to make a separate API call to do that unfortunately

topaz vault
#

Awesome, thank you!