Impayé
Clé | Description | Valeur |
|---|---|---|
NotifCategory | Type de notification. 14 dans le cas d'un Impayé. | 14 |
NotifDate | Date et heure de la creation de la notification. Heure de Paris. Format ISO8601 | 2015-11-01T16:44:55.883 |
IntId | Identifiant interne du wallet | 32 |
ExtId | Identifiant externe du wallet | jkdc |
IdTransaction | Identifiant de la transaction | 204 |
| Amount | Montant de la transaction | 10.00 |
| Status | Statut de la transaction :
| 4 |
Échantillon de notification POST JSON :
{
"ExtId": "jkdc",
"IntId": "32",
"NotifDate": "2015-11-01T16:44:55.883",
"NotifCategory": "14",
"Status": "4",
"Amount": "10.00",
"IdTransaction": "204"
}