Transactions
Download SpecGet Transactions
page
int
- Default
- 0
size
int
- Default
- 50
tpp_user_id
string
required
account_id
string
required
ApiKey
Response
Successful Response
{
"items": [
{
"amount": 123,
"currency": null,
"type": null,
"external_key": "string",
"meta": {},
"description": "string",
"id": "string",
"tpp_id": "string",
"tpp_user_id": "string",
"tpp_user_account_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
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 (TppUserAccountTransaction)]
required
TppUserAccountTransaction
object (TppUserAccountTransaction)
amount
int
required
currency
required
List of available currencies in ISO 4217 https://en.wikipedia.org/wiki/ISO_4217
type
required
Transaction types
external_key
string
required
meta
object (meta)
description
string
id
string
required
tpp_id
string
required
tpp_user_id
string
required
tpp_user_account_id
string
required
total
int
required
page
int
required
size
int
required
Create User Transaction
Create User transaction
amount
int
required
currency
required
List of available currencies in ISO 4217 https://en.wikipedia.org/wiki/ISO_4217
type
required
Transaction types
external_key
string
required
meta
object (meta)
description
string
tpp_user_id
string
required
account_id
string
required
ApiKey
Create User transaction
Request
{
"amount": 123,
"currency": null,
"type": null,
"external_key": "string",
"meta": {},
"description": "string"
}
Response
Successful Response
{
"amount": 123,
"currency": null,
"type": null,
"external_key": "string",
"meta": {},
"description": "string",
"id": "string",
"tpp_id": "string",
"tpp_user_id": "string",
"tpp_user_account_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
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
type
required
Transaction types
external_key
string
required
meta
object (meta)
description
string
id
string
required
tpp_id
string
required
tpp_user_id
string
required
tpp_user_account_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 Transaction
tpp_user_id
string
required
account_id
string
required
transaction_id
string
required
ApiKey
Response
Successful Response
{
"amount": 123,
"currency": null,
"type": null,
"external_key": "string",
"meta": {},
"description": "string",
"id": "string",
"tpp_id": "string",
"tpp_user_id": "string",
"tpp_user_account_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
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
type
required
Transaction types
external_key
string
required
meta
object (meta)
description
string
id
string
required
tpp_id
string
required
tpp_user_id
string
required
tpp_user_account_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?