Request body for event account.
{
"data": {
"id": "0c4cf036-0e00-0044-f752-4ca55fbb2918",
"balance": 10000,
"display_name": "Account A",
"account_status": "ACTIVE",
"currency": "IDR",
"account_holder": {
"id": "0b668087-0800-00f7-fc41-9d8ce8f748c8",
"full_name": "User Admin"
},
"created_at": "2023-05-16 14:34:52",
"updated_at": "2023-05-16 14:35:57",
},
"event_id": "0c4cf068-b600-0002-1c1b-c3c083161692",
"timestamp": "2023-05-16 14:35:57",
"event_type": "ACCOUNT",
"event_detail": "ACCOUNT_ACTIVE"
}
Field | Type | Description |
---|---|---|
id | String UUID | Account identifier from Monit system |
display_name | String | Account's display name. |
account_status | String | Account's Status, FROZEN, PENDING, ACTIVE. |
balance | Number | Account's balance. |
currency | String | Account's currency. |
created_at | String date time | Date time when account is created. |
updated_at | String date time | Date time when account is last updated. |
account_holder | Object | Object for account holder. |