#joshglazebrook
1 messages · Page 1 of 1 (latest)
Or I guess in this case I would want a setup intent?
hello! you'd want to use SetupIntents instead which are meant to be used to save a card for future use.
After the SetupIntent is successful, you'd have a PaymentMethod which you'll need to set as either the default payment method on either the Customer or Subscription (depending on how your integration works currently)
Alright, thank you!