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

# GetCardProvisioningUrlInput

**Input object**

*No description provided in the schema yet.*

## Input fields

<ParamField name="offerId" type="String!" required>
  The virtual card offer to provision. Must be a UUIDv4. The offer must be active, tokenization-eligible, and accessible to the caller's account.
</ParamField>

<ParamField name="platform" type="ProvisioningPlatform">
  Optional platform hint. Defaults to IOS. See ProvisioningPlatform for what
  this value controls (it does NOT lock the URL to a single platform — iOS
  and Android opens are auto-routed correctly via platform-aware redirects).
</ParamField>
