GetMoneyInSdd: List of money-in by SDD
Version | Description |
---|---|
1.0 | |
2.1 | Output: Refund amount |
How it works
Returns the list of money-in by SDD which status has changed since the input date.
Request
XML
<GetMoneyInSdd xmlns="Service_mb">
<wlLogin>string</wlLogin>
<wlPass>string</wlPass>
<language>string</language>
<version>string</version>
<walletIp>string</walletIp>
<walletUa>string</walletUa>
<updateDate>string</updateDate>
<updateEndDate>string</updateEndDate>
</GetMoneyInSdd>
JSON
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"updateDate":"string",
"updateEndDate":"string"
}
Element | Description | Requis | Format | Example |
---|---|---|---|---|
updateDate | Date in secondes UTC | Yes | String | 1373448225 |
updateEndDate | Date in second UTC | No | String | 1373448226 |
Answer
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>
<REFUND>string</REFUND><!--since version 2.1 -->
</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",
"REFUND":"string"<!--since version 2.1 -->
},
...
]
}
}
Version | Element | Description | Example |
---|---|---|---|
>=1.0 | HPAY | Money-in block | |
>=1.0 | ID | ID of the money-in | 255 |
>=1.0 | DATE | Date of the last status update | 10/09/2011 18:09:27 |
>=1.0 | SEN | Not used in this case | |
>=1.0 | REC | Payment account ID | pizza |
>=1.0 | DEB | Not used in this case | 0.00 |
>=1.0 | CRED | The amount credited to the payment account (total minus your fee) | 15.00 |
>=1.0 | COM | Your fee | 1.00 |
>=1.0 | MSG | Comment | 245 |
>=1.0 | STATUS | 0: pending | 3 |
>=1.0 | INT_MSG | Error code or message from Lemonway | Canceled |
>=2.1 | REFUND | Refund amount | 15.00 |