Skip to main content
POST
Create transaction account

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant

Body

application/json
name
string
required

Name of the transaction account

Example:

"Client account — Nordea 1234"

type
enum<string>
required

Whether the account is a bank account or a payment service provider account

Available options:
BANK_ACCOUNT,
PSP
referenceId
string | null

Your own id for the account. For example the account number in the law firm or ERP system.

Response

Successful operation

transactionAccountId
string<uuid>

Id of the transaction account

name
string

Name of the transaction account

Example:

"Client account — Nordea 1234"

type
enum<string>

Whether the account is a bank account or a payment service provider account

Available options:
BANK_ACCOUNT,
PSP
referenceId
string | null

Your own id for the account. For example the account number in the law firm or ERP system.

tenantId
string<uuid>

Id of the tenant

createdAt
string

Created at timestamp of the transaction account