#stripe101-sub-trial
1 messages · Page 1 of 1 (latest)
hello, you can create a Subscription with a trial without a cc and it gets created into status: active
give it a try in test mode
Hm, with a customer? Here's the req_O8r8ootHveoPgf and I get an error:
resource_missing
This customer has no attached payment source or default payment method.
ah so the add_invoice_items doesn't make that work, cause that makes the initial $0 Invoice a non-$0 invoice.
So you first create a Sub in trialing without InvoiceItems
then you add InvoiceItems after the Subscription is created by creating InvoiceItems and specifying the subscription: sub_123 on which you want those InvoiceItems created