跳到主要内容

列出 TED

请求

ENDPOINT
/account/ACCOUNT_KEY/teds
方法
GET

Path Params

字段类型描述字符数
account_key *uuidv4QI 账户的唯一标识键36

Query Params

字段类型描述字符数
ted_directionenumerator交易方向指示(入账或出账)。若未发送,默认考虑 outgoing(出账)Enumeradores ted_transfer_direction
request_control_keyuuidv4客户使用的请求唯一标识键。36
date_fromstring开始日期。格式 "YYYY-MM-DD"
date_tostring结束日期。格式 "YYYY-MM-DD"
pageinteger请求的页码,默认为 1
page_sizeinteger查询中请求的页面大小,默认为 30,最大值为 30最大值为 30

Enumeradores ted_transfer_direction

枚举值描述
incoming入账 TED 转账
outgoing出账 TED 转账

响应

STATUS
200
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
}
}