Accounts Management
Generate a new IBAN
This endpoint allows you to generate a new account in the IBAN format
POST
/api/1/eurowallet/accountRequest
accountType
string required
Type of account
Possible values:
OPERATIONAL, CLIENT_FUNDStagName
string optional
An optional account (IBAN) name that you can use as a label for your own convenience
isCommission
boolean optional
Possibility of charging commission from this account (IBAN)
Send
Default:
true if you want this account to be used for commission charges.Default:
falseResponse
iban
string required
Generated account number in IBAN format
status
string required
Account (IBAN) status
Possible values:
ACTIVE, CLOSEDbalance
string required
Account (IBAN) balance
tagName
string required
Account (IBAN) name
accountType
string required
Account (IBAN) type
Possible values:
OPERATIONAL, CLIENT_FUNDSisCommission
boolean required
Possibility of charging commission from this account (IBAN)
Examples
POST url: /api/1/eurowallet/account
POST data: accountType=OPERATIONAL&tagName=New&isCommission=true
{
"iban": "LT703080020000000712",
"status": "ACTIVE",
"balance": "0.00",
"tagName": "New",
"accountType": "OPERATIONAL",
"isCommission": true
}
Сommentaries
Account creation limit
Using this endpoint, you can generate up to 9 accounts. If you need more accounts, please contact your account manager.
When you reach the limit for creating accounts, you will receive the following response:
[
{
"code": 30000,
"message": "Request error",
"data": "Cannot open account for this customer - account limit is reached"
}
]
Account types
When creating an account, you need to select its type:
- Operational - for holding your own money for day-to-day expenses like payroll and rent
- Client funds - segregated account used to store and protect money held on behalf of a third party
Get banking details
This endpoint allows you to retrieve information about your accounts (IBANs), which you can use to create payment instructions for receiving incoming payments
Get currency list
This endpoint allows you to retrieve a list of currencies in which a payment through the SWIFT network can be made