Wallet Status Change

KeyDescriptionValue
NotifCategoryType of notification. 8 in this case.8
NotifDateDate and time the notification was created. Paris time. Format ISO86012015-11-01T16:44:55.883
IntIdInternal ID of the wallet32
ExtIdExternal ID of the walletjkdc
StatusWallet status6

Example POST JSON notification:

{
    "NotifCategory": "8",
    "NotifDate": "2015-11-01T16:44:55.883",
    "IntId": "32",
    "ExtId": "jdkc",
    "Status": "6"
}