FlamPix Gateway API
  1. Raiz
FlamPix Gateway API
  • 📜 API Overview
  • Docs
    • 🔑 Authentication & HMAC Signing
    • 🪝 Webhook
    • 🧵 Deposit Status Strings
    • 🚦 API Limits
  • Raiz
    • Create Deposit
      POST
    • Get Deposit Status
      GET
    • Get User Info
      GET
    • Health Check
      GET
    • Transaction Status Update
  • Esquemas
    • Customer
    • DepositRequest
    • DepositResponse
    • UserInfoResponse
    • WebhookPayload
  1. Raiz

Get User Info

GET
/user-info
Consult information and daily limits for a specific user via EUID.
Important: This endpoint helps prevent 422 errors by checking limits before deposit creation.

Requisição

Authorization
or
Parâmetros de Consulta

Parâmetros Header

Respostas

🟢200
application/json
User info retrieved.
Body

🟠404
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/user-info?euid' \
--header 'X-FlamPix-Key;' \
--header 'X-FlamPix-Key;' \
--header 'X-FlamPix-Timestamp;' \
--header 'X-FlamPix-Timestamp;' \
--header 'X-FlamPix-Signature;' \
--header 'X-FlamPix-Signature;'
Response Response Example
{
    "euid": "string",
    "dailyVolumeInCents": 0,
    "maxDailyInCents": 0,
    "remainingDailyInCents": 0,
    "isBlocked": true,
    "dailyLimitResetTime": "2019-08-24T14:15:22Z",
    "kycStatus": "pending"
}
Modificado em 2025-12-22 21:14:25
Página anterior
Get Deposit Status
Próxima página
Health Check
Built with