/users/{tpp_user_id}/accounts/{account_id}/transactions
page
int
size
int
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
}
/users/{tpp_user_id}/accounts/{account_id}/transactions
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
{
"amount": 123,
"currency": null,
"type": null,
"external_key": "string",
"meta": {},
"description": "string"
}
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"
}
/users/{tpp_user_id}/accounts/{account_id}/transactions/{transaction_id}
tpp_user_id
string
required
account_id
string
required
transaction_id
string
required
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"
}
Was this page helpful?