pixRequestIn

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",
    "receiverKeyId": "[email protected]",
    "transactionType": "PIX",
    "metadata": {
      "reason": null,
      "triggerTransactionId": null
    }
  }
}

Fields


FieldTypeDescription
typestringName of the event type
dataObjectEvent-specific payload.
data.descriptionstringDescription of the charge
data.debtorObjectInformation about the payer
data.debtor.documentstringPayer's document (CPF/CNPJ)
data.debtor.namestringPayer's name
data.debtor.accountTypestringPayer's account type
data.debtor.ispbstringPayer's bank code identification
data.debtor.branchstringPayer's branch number
data.debtor.accountstringPayer's account number
data.creditorObjectInformation about the payee
data.creditor.documentstringPayee's document (CPF/CNPJ)
data.creditor.namestringPayee's name
data.creditor.accountTypestringPayee's account type
data.creditor.ispbstringPayee's bank code identification
data.creditor.branchstringPayee's branch number
data.creditor.accountstringPayee's account number
data.flowstringFixed value = 'IN'
data.amountnumberAmount received (R$)
data.statusstringFixed value = 'success'
data.endToEndidstringCentral Bank's unique transaction id
data.txIdstringPay In Reconciliation id
data.finishedAtstringSettlement date
data.externalIdstringUnique id from payer bank.
data.methodstringMethod used to retrieve receiver's account information. Possible values : "dict", "manual", "staticQrcode", "dynamicQrcode"
data.receiverKeyIdstringReceiver pix key
data.transactionTypestringFixed value = 'PIX'