#lumen-create-customer

1 messages · Page 1 of 1 (latest)

desert stump
#

You can do it any time before calling the Subscription create function, so do it whenever makes the most sense to your flow

#

That being said, even our trialing subscriptions need a Customer object so you should create one before that

#

It can even be an empty one without a name or other info if you have not collected that yet

mental orbit
#

Thanks! So if the free trial period in my app begins as soon as the user creates an account, I should be creating the Customer for them right away, right? Since I need it to start the free trial?

desert stump
#

I'd say so, that definitely would make sense to do in that scenario

mental orbit
desert stump
#

Of course, happy to help!