Share Virtual Cards
Create and manage shareable links to distribute virtual cards on your account.
Introduction
This guide provides step-by-step instructions for integrating the ability to generate shareable links for virtual prepaid cards. The links are unique, and can be delivered to recipients via email or SMS, or you can handle the delivery yourself.
Pre-requisites
Feature AccessPlease contact your sales rep to get access to this feature.
Applications ScopesThis mutation requires the application scope
CREATE_SHARE_LINK. Reference: https://docs.fluz.app/docs/application-scopes.
ExamplegenerateUserAccessToken( ..., scopes: ["CREATE_SHARE_LINK"] )
Step-by-step
Step 1: Generate Share Links
- Description: Generate shareable links, with the ability to configure the card limit, expiration, funding source, and more.
- Mutation:
generateVCShareLinks - API reference: https://docs.fluz.app/v0.0.48-hosted-links/update/docs/generate-share-links
Step 2: View Share Links
- Description: Fetch a list of links that you have generated.
- Query:
getVCShareLinks - API reference: Coming soon
Step 3: Manage Share Links (deactivate)
- Description: If you do not want your generated links to be used anymore, this mutation allows you to deactivate the links.
- Mutation:
deactivateVCShareLinks - API reference: Coming soon
Updated about 3 hours ago
