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

# withdrawCashBalance

> Mutation for withdrawing from a cash balance.

Mutation for withdrawing from a cash balance.
Supports ACH, PayPal, Venmo, and push-to-card methods.
Use getWithdrawFeeEstimate to preview fees before submitting.
Requires MAKE\_WITHDRAWAL scope.

```graphql theme={null}
mutation {
  withdrawCashBalance(
    input: WithdrawCashBalanceInput!
  ): WithdrawCashBalanceResponse!
}
```

## Arguments

<ParamField body="input" type="WithdrawCashBalanceInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`WithdrawCashBalanceResponse!`](/api-reference/types/withdraw-cash-balance-response) — Response type for the withdrawCashBalance mutation, returning the withdrawal record and updated balances.
