v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBMoneyOuts
Add Bank Account to a Payment Account for Money-Outs
You are required to register your client's bank account details in order to send Money-Out from a Lemonway payment account.
With this method, our system links other bank formats to a payment account.
Important: If your client bank account details are in IBAN format this call.
- Client bank account details are only required for money-outs.
- When you link a new bank account (IBAN format or other ones), the previous ones are still active.
- Please use IbanUnregisterPut method to deactivate a bank account from a payment account.
- If you wish to use only one bank account per payment account, please contact support.
Depending on bank country code selected or when a USD environment is concerned, 3 fields may be required:
- bankBranchRoutingCode
- bankName
- bankBranchAddress
post/v2/moneyouts/iban/extended
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
{
"wallet": "33612345678",
"accountType": 1,
"holderName": "Jean Dupont",
"accountNumber": "FR1420041010050500013M02606",
"holderCountry": "US",
"bicCode": "0002029205",
"bankName": "CHBFSFCU",
"bankCountry": "US",
"intermediaryBicCode": "IRVTDEFX",
"intermediaryBankName": "Bank OF NEW YORK MELLON",
"intermediaryBankCountry": "DE",
"comment": "Previous bank account closed"
}Response
OK