Get TED Operation by ID
GET/v1/banking/ted/:id
Retrieve details of a TED (Transferência Eletrônica Disponível) operation by its unique identifier.
Request
Path Parameters
BankingTed ID.
Header Parameters
The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.
Possible values: [pt-BR, en-US]
Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.
UUID (v4) of the product that the request should use. Send it explicitly when the authenticated user has more than one product or when the integration must select a specific product. If omitted and the endpoint does not require it, the API uses the authenticated user's default product.
UUID (v4) of the user on whose behalf the request should run within the selected product. If omitted, the request runs as the authenticated user. Requires x-product-uuid.
Responses
- 200
- 400
- 401
- 422
BankingTed received.
- application/json
- Schema
- Example (from schema)
Schema
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, PG, CD, CG, CI, PP]
BankingTed beneficiary account type.
BankingTed transaction gateway ID.
BankingTed confirmed date.
BankingTed failed date.
BankingTed created date.
{
"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": "2026-03-26T14:02:58.224Z",
"failed_at": "2026-03-26T14:02:58.224Z",
"created_at": "2026-03-26T14:02:58.224Z"
}
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.