Returns the list of money-in by SDD whose status has changed since the input date.
<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>
<?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>
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"updateDate":"string",
"updateEndDate":"string"
}
{
"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 */}
},
...
]
}
}
Element | Description | Request | Format | Example |
---|
updateDate | Date in secondes UTC | Yes | String | 1373448225 |
updateEndDate | Date in second UTC | No | String | 1373448226 |
Version | Element | Description | Example |
---|
>=1.0 | HPAY | Money-in block | |
>=1.0 | ID | Money-in ID | 255 |
>=1.0 | DATE | Date of the last status update | 10/9/2011 18:09 |
>=1.0 | SEN | Not used in this case | |
>=1.0 | REC | Payment account ID | pizza |
>=1.0 | DEB | Not used in this case | 0 |
>=1.0 | CRED | The amount credited to the payment account (total minus your fee) | 15 |
>=1.0 | COM | Your fee | 1 |
>=1.0 | MSG | Comment | 245 |
>=1.0 | STATUS | 0: pending | 3 |
| | 3: money-in validated successfully | |
| | 4: error | |
>=1.0 | INT_MSG | Error code or message from Lemonway | Cancelled |
>=2.1 | REFUND | Refund amount | 15 |