Create a customer
Creates a new customer.
If successful, your response includes a copy of the new customer entity.
Request Body
Email address for this customer.
Full name of this customer. Required when creating transactions where collection_mode
is manual
(invoices).
Your own structured key-value data.
Valid IETF BCP 47 short form locale tag. If omitted, defaults to en
.
Response
Represents a customer entity.
Unique Paddle ID for this customer entity, prefixed with ctm_
.
Full name of this customer. Required when creating transactions where collection_mode
is manual
(invoices).
Email address for this customer.
Whether this customer opted into marketing from you. false
unless customers check the marketing consent box when using Paddle Checkout. Set automatically by Paddle.
Whether this entity can be used in Paddle.
Your own structured key-value data.
Valid IETF BCP 47 short form locale tag. If omitted, defaults to en
.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Import information for this entity. null
if this entity is not imported.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
12341{
2 "email": "jo@example.com",
3 "name": "Jo Brown"
4}