FlamPix Gateway API
  1. Raiz
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
  1. Raiz

Transaction Status Update

Webhook
POST
transactionUpdate
FlamPix sends this webhook event when the status of a deposit changes.
Requests are signed with X-FlamPix-Signature (HMAC SHA-256).

Requisição

Authorization
or
Parâmetros Header

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200
Webhook received successfully.
Esta resposta não possui corpo.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com' \
--header 'X-FlamPix-Signature;' \
--header 'X-FlamPix-Timestamp;' \
--header 'X-FlamPix-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "event": "payment_received",
    "depositId": "33504022-daeb-4ddf-96f2-fc15aa4e6a52",
    "timestamp": "2019-08-24T14:15:22Z",
    "data": {}
}'
Modificado em 2025-12-22 21:14:25
Página anterior
Health Check
Próxima página
Customer
Built with