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

    DepositResponse

    {
        "depositId": "33504022-daeb-4ddf-96f2-fc15aa4e6a52",
        "status": "awaiting_payment",
        "amount": {
            "grossInCents": 0,
            "feeInCents": 0,
            "netInCents": 0
        },
        "pix": {
            "qrCopyPaste": "string",
            "qrImageUrl": "http://example.com"
        },
        "feeBreakdown": {
            "percentInCents": 0,
            "fixedInCents": 0,
            "gatewayInCents": 0,
            "totalInCents": 0
        },
        "createdAt": "2019-08-24T14:15:22Z"
    }
    Built with