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

ItemDescriptionMandatoryFormatExample
transactionIdMoney-out IDNoint255
transactionCommentMoney-out CommentNo[0 :140] charOrder number 24577

Response Ouput Description

VersionItemDescriptionExample
>= 1.0HPAYMoney-out
>= 1.0IDMoney-out ID255
>= 1.0DATEMoney-out Date10/9/2011 18:09
>= 1.0SENThe wallet that did perform the money-out33612345678
>= 1.0RECEmpty in this case
>= 1.0DEBAmount to debit from the wallet15
>= 1.0CRED0 in this case0
>= 1.0COMYour fee3
>= 1.0MSGCommentOrder number 2457765AX2
>= 1.0STATUS3: money-out successful3
4: error
>= 1.4INT_MSGError codes and messages from LemonwayCancelled