Get TED Received Operation by ID
GETTag: api-baas-get-banking-ted-received-by-operation-idDescription: Retrieve details of a TED (Transferência Eletrônica Disponível) operation by its operation identifier./v1/banking/ted/received/by-operation/:id
Request
Path Parameters
Banking TED Received Operation 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
Banking TED Received.
- application/json
- Schema
- Example (from schema)
Schema
Banking TED Received ID.
Banking TED Received Operation.
Banking TED Received Amount.
Banking TED Received Owner Name.
Banking TED Received Owner Document.
Banking TED Received Owner Account Type.
Banking TED Received Owner Bank Account.
Banking TED Received Owner Bank Branch.
Banking TED Received Owner Bank Code.
Banking TED Received Owner Bank Name.
Banking TED Received Created At.
{
"id": 4598,
"operation_id": "1b43322e-d6d5-4895-ac3f-a440cc63816a",
"amount": 4598,
"owner_name": "João",
"owner_document": "12345678901",
"owner_account_type": "CC",
"owner_bank_account": "12345",
"owner_bank_branch": "12345",
"owner_bank_code": "12345",
"owner_bank_name": "Banco Bradesco S.A.",
"created_at": "2026-03-26T14:02:58.308Z"
}
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.