Accounts
Event | Description |
---|---|
accounts.created | Indicates when a new account is created. |
accounts.updated | Indicates when an existing account is updated. |
accounts.archived | Indicates when an account is archived. |
accounts.frozen | Indicates when an account is frozen. |
accounts.policy.updated | Indicates when the policy associated with an account is updated. |
{
"data": {
"m": 1,
"n": 3,
"uid": "40fda3d6-e393-4028-b357-a50ced61f28a",
"mode": "TEST",
"name": "Custodial Wallet",
"type": "DEFAULT",
"network": "TESTNET",
"isMaster": false,
"createdAt": "2022-01-19T17:28:12.439Z",
"isFreezed": false,
"updatedAt": "2024-02-26T10:23:36.711Z",
"isArchived": false,
"numRejections": 3,
"maxDailyAmount": 10000,
"organizationId": "93d65302-f671-4ec6-9c55-f2b0af3bc874",
"showInDashboard": true,
"maxMonthlyAmount": 100000,
"maxDailyTransactionsCount": 100,
"maxMonthlyTransactionsCount": 1000,
"minTransactionApprovalTrigger": "10"
},
"event": "accounts.policy.updated"
}
{
"data": {
"m": 2,
"n": 3,
"uid": "6d8d9d15-40a8-40b3-b7c4-8bf86cc6497f",
"mode": "TEST",
"name": "Yello",
"type": "DEFAULT",
"network": "TESTNET",
"isMaster": false,
"createdAt": "2021-12-15T22:03:15.380Z",
"isFreezed": false,
"updatedAt": "2024-02-19T11:02:37.914Z",
"isArchived": false,
"numRejections": 3,
"maxDailyAmount": 10000,
"organizationId": "93d65302-f671-4ec6-9c55-f2b0af3bc874",
"showInDashboard": true,
"maxMonthlyAmount": 100000,
"maxDailyTransactionsCount": 100,
"maxMonthlyTransactionsCount": 1000,
"minTransactionApprovalTrigger": null
},
"event": "accounts.updated"
}
{
"data": {
"m": 2,
"n": 3,
"uid": "6d8d9d15-40a8-40b3-b7c4-8bf86cc6497f",
"mode": "TEST",
"name": "Yello",
"type": "DEFAULT",
"network": "TESTNET",
"isMaster": false,
"createdAt": "2021-12-15T22:03:15.380Z",
"isFreezed": false,
"updatedAt": "2024-02-19T11:02:37.914Z",
"isArchived": false,
"numRejections": 3,
"maxDailyAmount": 10000,
"organizationId": "93d65302-f671-4ec6-9c55-f2b0af3bc874",
"showInDashboard": true,
"maxMonthlyAmount": 100000,
"maxDailyTransactionsCount": 100,
"maxMonthlyTransactionsCount": 1000,
"minTransactionApprovalTrigger": null
},
"event": "accounts.frozen"
}
{
"data": {
"m": 2,
"n": 3,
"uid": "6d8d9d15-40a8-40b3-b7c4-8bf86cc6497f",
"mode": "TEST",
"name": "Yello",
"type": "DEFAULT",
"network": "TESTNET",
"isMaster": false,
"createdAt": "2021-12-15T22:03:15.380Z",
"isFreezed": false,
"updatedAt": "2024-02-19T11:02:37.914Z",
"isArchived": false,
"numRejections": 3,
"maxDailyAmount": 10000,
"organizationId": "93d65302-f671-4ec6-9c55-f2b0af3bc874",
"showInDashboard": true,
"maxMonthlyAmount": 100000,
"maxDailyTransactionsCount": 100,
"maxMonthlyTransactionsCount": 1000,
"minTransactionApprovalTrigger": null
},
"event": "accounts.archived"
}
{
"data": {
"m": 2,
"n": 3,
"uid": "6d8d9d15-40a8-40b3-b7c4-8bf86cc6497f",
"mode": "TEST",
"name": "Yello",
"type": "DEFAULT",
"network": "TESTNET",
"isMaster": false,
"createdAt": "2021-12-15T22:03:15.380Z",
"isFreezed": false,
"updatedAt": "2024-02-19T11:02:37.914Z",
"isArchived": false,
"numRejections": 3,
"maxDailyAmount": 10000,
"organizationId": "93d65302-f671-4ec6-9c55-f2b0af3bc874",
"showInDashboard": true,
"maxMonthlyAmount": 100000,
"maxDailyTransactionsCount": 100,
"maxMonthlyTransactionsCount": 1000,
"minTransactionApprovalTrigger": null
},
"event": "accounts.created"
}
Updated 7 months ago