#celine-update payment method
1 messages · Page 1 of 1 (latest)
@arctic igloo sure, you'd just use a SetupIntent+Elements to save a card (https://stripe.com/docs/payments/save-and-reuse) and then mark it default for the subscription (https://stripe.com/docs/api/subscriptions/update#update_subscription-default_payment_method or https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method)
ah i see