FlamPix Gateway API
    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

    UserInfoResponse

    {
        "euid": "string",
        "dailyVolumeInCents": 0,
        "maxDailyInCents": 0,
        "remainingDailyInCents": 0,
        "isBlocked": true,
        "dailyLimitResetTime": "2019-08-24T14:15:22Z",
        "kycStatus": "pending"
    }
    Built with