#b.v-subscriptions
1 messages · Page 1 of 1 (latest)
hi! no, that's not really possible. There are two modes for subscriptions, charge_automatically to charge the customer's saved card every billing period, and send_invoice to send an invoice to pay on a payment page. You can't really mix and match them the way you describe.
You can technically start the subscription using send_invoice, and then once the subscription is active, update it to change to charge_automatically though! That might work for you, you'd need to test it a little.
https://stripe.com/docs/api/subscriptions/object#subscription_object-collection_method