列出 TED
请求
ENDPOINT
/account/ACCOUNT_KEY/teds方法
GETPath Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
account_key * | uuidv4 | QI 账户的唯一标识键 | 36 |
Query Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
ted_direction | enumerator | 交易方向指示(入账或出账)。若未发送,默认考虑 outgoing(出账) | Enumeradores ted_transfer_direction |
request_control_key | uuidv4 | 客户使用的请求唯一标识键。 | 36 |
date_from | string | 开始日期。格式 "YYYY-MM-DD" | |
date_to | string | 结束日期。格式 "YYYY-MM-DD" | |
page | integer | 请求的页码,默认为 1 | |
page_size | integer | 查询中请求的页面大小,默认为 30,最大值为 30 | 最大值为 30 |
Enumeradores ted_transfer_direction
| 枚举值 | 描述 |
|---|---|
| incoming | 入账 TED 转账 |
| outgoing | 出账 TED 转账 |
响应
STATUS
200Response 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
}
}