Main Endpoints

Get accounts information

This endpoint allows you to get detailed information about each of your accounts (IBANs)
GET/api/1/eurowallet/status

Request

allAccounts
boolean optional
Send true if you want to request information about all your accounts.
Send false if you only want to request information about the default account (first chronologically created)

Response

accounts
array of objects required
Accounts (IBANs) data list
Account entry structure
iban
string required
International Bank Account Number (IBAN)
swiftAccount
string required
Number of a virtual bank account
status
string required
International Bank Account Number (IBAN) status
balance
string required
International Bank Account Number (IBAN) balance
tagName
string required
International Bank Account Number (IBAN) title
accountType
string required
Type of the account
isCommission
boolean required
Possibility of charging commission from this account (IBAN)

Examples

GET url: /api/1/eurowallet/status
GET data: allAccounts=true