MoneyIn
Key | Description | Value |
---|---|---|
ExtId | External ID of the wallet | jkdc |
IntId | Internal ID of the wallet | 32 |
NotifCategory | Type of notification : 10 : MoneyIn : by wire received 11 : MoneyIn : by SDD received 12 : MoneyIn : by cheque received | 10 |
NotifDate | Date and time the notification was created. Paris time. Format ISO8601 | 2016-03-02T16:44:55.883 |
IdTransaction | Transaction ID | 210 |
Amount | Debited amount | 10.00 |
Status | Transaction status: | 0 |
SubscriptionId | Subscription ID reference | AABBAAAA |
ScheduledNumber | Reference of the due date | 1 |
Sample POST JSON notification:
{
"ExtId": "jkdc",
"IntId": "32",
"NotifCategory": "10",
"NotifDate": "2015-11-01T16:44:55.883",
"IdTransaction": "204",
"Amount": " 10.00",
"Status": "0",
"SubscriptionId": "AABBAAAA",
"ScheduledNumber": "1"
}