#euler

1 messages · Page 1 of 1 (latest)

quick tendonBOT
crude saffron
#

Yeah that's expected

#

Every time you post to create a customer a customer will be created

#

Even if the email has been already used

old pelican
#

umm how would i check when a user is already registered

crude saffron
#

Ideally you would store your customers in your own database

#

You would just check against that before registering someone new

old pelican
#

oh got you

#

so i would rather do a GET /customers/ before a POST

#

is it possible to do a GET /customers/email=?

crude saffron
old pelican
#

the thing is , on our business we are not storing if X email belongs to stripe already , because we have multiple online payment providers at the same time,

crude saffron
#

Got it

#

Above should work then

old pelican
#

will take a look into it