MoneyOut canceled

Key

Description

Value

ExtId

External ID of the wallet

jkdc

IntId

Internal ID of the wallet

101

NotifCategory

Type of notification, 15 for "MoneyOut canceled"

15

NotifDate

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

2016-05-05T16:44:55.883

IdTransaction 

Transaction ID

210

AmountCredited amount 10.00
Status

Transaction status:
0: success
4: pending
6: error

6

Sample POST JSON notification:

{
	"ExtId": "jkdc",
	"IntId": "32",
	"NotifDate": "2016-03-02T16:44:55.883",
	"NotifCategory": "15",
	"Status": "6",
	"IdTransaction": "204",
	"Amount": "10.00"
}