GetMoneyOutTransDetails: Searching for a Money-out
Version | Description |
---|---|
1.0 | |
1.4 | Output: new INT_MSG value with error codes and messages from Lemonway |
How it works
Use "GetMoneyOutTransDetails" to get and check all money-out information.
Request
XML
<GetMoneyOutTransDetails xmlns="Service_mb">
<wlLogin>string</wlLogin>
<wlPass>string</wlPass>
<language>string</language>
<version>string</version>
<walletIp>string</walletIp>
<walletUa>string</walletUa>
<transactionId>string</transactionId>
<transactionComment>string</transactionComment>
</GetMoneyOutTransDetails>
JSON
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"transactionId":"string",
"transactionComment":"string"
}
Item | Description | Mandatory | Format | Example |
---|---|---|---|---|
transactionId | Money-out ID | No | int | 255 |
transactionComment | Money-out Comment | No | [0 :140] char | Order number 24577 |
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>
</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 | Item | Description | Example |
---|---|---|---|
>= 1.0 | HPAY | Money-out | |
>= 1.0 | ID | Money-out ID | 255 |
>= 1.0 | DATE | Money-out Date | 10/09/2011 18:09:27 |
>= 1.0 | SEN | The wallet that did perform the money-out | 33612345678 |
>= 1.0 | REC | Empty in this case | |
>= 1.0 | DEB | Amount to debit from the wallet | 15.00 |
>= 1.0 | CRED | 0 in this case | 0.00 |
>= 1.0 | COM | Your fee | 3.00 |
>= 1.0 | MSG | Comment | Order number 2457765AX2 |
>= 1.0 | STATUS | 3: money-out successful | 3 |
>= 1.4 | INT_MSG | Error codes and messages from Lemonway | Canceled |