Skip to main content

Webhook DDA Bank Slips

Attention!

QI Tech webhooks should not be mapped restrictively. Additional fields may be included in the webhook payloads returned from our APIs.

There are two types of events in the DDA that will be differentiated in the webhook by the attribute webhook_type.

    {
"webhook_type": "baas.dda.bankslip.registration",
"key": "7c52d5f6-9db1-4a3c-bb03-1f76a2e8f9d2",
"data": {
"barcode": "32993953000000714870001090000699950000347340",
"digitable_line": "32990001039000069995000003473402395300000071487",
"status": "paid",
"total_amount": 999.20,
"expiration_date": "2023-06-02",
"beneficiary": {
"name": "Tech Solutions Ltda.",
"document_number": "12345678000100"
},
"payer": {
"name": "João Carlos",
"document_number": "12345678900"
}
}
}
    {
"webhook_type": "baas.dda.bankslip.update",
"key": "7c52d5f6-9db1-4a3c-bb03-1f76a2e8f9d2",
"data": {
"barcode": "32993953000000714870001090000699950000347340",
"digitable_line": "32990001039000069995000003473402395300000071487",
"status": "paid",
"total_amount": 999.20,
"expiration_date": "2023-06-02",
"beneficiary": {
"name": "Tech Solutions Ltda.",
"document_number": "12345678000100"
},
"payer": {
"name": "João Carlos",
"document_number": "12345678900"
}
}
}