Skip to main content

List TEDs

Request

ENDPOINT
/account/ACCOUNT_KEY/teds
METHOD
GET

Path Params

FieldTypeDescriptionCharacters
account_key *uuidv4Unique identification key of the QI account.36

Query Params

FieldTypeDescriptionCharacters
ted_directionenumeratorIndicator of the transaction direction (inbound or outbound). If not sent, outgoing will be consideredEnums ted_transfer_direction
request_control_keyuuidv4Unique request identification key used by the client.36
date_fromstringStart date. Format "YYYY-MM-DD"
date_tostringEnd date. Format "YYYY-MM-DD"
pageintegerRequested page number. Default is 1
page_sizeintegerRequested page size in the query. Default and maximum value is 30Maximum value of 30

Enumerators ted_transfer_direction

EnumeratorDescription
incomingInbound TED transfer
outgoingOutbound TED transfer

Response

STATUS
201
Response 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
}
}