#cian54
1 messages · Page 1 of 1 (latest)
We could address this in the existing thread
but, yes, you can do this
if you have a payment method you can have the first subscription payment use this, either by specifying it or if it is set as the customer invoice default
And don't use default_incomplete in that case
Ok so I user this await stripe.paymentMethods.attach(paymentMethodId, { customer: stripeCustomerId, }) would this be enough for the subscription to use this payment method ifI don't use default_incomplete ?
You would also need to set that ID as either the customer's invoice_settings.default_payment_method or the subscription's default_payment_method