Fetch Account data by ID
| Variable | Name | Type | Format | Usage | Description |
|---|---|---|---|---|---|
| X-App-Sig | X-App-Sig | header | string | M | Dev Authentication |
| id | id | path | integer | M | Id record |
200 - Response successfully when status is OK
<p style="color:green;font-size:16px;">200 - Response successfully when status is OK</p>
| Variable | Name | Type | Format | Description |
|---|---|---|---|---|
| status | status | string | Request execution status | |
| error_description | Error Description | string | Description of error | |
| error | Error Code | string | Error code | |
| data_type | data_type | string | Type of data | |
| total_records | total_records | string | Total count of records | |
| data | data | object | data of Response |
| Variable | Name | Type | Format | Description |
|---|---|---|---|---|
| account | account | string | account | |
| account_group | account_group | string | Group of account | |
| account_number | account_number | string | Account_number | |
| account_settings_description | Account settings | string | ||
| account_status | Account Status | string | Status which is given to the account | |
| account_subtype | account_subtype | string | Account subtype | |
| action | Action | string | ||
| balance | balance | number | decimal | Current account balance at the moment |
| balance_num | Balance | double | ||
| base_account | base_account | string | Base multicurrency account | |
| branch | branch | string | ||
| client_code | Client code | string | Unique client identifier. Issued automatically by the System upon new Customer registration. | |
| client_id | Client ID | integer | ||
| client_type | Client type | STRING | ||
| close_date | Close Date | string | DATE | Client close date in the system |
| counterparty_name | counterparty_name | string | ||
| create_date | Create Date | string | DATETIME | The date entry was created on |
| create_user | Create User | string | The username of ABS user who has created an entry | |
| currency | currency | string | Currency of the account | |
| currency_exponenta | Currency exponenta | integer | ||
| currency_type | Currency type | string | ||
| description | description | string | Description of a given record | |
| division_client_code | Division client code | string | ||
| error_description | Error Description | string | Description of error | |
| external_balance | External balance exponented | NUMBER | ||
| external_balance_num | External balance | double | ||
| external_number | external_number | string | External client number for client | |
| form_title | form_title | string | Service field | |
| full_name | full_name | string | Customer full name [first_name] and [last_name] for PERSON and [first_name] only for BUSINESS customer types respectively | |
| gl | Gl | integer | ||
| hold_balance | hold_balance | number | decimal | Hold balance |
| hold_balance_num | Hold balance num | double | ||
| holds | holds | number | decimal | Holds |
| holds_num | Holds | double | ||
| iban | iban | string | A unique account IBAN generated by the System according to IBAN generation rules | |
| id | id | integer | INT64 | Record's sequence number generated in the system. |
| joint_account | joint_account | string | Joint account for current account | |
| last_credit_amount | last_credit_amount | NUMBER | ||
| last_credit_date | last_credit_date | STRING | ||
| last_debet_amount | last_debet_amount | NUMBER | ||
| last_debet_date | last_debet_date | STRING | ||
| last_operation_date | last_operation_date | STRING | ||
| link_nostro_base_account | Link nostro base account | STRING | ||
| link_nostro_product_settings_id | Link nostro product settings id | INTEGER | ||
| link_nostro_system | Link nostro system | STRING | ||
| master_account | Master account | STRING | ||
| master_base_account | Master base account | STRING | ||
| master_gl | Master gl | INTEGER | ||
| modify_date | Modify Date | string | DATETIME | The date entry was last modified on |
| modify_user | Modify User | string | The username of ABS user who has made last changes to the entry | |
| nostro_owner_code | nostro_owner_code | string | Counterparty code | |
| nostro_product_settings_id | Nostro product settings | INTEGER | ||
| nostro_system | Nostro system | STRING | ||
| old_account_status | Old account status | STRING | ||
| open_amount | open_amount | number | Account open amount (for overdraft/deposit) move to data | |
| open_date | Open Date | string | DATE | A date when account was set to Active |
| overdraft_account | overdraft_account | string | Overdraft account for current account | |
| product_code | Product Code | string | Code of a given product | |
| reservations | Reserved | NUMBER | ||
| reservations_num | Reserved | double | ||
| service_provider_settings_id | Service provider settings | INTEGER | ||
| state | state | integer | INT64 | Record state for replication |
| stop_credit | SC | STRING | ||
| stop_debit | SD | STRING | ||
| subledger_type | subledger_type | string | Subledger type | |
| uid | uid | string | Unique record identifier which is used to distinguish between existing records | |
| version | version | integer | INT64 | Record version for replication |
| view_ewallet | view_ewallet | string |
200 - Response with error when status is ERROR
<p style="color:red;font-size:16px;">200 - Response with error when status is ERROR</p>
| Variable | Name | Type | Format | Description |
|---|---|---|---|---|
| status | status | string | Request execution status | |
| error_description | Error Description | string | Description of error | |
| error | Error Code | string | Error code | |
| data_type | data_type | string | Type of data | |
| total_records | total_records | string | Total count of records | |
| data | data | object | Empty object |