1. OAuth2 and authorization fields
| Field | Description | Used in |
|---|---|---|
| accessToken | JWT access token | Auth, PIX |
| refreshToken | Refresh token | Auth |
| idToken | OpenID Connect ID token | Auth |
| tokenType | Token type (Bearer) | Auth, PIX |
| expiresIn | Expiration time (seconds) | Auth, PIX |
| grantType | OAuth2 grant type | Auth |
| clientId | OAuth2 client ID | Auth, PIX, Flowker |
| clientSecret | OAuth2 client secret | Auth, PIX |
| username | Username | Auth, Identity |
| password | Password | Auth, Identity |
| scope | Requested scope | Auth, PIX |
| scopes | Scopes list | Flowker |
| sub | Subject identifier | Auth |
| aud | Audience | Auth |
| iss | Issuer | Auth |
| iat | Issued at | Auth |
| exp | Expiration | Auth |
| nbf | Not before | Auth |
| jti | JWT ID | Auth |
| active | Token active flag | Auth |
| authorized | Authorization result | Auth |
| resource | Target resource | Auth |
| action | Action on the resource | Auth |
| redirectUri | OAuth redirect URI | Flowker |
| state | OAuth opaque state | Flowker |
2. Webhooks and notifications
| Field | Description | Used in |
|---|---|---|
| X-Webhook-ID | Webhook identifier | Flowker |
| X-Webhook-Signature | Webhook HMAC signature | Flowker |
| idReqJdPi | JD request identifier | PIX |
| pagador | PIX payer | PIX |
| recebedor | PIX receiver | PIX |
| valor | PIX value | PIX |
| dtHrOp | PIX operation timestamp | PIX |
| descricao | Operation description | PIX |
| endToEndIdOriginal | Original E2E ID | PIX |
| endToEndIdDevolucao | Return E2E ID | PIX |
| codigoDevolucao | Return reason code | PIX |
| motivoDevolucao | Return reason | PIX |
| refundUrlNotification | Refund notification URL | PIX |
3. Health and monitoring
| Field | Description | Used in |
|---|---|---|
| status | General status | PIX, JD Mock, Flowker |
| services | Dependent services status | PIX |
| database | Database status | PIX |
| redis | Redis status | PIX |
| jd | JD integration status | PIX |

