External Fund Transfer from a Payment Account to a Bank Account

How does it work? Select an IBAN if multiple IBAN exist for the wallet. Select an amount, not greater than the balance of the wallet. Call the moneout method, and the system performs the fund transfer to the IBAN if everything is clear, or returns an error message.

  • The payment account is debited immediately and the money is then received by the owner, in their bank account between 1 to 3 days after, 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 Dashboard
    • 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).
Body Params
string
required
length between 0 and 256

Payment Account ID to be debited

int64

IBAN ID If no IBAN is specified, the last verified(validated) IBAN will be used.

int32

Total amount to debit from the Wallet The client will receive on his bank account[totalAmount] minus[commissionAmount]. Amounts are given as integer numbers in cents

int32

Your fee Amounts are given as integer numbers in cents

string
length between 0 and 140

Payment Comment

boolean
required

This should be set to No (0) for most sites If true:

  1. [amountCom] will be ignored and will be replaced with Lemonway's fee.
  2. You will not receive any fee.
string
length between 0 and 50

Unique ID of the call, generated by your server. This ID can be used as a search field when looking for operation details

Headers
string
required

Authorization bearer (OAuth 2)

string

Response language accepted by final client (PSU). English by default

string
required

IP address of the final client (PSU).

string

User-agent of the final client (PSU).

Responses

401

Unauthorized

500

InternalServerError

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json