v1
latestOpenAPI 3.1.0AGPL-3.0-only2026-07-1773264353.7 KBCustomers
Create customer
post/api/v1/customers
Request body
Example request
{
"billing_address": {
"country": "US"
},
"currency": "EUR",
"invoicing_entity_id": "ive_7n42DGM5Tflk9n8mt7Fhc7",
"shipping_address": {
"address": {
"country": "US"
}
}
}Response
Customer successfully created
Example response
{
"billing_address": {
"country": "US"
},
"currency": "EUR",
"id": "cus_7n42DGM5Tflk9n8mt7Fhc7",
"invoicing_entity_id": "ive_7n42DGM5Tflk9n8mt7Fhc7",
"shipping_address": {
"address": {
"country": "US"
}
}
}