Added

v0.0.60

Added

  • getCardProvisioningUrl query — mints a short, single-use URL that, when opened on a mobile device, launches Fluz and adds a virtual card to Apple Pay (iOS) or Google Pay (Android). Surface it as a QR code, SMS, email, or in-app button. Each URL expires ~5 minutes after creation. Requires the CREATE_VIRTUALCARD scope. (FLUZ-17635)
    • New input GetCardProvisioningUrlInput { offerId, platform }
    • New enum ProvisioningPlatform (IOS | ANDROID | OTHER) — controls the desktop / unknown-device fallback only; iOS and Android opens are auto-routed.
    • New return type CardProvisioningUrl { url, expiresAt }