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

# revealVirtualCardByVirtualCardId

> Reveals the full card number and CVV of a virtual card, along with its billing details.

Reveals the full card number and CVV of a virtual card, along with its billing details. Requires PCI\_COMPLIANCE from the developer and REVEAL\_VIRTUALCARD scope. PERSONAL/Private applications are exempt from PCI\_COMPLIANCE requirement.

```graphql theme={null}
mutation {
  revealVirtualCardByVirtualCardId(
    virtualCardId: UUID!
  ): VirtualCardDetails
}
```

## Arguments

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

## Returns

[`VirtualCardDetails`](/api-reference/types/virtual-card-details) — The VirtualCardDetails type represents the details of a virtual card.
