Send TED (Brazilian interbank transfer)
Send TED (Brazilian interbank transfer)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Client-generated idempotency token.
Transaction PIN of the operator in X-Acting-Document. Required on cashout routes when the credential enforces a PIN (428 pin_required).
Real IP of the end user, for integrator credentials calling on their behalf. This is the IP evaluated against cashoutSourceIps — without it the check would see your server’s IP. Ignored for delegated credentials, where the connection IP is already the right one.
Unix seconds. Required on the signed host; tolerance is 300s either way (403 request_timestamp_skew).
Lowercase hex SHA-256 of the body. An empty body hashes the empty string, so the header is always present. Mismatch returns 400 body_hash_mismatch.
Detached JWS (<protected>..<signature>, ES256 or PS256) over METHOD\nPATH?QUERY\nTIMESTAMP\nIDEMPOTENCY_KEY_OR_EMPTY\nX_CONTENT_SHA256.
Request
Destination bank Compe code — 3 digits (e.g. 001, 237, 341). TED does not
accept ISPB: an 8-digit value is rejected with 400 invalid_bank_code.
For PIX by bank account, ISPB is accepted (bankIspb).
Destination account number, digits only (no final check digit).
Recipient CPF (11) or CNPJ (14) digits, no punctuation.
Recipient legal/full name.
Optional free-form message (NF number, reference, etc.).
Integrator correlation key forwarded to the settlement bank and echoed
in TED webhooks (ted.out.*). Max 38 chars [A-Za-z0-9._-].
Distinct from the Idempotency-Key header (HTTP attempt identity).
Auto-generated hex UUID (32 chars) if omitted.
Response
Idempotent retry — returns the existing TED state.
Internal TED ID (format ted-{identifier}). Use to query status.
PROCESSING when the workflow started successfully; ACCEPTED when the workflow could not be started immediately (poll later).