This event is triggered when an inbound PIX transfer is successfully received and credited to your business/customer’s account.
{
"type": "pixRequestIn",
"data": {
"description": "pix-in",
"debtor": {
"document": "123.456.789-00",
"name": "Fulano de tal",
"accountType": "payment",
"ispb": "12345678",
"branch": "0000",
"account": "000001"
},
"creditor": {
"document": "01.002.601/0001-15",
"name": "Empresa Teste LTDA",
"accountType": "payment",
"ispb": "12345678",
"branch": "0001",
"account": "001001"
},
"flow": "IN",
"amount": 1.1,
"status": "success",
"endToEndId": "E12345678202511141421t19284qFoto",
"txId": "",
"finishedAt": "2025-11-14T14:56:45.821Z",
"externalId": "",
"method": "dict",
"transactionType": "PIX",
"metadata": {
"reason": null,
"triggerTransactionId": null
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| type | string | Name of the event type |
| data | Object | Event-specific payload. |
| data.description | string | Description of the charge |
| data.debtor | Object | Information about the payer |
| data.debtor.document | string | Payer's document (CPF/CNPJ) |
| data.debtor.name | string | Payer's name |
| data.debtor.accountType | string | Payer's account type |
| data.debtor.ispb | string | Payer's bank code identification |
| data.debtor.branch | string | Payer's branch number |
| data.debtor.account | string | Payer's account number |
| data.creditor | Object | Information about the payee |
| data.creditor.document | string | Payee's document (CPF/CNPJ) |
| data.creditor.name | string | Payee's name |
| data.creditor.accountType | string | Payee's account type |
| data.creditor.ispb | string | Payee's bank code identification |
| data.creditor.branch | string | Payee's branch number |
| data.creditor.account | string | Payee's account number |
| data.flow | string | Fixed value = 'IN' |
| data.amount | number | Amount received (R$) |
| data.status | string | Fixed value = 'success' |
| data.endToEndid | string | Central Bank's unique transaction id |
| data.txId | string | Reconciliation id linked to this payment |
| data.finishedAt | string | Settlement date |
| data.externalId | string | Safe string that must be unique among all your Pix Requests. |
| data.method | string | Method used to retrieve receiver's account information. Possible values : "dict", "manual", "staticQrcode", "dynamicQrcode" |
| data.transactionType | string | Fixed value = 'PIX' |
