#taylan
1 messages · Page 1 of 1 (latest)
Hi, can you add more details here? What do you mean by primary key?
on customer creating event can I get any error like
duplicate email, duplicate card number
by primary key I mean is there any field unique to the customer apart from customer id and might cause error creating another customer with same field => value
I see, we have the idempotency for safety retrying requests but I'm unsure if I'm missing something from your question: https://stripe.com/docs/api/idempotent_requests
lets exclude idempotent
think of it as an database where you can't enter some duplicate items based on a key => value parameter
I see, there is not.