Customers
Overview
A customer is an individual or company that buys goods or services from a business. Commonly referred to a customer on a corresponding invoice
The Customer Data Model simplifies the handling and retrieval of customer-related information across various payments platforms.
- Unified customer properties: The model unifies essential customer details, such as name, customer person, currency, and tax number, enabling easier access and management of customer data from different platforms.
- Comprehensive customer information: Customer can include associated data like phone numbers, addresses, and external links for a more detailed representation of each customer.
- Status tracking: The model supports tracking the status of each customer, with values like
ACTIVE
,ARCHIVED
, andUNKNOWN
, facilitating better organisation and reporting.
Attributes
Properties Supported
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the customer |
name | string | Name of the customer on the accounting platform |
created_at | string | The last ISO 8601 timestamp at which the data was created |
tax_number | string | Customer’s tax number |
currency_id | string | The currency id of the customer |
external_links | External Link | The external links associated with the customer |
phone_numbers | Phone Number | The phone numbers associated with the customer |
addresses | Address | The addresses associated with the customer |
updated_at | date | The date at which the information was updated on the accounting platform |