Search for Money-In by Cheque

GetMoneyInChequeDetails

The GetMoneyInChequeDetails method returns the list of cheques Lemonway has received and credited to payment accounts since a given date.

Process: your clients send their cheques

  • Payable to Lemonway or you
  • With a specific code on the back of the cheque, defined by Lemonway (See this page)
  • To the physical address of Lemonway or yours (you will have to send the cheques to Lemonway by batch).

How it works

Use GetMoneyInChequeStatus to obtain the list of all Money-In by cheque (received by Lemonway), starting from an entry date given in input to this method.

XML

<Request>
<GetMoneyInChequeDetails 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>
</GetMoneyInChequeDetails>
</Request>
<Response>
<?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>
		<BANK_REF>string</BANK_REF>
	</HPAY>
</TRANS>
</Response>

JSON

{
    "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",
                "BANK_REF":"string"
            }
        ]
    }
}

Request Input Description

ItemDescriptionMandatoryFormatExample
updateDateDate in second UTCYesString1373448225
updateEndDateDate in second UTCNoString1373448226

Response Output Description

VersionItemDescriptionExample
>= 1.0HPAYMoney-In
>= 1.0IDMoney-In ID255
>= 1.0DATEMoney-In date10/9/2011 18:09
>= 1.0SENEmpty in this case
>= 1.0RECPayment account that did the money-inpizza
>= 1.0DEB0 in this case0
>= 1.0CREDThe amount credited to the payment account (total received in this case)15
>= 1.0COMYour fee. Always 0 when the money-in is by cheque0
>= 1.0MSGCommentOrder number 2457765AX2
>= 1.0STATUS3: Money-In successful3
4: Error
0: Money-in is pending (the cheque was received, but Lemonway is waiting for the bank to process it)
>= 1.4INT_MSGError code or message from LemonwayCancelled
>= 1.9BANK_REFBank reference12345678