Get TED Operation by ID
GET/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 requisition. All requisitions must have an identifier.
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
]
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": "2024-11-19T02:02:06.323Z",
"failed_at": "2024-11-19T02:02:06.323Z",
"created_at": "2024-11-19T02:02:06.323Z"
}
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.