{
"billing_address": {
"address": "ut veniam aliqua reprehenderit",
"city": "Duis ullamco esse",
"country_alpha2": "aliqua reprehenderit nisi cupidatat",
"postal_code": "aute non id nisi voluptate"
},
"billing_iban": "FR1420041010050500013M02606",
"billing_language": "fr_FR",
"created_at": "2023-08-30T10:08:08.146343Z",
"customer_type": "company",
"delivery_address": {
"address": "dolor tempor qui Ut",
"city": "in incididunt cupidatat",
"country_alpha2": "ullamco c",
"postal_code": "culpa Duis qui"
},
"emails": [
"hello@example.org"
],
"external_reference": "0e67fc3c-c632-4feb-ad34-e18ed5fbf66a",
"id": 42,
"ledger_account": {
"id": -37141219
},
"mandates": {
"url": "https://app.pennylane.com/api/external/v2/gocardless_mandates?filter=%5B%7B%5C\"field%5C\":%5C\"customer_id%5C\",%5C\"operator%5C\":%5C\"eq%5C\",%5C\"value%5C\":%5C\"42%5C\"%7D%5D"
},
"name": "My company",
"notes": "Some notes",
"payment_conditions": "custom",
"phone": "+33612345678",
"recipient": "John Doe",
"reference": "REF-1234",
"reg_no": "123456789",
"updated_at": "2023-08-30T10:08:08.146343Z",
"vat_number": "FR12345678901"
}
This endpoint returns a customer.
ℹ️ This endpoint requires one of the following scopes:
customers:all
,customers:readonly
{
"billing_address": {
"address": "ut veniam aliqua reprehenderit",
"city": "Duis ullamco esse",
"country_alpha2": "aliqua reprehenderit nisi cupidatat",
"postal_code": "aute non id nisi voluptate"
},
"billing_iban": "FR1420041010050500013M02606",
"billing_language": "fr_FR",
"created_at": "2023-08-30T10:08:08.146343Z",
"customer_type": "company",
"delivery_address": {
"address": "dolor tempor qui Ut",
"city": "in incididunt cupidatat",
"country_alpha2": "ullamco c",
"postal_code": "culpa Duis qui"
},
"emails": [
"hello@example.org"
],
"external_reference": "0e67fc3c-c632-4feb-ad34-e18ed5fbf66a",
"id": 42,
"ledger_account": {
"id": -37141219
},
"mandates": {
"url": "https://app.pennylane.com/api/external/v2/gocardless_mandates?filter=%5B%7B%5C\"field%5C\":%5C\"customer_id%5C\",%5C\"operator%5C\":%5C\"eq%5C\",%5C\"value%5C\":%5C\"42%5C\"%7D%5D"
},
"name": "My company",
"notes": "Some notes",
"payment_conditions": "custom",
"phone": "+33612345678",
"recipient": "John Doe",
"reference": "REF-1234",
"reg_no": "123456789",
"updated_at": "2023-08-30T10:08:08.146343Z",
"vat_number": "FR12345678901"
}
(Required) Customer identifier
"-15176879"
Returns a company customer
The response is of type object
.