Bank slip wallet webhooks
Warning!
QI Tech webhooks should not be mapped in a restrictive manner. Additional fields may be included in the webhook payloads returned by our APIs.
Webhook Resending
You can check and resend webhooks following the detailed instructions in the documentation: Webhook Resending.
Introduction
After creating a wallet (requester_profile) within our system, webhooks will be sent with the following status:
| Enumerator | Translation | Description |
|---|---|---|
| opened | open | Bank slip wallet opened and ready to register bank slips |
Information
The timeout for our webhook responses is 10 seconds.
Examples
Opening confirmation
Webhook Body
{
"webhook_type": "baas.bank_slip.requester_profile",
"webhook_datetime": "2024-08-13T21:35:55.679Z",
"data": {
"requester_profile_key": "fd86d9b1-2a5e-4e03-9a59-a043c7632c97",
"request_control_key": "0868a24b-4a69-4138-ac4d-ecaeddf0005f",
"requester_profile_code": "329-04-2338-2625918",
"requester_profile_status": "opened"
}
}