GET
/
v3
/
customer
/
{customerId}

Path Parameters

customerId
string
required

The customer id to fetch list of accounts for

Query Parameters

auditUser
string
required

The audit user to log the request

page
integer
default:
0

Current page

size
integer
default:
30

How many accounts should be returned per page, default is 30. Cannot be more than 100.

Required range: 1 <= x <= 100

Response

200 - application/json
available
number

Accounts's available amount

balance
number

Account's balance

creditLimit
number

Credit limit of the account

currency
string

A valid ISO 4217 currency code

customerId
string

Customer id for account owner

id
string

Unique account id for given account

number
string

Unique account number for given account. Must be numeric if paymentRefence.type defined as MOD10 or FINNISH_7_3_1!

Maximum length: 32
parentId
string

Account id of parent account. If empty then this is parent contract.

paymentReference
object

Number connected to account that will be used to map incoming payments to

status
enum<string>
Available options:
ACCOUNT_BLOCKED,
ACCOUNT_COLLECTION,
ACCOUNT_OK,
ACCOUNT_TO_CLOSE,
ACCOUNT_CLOSED,
ACCOUNT_AUTO_CLOSED