Accounts
Download SpecGet User Accounts
Accessible to TPP
companies.
Retrieve the list of accounts available for a given user
Authentication
ApiKey
Responses
Response: application/json
items
array[object (TppUserAccount)]
required
page
integer
required
size
int
required
total
integer
required
Response: application/json
detail
array[object (ValidationError)]
Create User Account
Authentication
ApiKey
Responses
Response: application/json
description
string
external_key
string
id
string
required
name
string
required
Response: application/json
detail
array[object (ValidationError)]
Request Examples
Get User Account
Accessible to TPP
companies.
Retrieve the details of an account.
Authentication
ApiKey
Responses
Response: application/json
description
string
external_key
string
id
string
required
name
string
required
Response: application/json
detail
array[object (ValidationError)]
Update User Account
Authentication
ApiKey
Responses
Response: application/json
description
string
external_key
string
id
string
required
name
string
required
Response: application/json
detail
array[object (ValidationError)]
Request Examples
Get Latest Account Balance
Accessible to TPP
companies.
Retrieve the latest available balance of an TPP user account.
Authentication
ApiKey
Responses
Response: application/json
amount
int
required
currency
required
List of available currencies in ISO 4217 https://en.wikipedia.org/wiki/ISO_4217
id
string
required
Response: application/json
detail
array[object (ValidationError)]
Get Account Balances
List all the historical balances for a given account
Authentication
ApiKey
Responses
Response: application/json
items
array[object (TppUserAccountBalance)]
required
page
integer
required
size
int
required
total
integer
required
Response: application/json
detail
array[object (ValidationError)]
Create Account Balance
Create a new balance entry for an account
Authentication
ApiKey
Responses
Response: application/json
amount
int
required
currency
required
List of available currencies in ISO 4217 https://en.wikipedia.org/wiki/ISO_4217
id
string
required
Response: application/json
detail
array[object (ValidationError)]
Request Examples
Was this page helpful?