> ## 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.

# WithdrawMethods

> Enum representing different withdrawal methods available to users.

**Enum**

Enum representing different withdrawal methods available to users.

## Values

<ResponseField name="PAYPAL" type="enum value">
  Withdraw to a PayPal account.
</ResponseField>

<ResponseField name="BANK_ACH" type="enum value">
  Withdraw via ACH transfer to a bank account.
</ResponseField>

<ResponseField name="BANK_CARD" type="enum value">
  Withdraw via push-to-card to a debit card.
  The card must be OCT-eligible (most Visa/Mastercard debit cards).
  Standard withdrawals settle after a delay; set isExpedited to true for instant delivery.
</ResponseField>

<ResponseField name="VENMO" type="enum value">
  Withdraw to a Venmo account.
</ResponseField>

<ResponseField name="FLUZPAY" type="enum value">
  Withdraw to a Fluz internal balance.
</ResponseField>
