Pix2DePix API
    • ⚡ Quickstart
    • Guides
      • 🔑 Authentication
      • 🔄 Possible Statuses
      • 🔀 Synchronous requests & safe retries
      • ⚠️ Errors & the response envelope
      • 🧩 Troubleshooting
      • ✅ Best Practices
      • 🚀 Features
        • ⏱️ QR Delay
      • 🛡️ Security & Limits
        • 🚦 API Limits
        • 🧱 Firewall
        • 🪲 Bug Bounty
    • API Endpoints
      • Ping
      • Deposit (PIX ➔ DePix)
      • Deposit Status
      • Deposits
      • User Info
      • Withdraw
      • Withdraw Status
    • Webhooks
      • 🪝 Webhooks
      • Deposit Webhook
      • Withdraw Webhook
      • MED Webhook
    • Reference
      • 📖 Glossary
      • 📝 Changelog
    • Schemas
      • AllPossibleObjResponses
      • StandardResponse
      • PingObjOrError
      • JWTClaims
      • ObjResponse
      • ErrorObj
      • PingObj
      • ErrorResponse
      • DepositRequest
      • DepositObjOrError
      • DepositObj
      • PingResponse
      • DepositResponse
      • DepositStatusObj
      • DepositStatusResponse
      • DepositWebhookBody
      • DepositsResponse
      • DepositStatus
      • UserInfoResponse
      • WithdrawStatusResponse
      • WithdrawStatusObj
      • WithdrawResponse
      • WithdrawObj
      • WithdrawStatus
      • WithdrawWebhookBody
      • MEDWebhookBody
      • RejectionReasons

    WithdrawWebhookBody

    {
        "webhookType": "withdraw",
        "id": "string",
        "pixKey": "string",
        "status": "unsent",
        "expiration": "14:15:22.123Z",
        "depositAddress": "string",
        "depositAmountInCents": 0,
        "payoutAmountInCents": 0,
        "blockchainTxID": "string",
        "receiptUrl": "string",
        "receiverName": "string",
        "receiverTaxNumber": "string",
        "transferDate": "14:15:22.123Z",
        "centralBankId": "string",
        "refundAddress": "string"
    }
    Built with