Pix ProcessamentoPix Processamento Docs
Endpoints da APIRelatórios

Status do relatório

GET
/user/report/{id}

Autorização

BearerAuth
AutorizaçãoBearer <token>

Em: header

Parâmetros de path

id*string
Formatouuid

Corpo da resposta

application/json

application/json

curl -X GET "https://api.exemplo.processamento.com/v1/user/report/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "5224fd4e-0abb-4498-a79b-9398ea6712ad",
  "status": "COMPLETED",
  "createdAt": "2026-05-06T16:39:52.944Z",
  "updatedAt": "2026-05-06T16:39:53.500Z",
  "expiresAt": "2026-05-13T16:39:52.996Z"
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "Resource not found",
  "requestId": "cmou00000abcdef01s6ghij1k2lm"
}