Deposit payment details

This webhook is responsible for sending notifications containing deposit payment data.

When configured to receive this webhook, for every deposit that is completed, the system will automatically send a notification with the payer's bank details to the registered URL.


Callback payload

Webhook payload example:  
{
  "ispb": "XXX",
  "branch": "XXX",
  "account": "XXX",
  "accountType": "XXX",
  "payerCpf": "XXX",
  "externalId": "XXX",
  "txid": "XXX"
}