Use this endpoint to retrieve the current status and details of a transfer, including its type, status history, sender and recipient details, amounts, and timestamps. Only returns transfers belonging to the same organization.
JWT Bearer token authentication. The token must include a tenantId claim that matches the X-Organization-Id header.
Organization ID used as the tenant identifier. All data is scoped to this organization. Must match the JWT tenantId claim when authentication is enabled.
The unique identifier of the transfer.
Indicates that the transfer was found and its details are returned.
The unique identifier of the transfer.
"019c96a0-ab10-7cde-f1a2-0e1f2a3b4c5d"
The type of transfer. TED_OUT is an outgoing transfer to an external bank via JD SPB. TED_IN is an incoming transfer from an external bank. P2P is a peer-to-peer transfer within the same institution (same ISPB).
TED_OUT, TED_IN, P2P "TED_OUT"
The current status of the transfer. For TED OUT and P2P transfers, the flow is CREATED, PENDING, PROCESSING, and then COMPLETED, REJECTED, or FAILED. Transfers can be CANCELLED while in CREATED or PENDING status. For TED IN transfers, the flow is RECEIVED and then COMPLETED or REJECTED.
CREATED, PENDING, PROCESSING, COMPLETED, REJECTED, FAILED, CANCELLED, RECEIVED "COMPLETED"
The transfer amount without the fee.
1000.5
The fee charged for this transfer.
1.5
The total amount, calculated as the transfer amount plus the fee.
1002
The timestamp when the transfer was created.
"2026-02-01T15:30:00-03:00"
The timestamp of the last status update.
"2026-02-01T15:35:00-03:00"
The history of status transitions for this transfer.
The human-readable confirmation code, if available.
20"20260201001"
The JD SPB control number, present for TED OUT and TED IN transfers.
20"202602010001"
The corresponding Midaz ledger transaction ID.
"019c96a0-ac10-7efa-b1c2-2a3b4c5d6e7f"
The purpose or description of the transfer.
140"Payment for services"
Custom metadata as key-value pairs.
The timestamp when the transfer was completed. Null if not yet completed.
"2026-02-01T15:35:00-03:00"