#stripe101-sub-trial

1 messages · Page 1 of 1 (latest)

deft prawn
#

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

azure peak
#

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.
deft prawn
#

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

azure peak
#

Interesting. From what I've seen the first invoice is $0 even with the additional invoice item.

#

That is, the first invoice is $0. Then after the trial ends the second invoice is for subscription qty plus additional invoice item.