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
BlockedIndicates an account status0: Not blocked
1: Blocked

Example POST JSON notification:

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