External Fund Transfer from a Wallet to a Bank Account

MoneyOut

The MoneyOut method: a selected wallet is debited from a selected amount (total amount or partial amount). This amount is credited to the IBAN attached to the wallet.

When the method is called, the Wallet is debited immediately.

The fund transfer is then processed the same day or the next working day, when Lemonway proceeds to all fund transfers for all its customers, after 10:30 Paris time.

If Money-Out fees exist, they are collected when this method is called.

How it works

  1. Choose an IBAN if multiple IBANs exist for the Wallet.
  2. Choose an amount, not greater than the balance of the wallet.
  3. Call MoneyOut, and the system performs the fund transfer to the IBAN if everything is clear, or returns an error message.

📘

Did you know?

  • The wallet is debited immediately and the money is then received by the owner, on their bank account after 1 to 3 days, depending on the interbanking system and on the banks (SEPA is faster).
  • You can ask us to configure your platform so that your comment is included in the bank transfer message so your customer will see it on the bank statement.
  • The full message will be in the following format "XXXX-YYYY ZZZZ", where :
  • XXXX is the name of your environment
  • YYYY is the ID of the money-out operation as you see it in the Backoffice
  • ZZZZ is your comment.
  • The full message cannot be longer than 35 characters (if longer, it will be cut), and only alphanumeric characters will be allowed (other characters will be replaced by spaces before it's sent to the bank).

XML

<MoneyOut 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>
  <message>string</message>
  <ibanId>string</ibanId>
  <autoCommission>string</autoCommission>
</MoneyOut>
<?xml version="1.0" encoding="utf-8"?>
<TRANS>
	<HPAY>
		<ID>string</ID>
		<MLABEL>string</MLABEL>
		<MID>string</MID>
		<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>

JSON

{   
    "wlLogin":"string",
    "wlPass":"string",
    "language":"string",
    "version":"string",
    "walletIp":"string",
    "walletUa":"string",
    "wallet":"string",
    "amountTot":"string",
    "amountCom":"string",
    "message":"string",
    "ibanId":"string",
    "autoCommission":"string"
}
{  
    "TRANS":{  
        "HPAY":{  
            "ID":"string",
            "MLABEL":"string",
            "MID":"string",
            "DATE":" string ",
            "SEN":" string ",
            "REC":" string ",
            "DEB":" string ",
            "CRED":" string ",
            "COM":" string ",
            "MSG":" string ",
            "STATUS":" string"
        }
    }
}

Request Input Description

VersionItemDescriptionMandatoryFormatExample
>= 1.0walletWallet ID to be debitedYes[0 : 256] char33612345678 or taxi67
>= 1.0amountTotTotal amount to debit from the wallet.Yes2 decimals15
>= 1.0amountComYour feeNo2 decimals3
>= 1.0messagePayment CommentNo[0:140] charOrder number 2457765AX2
>= 1.1ibanIdIBAN IDNo[0: 10]253
>= 1.3autoCommission0: fee is not debited automatically, 1: fee is automatically debitedYes0 or 10

Response Output Description

VersionItemDescriptionExample
>= 1.0IDRequest ID255
>= 1.0MLABELIBAN for payout or Money-OutFR5830002012300000116235A61
>= 1.1MIDIBAN ID used for Money-Out5
>= 1.0DATERequest Date10/9/2011 18:09
>= 1.0SENWallet doing the fund transferPizza56
>= 1.0RECEmpty in this case
>= 1.0DEBAmount to debit from the wallet15
>= 1.0CRED0 in this case3
>= 1.0COMYour fee0
>= 1.0MSGCommentOrder number 245776
>= 1.0STATUS3: transaction successful
4: refused
0: waiting for validation