Accounts
Download SpecGet User Accounts
Accessible to TPP
companies.
Retrieve the list of accounts available for a given user
page
int
- Default
- 0
size
int
- Default
- 50
tpp_user_id
string
required
ApiKey
Accessible to TPP
companies.
Retrieve the list of accounts available for a given user
Response
Successful Response
{
"items": [
{
"name": "string",
"description": "string",
"external_key": "string",
"id": "string"
}
],
"total": 123,
"page": 123,
"size": 123
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
items
array[object (TppUserAccount)]
required
TppUserAccount
object (TppUserAccount)
TppUserAccountRequest
name
string
required
description
string
external_key
string
id
string
required
total
int
required
page
int
required
size
int
required
Create User Account
name
string
required
description
string
external_key
string
tpp_user_id
string
required
ApiKey
Request
{
"name": "string",
"description": "string",
"external_key": "string"
}
Response
Successful Response
{
"name": "string",
"description": "string",
"external_key": "string",
"id": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
name
string
required
description
string
external_key
string
id
string
required
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Get User Account
Accessible to TPP
companies.
Retrieve the details of an account.
tpp_user_id
string
required
tpp_user_account_id
string
required
ApiKey
Accessible to TPP
companies.
Retrieve the details of an account.
Response
Successful Response
{
"name": "string",
"description": "string",
"external_key": "string",
"id": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
name
string
required
description
string
external_key
string
id
string
required
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Update User Account
name
string
required
description
string
external_key
string
tpp_user_id
string
required
tpp_user_account_id
string
required
ApiKey
Request
{
"name": "string",
"description": "string",
"external_key": "string"
}
Response
Successful Response
{
"name": "string",
"description": "string",
"external_key": "string",
"id": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
name
string
required
description
string
external_key
string
id
string
required
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Get Latest Account Balance
Accessible to TPP
companies.
Retrieve the latest available balance of an TPP user account.
tpp_user_account_id
string
required
ApiKey
Accessible to TPP
companies.
Retrieve the latest available balance of an TPP user account.
Response
Successful Response
{
"amount": 123,
"currency": null,
"id": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
amount
int
required
currency
required
List of available currencies in ISO 4217 https://en.wikipedia.org/wiki/ISO_4217
id
string
required
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Get Account Balances
List all the historical balances for a given account
page
int
- Default
- 0
size
int
- Default
- 50
tpp_user_account_id
string
required
ApiKey
List all the historical balances for a given account
Response
Successful Response
{
"items": [
{
"amount": 123,
"currency": null,
"id": "string"
}
],
"total": 123,
"page": 123,
"size": 123
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
items
array[object (TppUserAccountBalance)]
required
TppUserAccountBalance
object (TppUserAccountBalance)
TppUserAccountRequest
amount
int
required
currency
required
List of available currencies in ISO 4217 https://en.wikipedia.org/wiki/ISO_4217
id
string
required
total
int
required
page
int
required
size
int
required
Create Account Balance
Create a new balance entry for an account
amount
int
required
currency
required
List of available currencies in ISO 4217 https://en.wikipedia.org/wiki/ISO_4217
tpp_user_account_id
string
required
ApiKey
Create a new balance entry for an account
Request
{
"amount": 123,
"currency": null
}
Response
Successful Response
{
"amount": 123,
"currency": null,
"id": "string"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
amount
int
required
currency
required
List of available currencies in ISO 4217 https://en.wikipedia.org/wiki/ISO_4217
id
string
required
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Was this page helpful?