Paddle Billing
Search

Attempt to create a customer with an existing email.

The customer being created already exists.

Error Messagecustomer email conflicts with customer of id %s
Error Codecustomer_already_exists
Status Code409

Common causes

  • There were multiple requests to create a customer with the same email.

  • A third-party integration you have authorized may be attempting to create a customer that already exists.

Solutions

  • Make sure that you don't send multiple requests to create a customer with the same email.

  • Get the id of the existing customer from the response and use that for other requests.