Added
v0.0.60
1 day ago by Freddy Mejia
Added
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)- 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 }
- New input
