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

    📜 API Overview

    The FlamPix API provides a robust bridge between the Brazilian PIX payment system and the Liquid Network, enabling seamless crypto-fiat integration.
    Key Feature:
    1.
    Instant PIX: Programmatic generation of dynamic PIX QR Codes.
    2.
    Auto-Conversion: Automated settlement flow from Fiat (PIX) to DePix (Liquid Network).
    3.
    Webhooks: Real-time event notifications regarding transaction status updates.
    4.
    HMAC Authentication: Secure request signing mechanism using HMAC SHA-256 to ensure data integrity.
    5.
    Idempotency: Built-in protection against duplicate transaction processing.
    6.
    Rate Limiting: API traffic control to ensure stability and fair usage per client.
    7.
    IP Whitelisting: Optional security layer to restrict API access to specific trusted IP addresses.
    Modificado em 2025-12-22 21:41:28
    Próxima página
    🔑 Authentication & HMAC Signing
    Built with