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

    DepositRequest

    {
        "amountInCents": 1,
        "destinationAddress": "string",
        "customer": {
            "name": "string",
            "taxNumber": "string",
            "euid": "EU012090876034124"
        },
        "reference": "string",
        "metadata": {
            "whitelist": true
        }
    }
    Built with