Chargebacks
Key | Description | Value |
---|---|---|
ExtId | External ID of the wallet | jkdc |
IntId | Internal ID of the wallet | 32 |
NotifCategory | Type of notification. 14 in this case. | 14 |
NotifDate | Date and time the notification was created. Paris time. Format ISO8601 | 2016-03-02T16:44:55.883 |
IdTransaction | Transaction ID | 210 |
Amount | Transaction amount | 10.00 |
Status | Transaction status: | 4 |
Sample POST JSON notification:
{
"ExtId": "jkdc",
"IntId": "32",
"NotifDate": "2015-11-01T16:44:55.883",
"NotifCategory": "14",
"Status": "4",
"Amount": "10.00",
"IdTransaction": "204"
}