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

# BulkTransaction

> One transaction in a bulk transactions result, attributed to the connected user it belongs to.

**Object**

One transaction in a bulk transactions result, attributed to the connected user it belongs to.

## Fields

<ResponseField name="externalReferenceId" type="String">
  Your reference id for the user this transaction belongs to.
</ResponseField>

<ResponseField name="accountId" type="UUID!">
  The accountId of the user this transaction belongs to.
</ResponseField>

<ResponseField name="recordId" type="UUID">
  Unique identifier for the transaction record.
</ResponseField>

<ResponseField name="transactionType" type="String">
  The type of transaction (e.g., GIFT\_CARD\_PURCHASE, DEPOSIT, WITHDRAWAL, TRANSFER).
</ResponseField>

<ResponseField name="amount" type="Float!">
  The primary transaction amount.
</ResponseField>

<ResponseField name="status" type="TransactionStatus">
  Current status of the transaction.
</ResponseField>

<ResponseField name="createdAt" type="DateTime">
  When the transaction was created.
</ResponseField>

<ResponseField name="memo" type="String">
  User-defined memo, populated only when includeMetadata is true.
</ResponseField>

<ResponseField name="transactionCategory" type="String">
  Category name, populated only when includeMetadata is true.
</ResponseField>
