Skip to main content
requestVirtualCard Submit a manager approval request to create a virtual card. When approved, Fluz creates the card using the submitted parameters.

Scopes

Webhook Identifiers

Webhook events: APPROVAL_CREATE, APPROVAL_APPROVE, APPROVAL_DECLINE, and APPROVAL_HANDLER_ERROR on execution failure.

Create a Request

RequestVirtualCardInput

Sample Mutation

Sample Response

Approve a Request

Call approveApprovalRequest with the approvalId from approvalRequests or the APPROVAL_CREATE webhook. Requires MANAGE_APPROVALS.
On approval, Fluz creates the virtual card with the parameters from the original request.

Decline a Request

Call declineApprovalRequest with the approvalId. Requires MANAGE_APPROVALS.
No virtual card is created when a request is declined.