GetMoneyInIBANDetails : Recherche de moneyIn par virement depuis une date
Version | Description |
---|---|
1.0 | |
1.4 | Sortie supplémentaire : balise INT_MSG contenant des codes d'erreurs ou messages de Lemonway |
Cinématique
Avec la méthode GetMoneyInIBANDetails, la MARQUE BLANCHE peut récupérer la liste de tous les moneyIn par virement reçus par Lemonway, depuis une date donnée.
Requête
XML
<GetMoneyInIBANDetails xmlns="Service_mb">
<wlLogin>string</wlLogin>
<wlPass>string</wlPass>
<language>string</language>
<version>string</version>
<walletIp>string</walletIp>
<walletUa>string</walletUa>
<updateDate>string</updateDate>
</GetMoneyInIBANDetails>
JSON
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"updateDate":"string"
}
Element | Description | Requis | Format | Exemple |
---|---|---|---|---|
updateDate | Date en secondes UTC | Oui | String | 1373448225 |
Réponse
XML
<?xml version="1.0" encoding="utf-8"?>
<TRANS>
<HPAY>
<ID>string</ID>
<DATE> string </DATE>
<SEN> string </SEN>
<REC> string </REC>
<DEB> string </DEB>
<CRED> string </CRED>
<COM> string </COM>
<MSG> string </MSG>
<STATUS> string</STATUS>
<INT_MSG>string</INT_MSG>
</HPAY>
...
<HPAY>
<ID>string</ID>
<DATE> string </DATE>
<SEN> string </SEN>
<REC> string </REC>
<DEB> string </DEB>
<CRED> string </CRED>
<COM> string </COM>
<MSG> string </MSG>
<STATUS> string</STATUS>
<INT_MSG>string</INT_MSG>
</HPAY>
</TRANS>
JSON
{
"TRANS":{
"HPAY":[
{
"ID":"string",
"DATE":" string ",
"SEN":" string ",
"REC":" string ",
"DEB":" string ",
"CRED":" string ",
"COM":" string ",
"MSG":" string ",
"STATUS":" string",
"INT_MSG":"string"
},
...
]
}
}
Version | Element | Description | Exemple |
---|---|---|---|
>= 1.0 | HPAY | Correspond à un money-in | |
>= 1.0 | ID | Identifiant du money-in | 255 |
>= 1.0 | DATE | Date du money-in | 10/09/2011 18:09:27 |
>= 1.0 | SEN | Vide dans ce cas | |
>= 1.0 | REC | Payment account ayant effectué le money-in | pizza |
>= 1.0 | DEB | 0 dans ce cas | 0.00 |
>= 1.0 | CRED | Montant crédité au payment account (total) | 15.00 |
>= 1.0 | COM | Commission prélevée par la MARQUE BLANCHE. Toujours 0 dans le cas des moneyIn par virement. | 0.00 |
>= 1.0 | MSG | Commentaire | Commande numéro 245 |
>= 1.0 | STATUS | 3 : money-in effectué avec succès | 3 |
>= 1.4 | INT_MSG | Codes d'erreurs ou messages de Lemonway | Cancelled |