1. Disbursement Callback

1 minute read

When Ping disburses funds, a callback is sent to your backend to notify you that a new disbursement has occurred. This serves as the trigger point for fetching related data and starting any post-disbursement processes, such as reporting or reconciliation.

You can configure this callback with the UpdateTenant endpoint.

Callback Body:

{
	"id": "4d1a7686-b4de-454a-bcd5-41ed824b435c",
  "disbursed_at": "2025-06-27 08:43:01.367125Z"
}

Note: This is important to persist since it will be needed to fetch related allocations