#hndk-customer-id
1 messages · Page 1 of 1 (latest)
customer ID isn't sensitive in that someone can only use it if they have your secret key, for instance.
you can store it in your database.
If you don't want to expose the Customer ID, you can always create your own unique ID in your code, then map it to a Stripe Customer ID
like my_user_123 == cus_456