Skip to content
You're viewing guides for Paddle Classic, which is no longer available for new signups. Head to developer.paddle.com for Paddle Billing guides.

Customers

Customers are the people and businesses that you sell products to.

They have two sub-entities:

Customers don’t need a business entity, you only need one when working with a business.

You can add customers, addresses, and businesses to invoices to bill for products.

$ref: ../../reference/models/customer.yaml

Using the Paddle Invoice API, you can:

You can’t delete customers, but you can archive them to say you no longer need them. Archived customers can’t be used in Paddle and aren’t returned by default when you query the list endpoint.

To archive a customer, use the update customer method:

{
"status": "archived"
}