Learn how to manage account holders in Numeral
An account holder is an individual or organization you send payments to or receive payments from. It can be linked to one or multiple internal or external account objects.
Attribute | Description |
---|---|
id string | The account holder ID. |
object string | Always account_holder . |
name string | The account holder name. |
metadata object | Additional data in JSON key:value format. See Metadata. |
disabled_at datetime | The account holder disabling UTC timestamp. |
created_at datetime | The account holder creation UTC timestamp. |
Below is an example of an account holder:
{
"id": "c3fd9ee4-2aab-11ed-a261-0242ac120002",
"object": "account_holder",
"name": "PartnerCo",
"metadata": {},
"disabled_at": null,
"created_at": "2024-10-24T08:12:11.734182Z"
}