# Loan disbursing Fires when Dinie initiates the fund transfer to the customer's account. Includes the disbursement method used (e.g., pix). The transfer may take a few minutes. Use it to inform the customer that the amount is being transferred. Endpoint: POST loan.disbursing Version: 2026-03-01 Security: bearerAuth ## Request fields (application/json): - `type` (string, required) Event type identifier Enum: "loan.disbursing" - `timestamp` (string, required) When the event occurred - `data` (object, required) - `data.id` (string, required) - `data.status` (string, required) Enum: "disbursing" - `data.disbursement_method` (string, required) Example: "pix" ## Response 200 fields