#thomasst-checkout-subscription
1 messages · Page 1 of 1 (latest)
thomasst-checkout-subscription
Hey @gentle schooner ! Unfortunately those are not possible. Checkout always finalizes immediately and accepts the payment immediately too
That's too bad, is any support for this planned?
Also, is any support planned for custom trial periods < 48hrs?
No support planned no. And no plan for shorter trials because there's 24 hours for a Session before it expires
But, trial_period_days can be set down to 1 day, whereas trial_end requires 48 hours
correct, no plan to do shorter for now
trial_period_days start once the Subscription is active
trial_end is an exact timestamp
so we have to keep it big enough to not conflict with the ongoing session
I see. I would want a 30 second trial upon checkout completion so I can set subscription settings and get a "draft" invoice that I can finalize within 60 minutes.
yeah I understand you want that, but that would be a hack around what you really want which was your first question
Yep.
Yeah unfortunately not something we plan to support soon
I'd want to configure footer and custom_fields for the initial invoice.
I'd recommend writing to our support team: https://support.stripe.com/contact to register your interest for this feature
Alternatively you could create a Customer first, then set this in https://stripe.com/docs/api/customers/create#create_customer-invoice_settings and then Checkout will use that when they create the Subscription and its first Invoice
Thanks, this might be a good solution. This applies to all subscription invoices?