Account events

IBalanceChangedNotification

Notification comes on:

FieldsDescription

timestamp

created time of this event

message

statement of new balance

type

types of account

source_action

payload

balance amount

  • balance changed

To enable events like this, use PATCH​ /account​/notification endpoint

Notification example

{
    "timestamp": "2022-07-04T16:47:39.665Z",
    "message": "New balance is 873.0604",
    "type": "balance",
    "source_action": "voice_charge_in",
    "payload": 873.0604
}


{
    "timestamp": "2022-07-04T16:45:15.720Z",
    "message": "New balance is 873.06055",
    "type": "balance",
    "source_action": "call_asr",
    "payload": 873.06055
}

Last updated