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 Access

Please contact your sales rep to get access to this feature.

Applications Scopes

This mutation requires the application scope CREATE_SHARE_LINK. Reference: https://docs.fluz.app/docs/application-scopes.

Example

generateUserAccessToken(
	...,
  scopes: ["CREATE_SHARE_LINK"]
)

Step-by-step


Step 1: 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