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

# Withdraw

> Withdraw represents a withdrawal transaction record.

**Object**

Withdraw represents a withdrawal transaction record.

## Fields

<ResponseField name="withdrawId" type="UUID!">
  Unique identifier for the withdrawal.
</ResponseField>

<ResponseField name="amount" type="String!">
  The amount withdrawn.
</ResponseField>

<ResponseField name="processingFee" type="String!">
  Fee charged for processing the withdrawal.
</ResponseField>

<ResponseField name="chargedFee" type="String!">
  Fee charged to the user for the withdrawal.
</ResponseField>

<ResponseField name="status" type="String!">
  Internal status of the withdrawal.
</ResponseField>

<ResponseField name="displayStatus" type="String!">
  User-friendly display status of the withdrawal.
</ResponseField>

<ResponseField name="withdrawMethod" type="WithdrawMethods!">
  The withdrawal method used.
</ResponseField>

<ResponseField name="withdrawSource" type="WithdrawSource!">
  The source balance from which funds were withdrawn.
</ResponseField>

<ResponseField name="submissionDate" type="DateTime!">
  Date and time when the withdrawal was submitted.
</ResponseField>

<ResponseField name="createdAt" type="DateTime!">
  Date and time when the withdrawal was created.
</ResponseField>

<ResponseField name="updatedAt" type="DateTime!">
  Date and time when the withdrawal was last updated.
</ResponseField>

<ResponseField name="transactionLogId" type="UUID">
  Identifier of the associated transaction log.
</ResponseField>

<ResponseField name="externalTransactionId" type="String">
  External transaction identifier from payment gateway (for ACH).
</ResponseField>

<ResponseField name="payoutId" type="String">
  Payout identifier from payment gateway (for PayPal/Venmo).
</ResponseField>

<ResponseField name="emailAddress" type="String">
  Email address associated with the withdrawal.
</ResponseField>

<ResponseField name="bankAccountId" type="UUID">
  Identifier of the bank account used (if applicable).
</ResponseField>

<ResponseField name="userCashBalanceId" type="UUID">
  Identifier of the user cash balance account withdrawn from.
</ResponseField>

<ResponseField name="seatId" type="UUID">
  The seat id associated with the account.
</ResponseField>
