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

# addVirtualCardAddress

> Saves a billing address for virtual card issuance.

Saves a billing address for virtual card issuance. Requires CREATE\_VIRTUALCARD scope.
When authUserId is provided, the address is saved for that authorized user's underlying
user\_id but remains attached to the caller's account.

```graphql theme={null}
mutation {
  addVirtualCardAddress(
    input: AddVirtualCardAddressInput!
  ): UserAddress
}
```

## Arguments

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

## Returns

[`UserAddress`](/api-reference/types/user-address) — UserAddress represents a User Address record.
