FlamPix Gateway API
    • ๐Ÿ“œ API Overview
    • โš ๏ธ API Base URL Migration Notice โš ๏ธ
    • 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
    • Schemas
      • Customer
      • DepositRequest
      • DepositResponse
      • UserInfoResponse
      • WebhookPayload

    UserInfoResponse

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