Wallet Status Change

Key

Description

Value

NotifCategory

Type of notification. 8 in this case.

8

NotifDate

Date and time the notification was created. Paris time. Format ISO8601

2015-11-01T16:44:55.883

IntId

Internal ID of the wallet

32

ExtId

External ID of the wallet

jkdc

Status

Wallet status

6

Blocked

Indicates an account status

0: 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:"
}