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

# lockVirtualCard

> Mutation to lock virtual cards.

Mutation to lock virtual cards. Requires EDIT\_VIRTUALCARD scope.

```graphql theme={null}
mutation {
  lockVirtualCard(
    input: LockVirtualCardInput!
  ): LockVirtualCardResponse
}
```

## Arguments

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

## Returns

[`LockVirtualCardResponse`](/api-reference/types/lock-virtual-card-response)
