Register customers
Using Stripe?
If you use the Planship Stripe app, all of your customers and their subscriptions are automatically mirrored in Planship. You can go straight to the Getting Customer Entitlements and Reporting Usage integration guides.
Interested in the Planship Stripe app? Head to our Stripe integration HOW-TO guide to learn more.
Registering a customer with Planship enables your product to do the following:
- Subscribe/unsubscribe customers to Planship plans
- Retrieve feature and metered entitlements for a customer
- Report and retrieve metered usage for a customer
When registering a customer with Planship, you can optionally provide their name, email and metadata.
The returned customer
object contains a customer id
that should be stored in your product's customer database for future customer operations. If you'd rather not store anything, you can specify your own customer ID.
Using your own customer ID
If you would rather not store Planship customer IDs in your product database, you can provide your own ID to Planship when registering a customer as an alternative ID.
Once created, you can use the alternative ID to identify the customer with Planshup instead of the customer.id
value returned when registering a new customer. The alternative ID can be any string up to 256 characters long that's unique within your Planship organization. You can use your customer email, database ID, or anything else that uniquely identifies your customer.
Registering a customer with no data
Finally, if you would rather not place any customer information into Planship, you can register your customer without any additional data.