Search for a Money-Out
GetMoneyOutTransDetails
How it works
Use GetMoneyOutTransDetails to get and check all Money-Out information.
Alternative
GetMoneyInTransDetails : retrieve a list of Money In/Out transactions
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>
<?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
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"transactionId":"string",
"transactionComment":"string"
}
{
"TRANS":{
"HPAY":[
{
"ID":"string",
"DATE":" string ",
"SEN":" string ",
"REC":" string ",
"DEB":" string ",
"CRED":" string ",
"COM":" string ",
"MSG":" string ",
"STATUS":" string",
"INT_MSG":"string"
},
...
]
}
}
Request Input Description
Item | Description | Mandatory | Format | Example |
---|---|---|---|---|
transactionId | Money-Out ID | No | int | 255 |
transactionComment | Money-Out Comment | No | [0:140] char | Order number 24577 |
Response Output Description
Version | Item | Description | Example |
---|---|---|---|
>= 1.0 | HPAY | Money-Out | |
>= 1.0 | ID | Money-Out ID | 255 |
>= 1.0 | DATE | Money-Out Date | 10/9/2011 18:09 |
>= 1.0 | SEN | The wallet that performed the Money-Out | 33612345678 |
>= 1.0 | REC | Empty in this case | |
>= 1.0 | DEB | Amount to debit from the wallet | 15 |
>= 1.0 | CRED | 0 in this case | 0 |
>= 1.0 | COM | Your fee | 3 |
>= 1.0 | MSG | Comment | Order number 2457765AX2 |
>= 1.0 | STATUS | 3: money-out successful | 3 |
4: error | |||
>= 1.4 | INT_MSG | Error codes and messages from Lemonway | Cancelled |