v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBMoneyOuts
Add an IBAN to a Payment Account for Money-Outs
To send Money-Out from the Lemonway payment account to the bank account of your Clients, you need to register their bank account details. This method lets our system to link an IBAN to a payment account.
- Bank account details are only needed for Money-Outs, not for Money-Ins or P2P.
- When you link a new bank account (IBAN format or other ones), the previous details are still active.
- Use IbanUnregisterPut call to deactivate a bank account from a payment account.
- If you wish to use only one bank account per payment account, please contact support.
- An integrated algorithm will validate your IBAN.
post/v2/moneyouts/iban
Headers
Authorizationstring required
Authorization bearer (OAuth 2)
PSU-Accept-Languagestring
Response language accepted by final client (PSU). English by default
PSU-IP-Addressstring required
IP address of the final client (PSU).
PSU-User-Agentstring
User-agent of the final client (PSU).
Request body
Example request
{
"accountId": "33612345678",
"holder": "Jean Dupont",
"bic": "ABCDEFGHIJK",
"iban": "FR1420041010050500013M02606",
"domiciliation1": "SOMEBANK MONTREUIL",
"domiciliation2": "56 rue de Lays",
"comment": "Previous bank account closed"
}Response
OK