Allows you to initialize a cheque you have physically received and plan to send to Lemonway in order to credit a wallet.
You can also not use this functionality and directly send the cheque to Lemonway.
You receive a cheque.
You call MoneyInChequeInit to register the cheque on the correct wallet.
You send the cheque to Lemonway's address.
The operation will be confirmed about 2 working days after Lemonway has received the cheque and the wallet will be credited.
Request
<MoneyInChequeInit xmlns="Service_mb">
<wlLogin>string</wlLogin>
<wlPass>string</wlPass>
<language>string</language>
<version>string</version>
<walletIp>string</walletIp>
<walletUa>string</walletUa>
<wallet>string</wallet>
<amountTot>string</amountTot>
<amountCom>string</amountCom>
<comment>string</comment>
<autoCommission>string</autoCommission>
<transferId>string</transferId>
<partner>string</partner>
<chequeType>string</chequeType>
</MoneyInChequeInit>
Response
<?xml version="1.0" encoding="utf-8"?>
<TRANS>
<HPAY>
<ID>string</ID>
<MLABEL>string</MLABEL>
<DATE> string </DATE>
<SEN> string</SEN>
<REC>string</REC>
<DEB>string</DEB>
<CRED>string</CRED>
<COM>string</COM>
<MSG>string</MSG>
<STATUS>string</STATUS>
</HPAY>
</TRANS>
Request
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"wallet":"string",
"amountTot":"string",
"amountCom":"string",
"comment":"string",
"autoCommission":"string",
"transferId":"string",
"partner":"string",
"chequeType":"string"
}
Response
{
"TRANS":{
"HPAY":{
"ID":"string",
"MLABEL":"string",
"DATE":" string ",
"SEN":" string",
"REC":"string",
"DEB":"string",
"CRED":"string",
"COM":"string",
"MSG":"string",
"STATUS":"string"
}
}
}
Element Description Required Format Example wallet The payment account ID to credit Yes [0: 256] char 33612345678 or taxi67 amountTot Cheque amount Yes 2 decimals 15 amountCom Fees amount you want to keep Yes 2 decimals 1 comment Comment No [0:140] char 245 autoCommission Indicates if you want automatic fee calculation. Yes [1] char 0: no (default), 1: yes transferId Leave empty No [8] char partner Leave empty No [0: 256] char chequeType If empty or 15 for cheque payment. 23: Pagaré. No [2] char 15
Element Description Example ID The transaction ID 677 MLABEL Not used DATE Initialization date 18/06/2014 16:11:10 SEN Not used REC Payment account to credit Pizza56 DEB 0.00 in this case 0 CRED Amount to credit (total minus your fee) 15 COM Your fee 2 MSG Comment 245 STATUS Always 0 in this case: pending 0