> ## Documentation Index
> Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get On Demand Vendor Balance

> Get on-demand vendor balances in Cashfree Easy Split through the API to display real-time payout availability inside vendor dashboards and internal tooling.

For Auto Collect pass the Authorization token. Use the [Authorize API](/api-reference/payouts/v1/authorize#authorize) to generate the token for Auto Collect APIs.

<Accordion title="Response Codes">
  | Sub code | Status | Message                                                              | Solution                                |
  | :------- | :----- | :------------------------------------------------------------------- | :-------------------------------------- |
  | 400      | ERROR  | Vendor Not found                                                     | Provide a valid vendor ID.              |
  | 400      | ERROR  | Start time is beyond end time                                        | Ensure start time is before end time.   |
  | 400      | ERROR  | End is a date time field and should be of format yyyy-MM-ddTHH:mm:ss | Provide a valid date time field format. |
</Accordion>
