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.
The product ID is a UUID (v4) used to identify the Z.ro product configuration.
The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: 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": "2025-03-11T19:15:53.830Z",
"failed_at": "2025-03-11T19:15:53.830Z",
"created_at": "2025-03-11T19:15:53.830Z"
}
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.