# Get Transaction Request Status Retrieve the status of a transaction request created via /transactions. Requires the bearer token of the user that created the request. Endpoint: GET /transaction/{id}/status Version: 1.0.0 Security: bearerAuth ## Path parameters: - `id` (string, required) Transaction request ID ## Response 200 fields (application/json): - `id` (string) - `externalID` (string,null) - `status` (string) Enum: "PENDING", "PROCESSING", "DONE", "ERROR" - `errorMessage` (string,null) - `errorCode` (string,null) Enum: "INSUFFICIENT_BALANCE", "DESTINATION_ERROR" - `createdAt` (string) - `updatedAt` (string) ## Response 401 fields ## Response 404 fields ## Response 500 fields