#lumen-create-customer
1 messages · Page 1 of 1 (latest)
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
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?
I'd say so, that definitely would make sense to do in that scenario
Thank you very much for your help!
Of course, happy to help!