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

    DepositRequest

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