API Reference

PIX IN Notifications

This webhook will be triggered when the cash-in 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": "67bc77966a95444441f24cfe",
  "paymentId": "84778bff1a0851f9844426ecc7c4c014",
  "value": "1",
  "confirmationDate": "2025-02-24T10:44:37-03:00",
  "notificationUrl": "https://webhook.site/account",
  "payer": {
    "name": "Dani Dot Her",
	  "document": ""
  },
  "receiver": {
    "document": "",
    "name": ""
  },
  "securityParaphrase": "",
  "details": null,
  "externalId": "dfac27fb-6442-45cc-88b8-4d66c47b11f99",
  "type": "PixIn",
  "e2e": "E3030629420444224134400000013zxU",
  "status": "CONFIRMED"
}