#haroon
1 messages · Page 1 of 1 (latest)
You can add those specifc IDs in the customer's metadata:
https://stripe.com/docs/api/customers/create#create_customer-metadata
will this create the customer with the same id?
no, the id will be generated by Stripe
but what if I need to create customer with same id?
Hi! I'm taking over this thread.
but what if I need to create customer with same id?
That's not possible. But why would you need this?
I wanted to clone the data from my live account to test account
Got it, you can re-create new customers on the test account, and they will have different customer ID. But as my colleague mentioned, you would use the metadata field to store the original ID.