Pix2DePix API
    Pix2DePix API
    • πŸ“œ API Overview
    • Docs
      • πŸ”‘ Authentication
      • πŸ’» Examples
      • πŸͺ Webhook
      • 🧡Deposit Status String
      • πŸ›‘οΈ Security & Limits
        • βœ… Best Practices
        • 🧱 Firewall
        • πŸͺ² Bug Bounty
        • 🚦 API Limits
      • 🧩 Advanced (optional)
        • 🎲 Nonce
        • πŸ”€ Sync / Async call
    • API Endpoints
      • Ping
      • Deposit (PIX βž” DePix)
      • Deposit Status
      • Deposits
      • User Info
      • Pix2FA
    • Schemas
      • AsyncResponse
      • AllPossibleObjResponses
      • StandardResponse
      • PingObjOrError
      • JWTClaims
      • ObjResponse
      • ErrorObj
      • PingObj
      • ErrorResponse
      • DepositRequest
      • DepositObjOrError
      • DepositObj
      • PingResponse
      • DepositResponse
      • DepositStatusObj
      • DepositStatusResponse
      • DepositWebhookBody
      • DepositsResponse
      • DepositStatus
      • UserInfoResponse
      • Pix2FAResponse

    DepositStatusObj

    {
        "bankTxId": "string",
        "blockchainTxID": "string",
        "customerMessage": "string",
        "payerName": "string",
        "payerTaxNumber": "string",
        "pixKey": "string",
        "qrId": "string",
        "status": "pending",
        "valueInCents": 1,
        "expiration": "2019-08-24T14:15:22Z",
        "payerEUID": "string"
    }
    Built with