List TEDs
Request
ENDPOINT
/account/ACCOUNT_KEY/teds
METHOD
GETPath Params
Field | Type | Description | Characters |
---|---|---|---|
account_key * | uuidv4 | Unique identification key of the QI account. | 36 |
Query Params
Field | Type | Description | Characters |
---|---|---|---|
ted_direction | enumerator | Indicator of the transaction direction (inbound or outbound). If not sent, outgoing will be considered | Enums ted_transfer_direction |
request_control_key | uuidv4 | Unique request identification key used by the client. | 36 |
date_from | string | Start date. Format "YYYY-MM-DD" | |
date_to | string | End date. Format "YYYY-MM-DD" | |
page | integer | Requested page number. Default is 1 | |
page_size | integer | Requested page size in the query. Default and maximum value is 30 | Maximum value of 30 |
Enumerators ted_transfer_direction
Enumerator | Description |
---|---|
incoming | Inbound TED transfer |
outgoing | Outbound TED transfer |
Response
STATUS
201Response Body
{
"data": [
{
"request_control_key": "6e290347-330d-4b3a-8ebb-2ac217ad6eb3",
"ted_key": "8cb70dea-9fb0-4a68-9572-99a72849c8d6",
"account_key": "fc6862c4-2b20-4057-8063-b8809866e494",
"created_at": "2021-10-22T20:30:23.459Z",
"ted_status": "sent",
"transaction_amount": 126.97,
"fee_amount": 0.0,
"target_account": {
"account_branch": "0001",
"account_digit": "6",
"account_number": "78340",
"ispb": "12345678",
"owner_document_number": "32402502000135",
"owner_name": "QI Tech"
},
"refusal_reason": {}
}
],
"pagination": {
"current_page": 1,
"rows_per_page": 30
}
}