List TED Operations
GET/banking/ted
Retrieve a list of the user's TED (Transferência Eletrônica Disponível) operations. Use optional filter parameters to refine your search.
Request
Query Parameters
Default value: 1
Page number.
Possible values: <= 100
Default value: 20
Page size. Max size is 100.
Possible values: [id
, created_at
, confirmed_at
, failed_at
]
Page sort attribute.
Possible values: [asc
, desc
]
Default value: asc
Page order.
BankingTed operation created.
Possible values: [PENDING
, WAITING
, FAILED
, FORWARDED
, CONFIRMED
]
BankingTed state.
BankingTed beneficiary document.
Created at start for any bankingTed.
Created at end for any bankingTed.
Confirmed at start for any bankingTed.
Confirmed at end for any bankingTed.
Failed at start for any bankingTed.
Failed at end for any bankingTed.
Header Parameters
The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.
Responses
- 200
- 400
- 401
- 422
BankingTed received.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Page number.
Page size.
Page total.
Total of elements.
data object[]required
bankingTeds data.
BankingTed ID.
Possible values: [PENDING
, WAITING
, FAILED
, FORWARDED
, CONFIRMED
]
BankingTed state.
BankingTed amount.
BankingTed operation created.
BankingTed beneficiary bank name.
BankingTed beneficiary bank id.
BankingTed beneficiary name.
BankingTed beneficiary type.
BankingTed beneficiary document.
BankingTed beneficiary agency.
BankingTed beneficiary account.
BankingTed beneficiary account digit.
Possible values: [CACC
, CASH
, CHAR
, CISH
, COMM
, CPAC
, LLSV
, LOAN
, MGLD
, MOMA
, NREX
, ODFT
, ONDP
, OTHR
, SACC
, SLRY
, SVGS
, TAXE
, TRAN
, TRAS
, CC
]
BankingTed beneficiary account type.
BankingTed transaction gateway ID.
BankingTed confirmed date.
BankingTed failed date.
BankingTed created date.
{
"page": 1,
"page_size": 20,
"page_total": 20,
"total": 100,
"data": [
{
"id": 4598,
"state": "CONFIRMED",
"amount": 15050,
"operation_id": "1b43322e-d6d5-4895-ac3f-a440cc63816a",
"beneficiary_bank_name": "Banco Bradesco S.A.",
"beneficiary_bank_code": "237",
"beneficiary_name": "Name Test",
"beneficiary_type": "fisico",
"beneficiary_document": "99999999910",
"beneficiary_agency": "0001",
"beneficiary_account": "111111",
"beneficiary_account_digit": "10",
"beneficiary_account_type": "cc",
"transaction_id": "1b43322e-d6d5-4895-ac3f-a440cc63816a",
"confirmed_at": "2024-11-19T02:02:06.325Z",
"failed_at": "2024-11-19T02:02:06.325Z",
"created_at": "2024-11-19T02:02:06.325Z"
}
]
}
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.