List of Money-In by SDD

GetMoneyInSdd

How it works

Returns the list of money-in by SDD whose status has changed since the input date.

XML

<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>

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",
                "REFUND":"string" {/*since version 2.1 */}
            },
            ...
        ]
    }
}

Request Input Description

ElementDescriptionRequestFormatExample
updateDateDate in secondes UTCYesString1373448225
updateEndDateDate in second UTCNoString1373448226

Response Output Description

VersionElementDescriptionExample
>=1.0HPAYMoney-in block
>=1.0IDMoney-in ID255
>=1.0DATEDate of the last status update10/9/2011 18:09
>=1.0SENNot used in this case
>=1.0RECPayment account IDpizza
>=1.0DEBNot used in this case0
>=1.0CREDThe amount credited to the payment account (total minus your fee)15
>=1.0COMYour fee1
>=1.0MSGComment245
>=1.0STATUS0: pending3
3: money-in validated successfully
4: error
>=1.0INT_MSGError code or message from LemonwayCancelled
>=2.1REFUNDRefund amount15