Accounts Management

Generate a new IBAN

This endpoint allows you to generate a new account in the IBAN format
POST/api/1/eurowallet/account

Request

accountType
string required
Type of account
Possible values: OPERATIONAL, CLIENT_FUNDS
tagName
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 true if you want this account to be used for commission charges.
Default: false

Response

iban
string required
Generated account number in IBAN format
status
string required
Account (IBAN) status
Possible values: ACTIVE, CLOSED
balance
string required
Account (IBAN) balance
tagName
string required
Account (IBAN) name
accountType
string required
Account (IBAN) type
Possible values: OPERATIONAL, CLIENT_FUNDS
isCommission
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

С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