Added
v0.0.60
21 days ago by Freddy Mejia
-
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 } -
getCardProvisioningUrlquery — 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 theCREATE_VIRTUALCARDscope. (FLUZ-17635)
