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

# VirtualCardBulkOrder

> VirtualCardBulkOrder provides information about bulk creation order.

**Object**

VirtualCardBulkOrder provides information about bulk creation order.

## Fields

<ResponseField name="orderId" type="String!">
  Order ID.
</ResponseField>

<ResponseField name="orderStatus" type="VirtualCardBulkOrderStatus!">
  Status of the order.
</ResponseField>

<ResponseField name="virtualCards" type="[VirtualCardDetails]">
  Created virtual card details.
</ResponseField>

<ResponseField name="totalCards" type="Int">
  Total cards count.
</ResponseField>

<ResponseField name="successfulCardCreations" type="Int">
  Successful card creation count.
</ResponseField>

<ResponseField name="failedCardCreations" type="Int">
  Failed card creation count.
</ResponseField>
