API Reference

PIX OUT Notifications

This webhook will be triggered when the cash-out has confirmed.

To receive confirmation of the PIX movement, we need you to provide a URL where we can send the transaction confirmation details.

We will send a POST request with the confirmed transactions to this URL.

Callback payload samples

{
  "movId": "67bc78026a95444401f24d79",
  "paymentId": "46344489",
  "value": "1",
  "confirmationDate": "2025-02-24T10:45:42-03:00",
  "notificationUrl": "https://webhook.site/account",
  "payer": {
    "document": "",
    "name": "CODETECH"
  },
  "receiver": {
    "document": ".522.368-*",
    "name": "DANI DOT HER"
  },
  "securityParaphrase": "",
  "details": null,
  "externalId": "dfacyyyb-67c2-45cc-88b8-4d66c47b11f7",
  "type": "PixOut",
  "e2e": "E270840982044422413454tZSvuutHVo",
  "status": "CONFIRMED"
}