There is no need to create customers that already exist in Stripe customers, but you will need to link them with your own internal ID.
Create a customer
You can create a customer with just a customer ID.Create a customer with name and email
Create a customer with usage start date
TheusageStartedAt is only needed if you have a limit feature that resets based on billing period and you use PriceOS to track usage for it.
In that case, the usageStartedAt is the anchor we use to determine when usage will be reset for this user.
If no
usageStartedAt is provided, we’ll just use the date the customer was created in our system.