Bank Slip Transfer Webhooks
In the transfer flow, webhooks are triggered at two moments: after sending the batch for processing and after the batch approval by the destination account.
These notifications allow tracking the transfer progress, ensuring that the partner is informed when the batch is sent for processing and when the transfer is completed.
Transfer process status
Sent
WEBHOOK_TYPE
baas.bank_slip.bank_slip_ownership_exchange_batchSTATUS
sentWebhook Body
{
"data": {
"bank_slip_ownership_exchange_batch_key": "3e8d08df-3585-476f-b464-0897ecf7467d",
"bank_slip_ownership_exchange_batch_status": "sent"
},
"webhook_type": "baas.bank_slip.bank_slip_ownership_exchange_batch",
"webhook_datetime": "2025-10-21T19:45:47.588Z"
}
Approved
WEBHOOK_TYPE
baas.bank_slip.bank_slip_ownership_exchange_batchSTATUS
approvedWebhook Body
{
"data": {
"bank_slip_ownership_exchange_batch_key": "3e8d08df-3585-476f-b464-0897ecf7467d",
"bank_slip_ownership_exchange_batch_status": "approved"
},
"webhook_type": "baas.bank_slip.bank_slip_ownership_exchange_batch",
"webhook_datetime": "2025-10-21T19:46:34.467Z"
}