{
"id": "acc_23JlasHas241",
"object": "account",
"mode": "test",
"description": "My root account",
"available_balance": 23459183,
"currency": "MXN",
"root_account_number_id": "acno_Kasf91034gj1AD",
"root_account_number": "738969123456789120",
"entity": {
"id": "ent_4324qwkalsds",
"holder_name": "ACME Inc.",
"holder_id": "ND"
}
}
Account Object
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the Account. |
object | string | The type of the object, which is always account. |
mode | string | Mode of the API (test or live ). |
description | string | A description you can use to easily identify this Account. |
available_balance | integer | The balance available for outbound Transfers in an Account at a given time. |
currency | string | The currency of the Account balance in ISO format. |
root_account_id | string | The number of the root Account Number related to this Account. |
root_account_number | string | The number of the root Account Number related to this Account. |
entity | object | The Entity the Account belongs to. |
Entity Object (within Account Object)
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the Entity. |
holder_name | string | The name of the Account owner. |
holder_id | string | Identifier of the owner of the Account. In Chile, it corresponds to a RUT and in Mexico it's either an RFC or CURP. |