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

    ๐Ÿ“œ 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.
    API Base URLs:
    Production: https://www.flampix.com/gt/api/v1
    Modified atย 2025-12-23 02:12:16
    Next
    โš ๏ธ API Base URL Migration Notice โš ๏ธ
    Built with