Skip to main content
requestVirtualCardLimitChange Submit a manager approval request to change a virtual card spend limit. When approved, Fluz updates the card limit.

Scopes

Webhook Identifiers

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

Create a Request

RequestVirtualCardLimitChangeInput

Sample Mutation

Sample Response

Approve a Request

Call approveApprovalRequest with the approvalId. Requires MANAGE_APPROVALS.
On approval, Fluz updates the virtual card spend limit.

Decline a Request

Call declineApprovalRequest with the approvalId. Requires MANAGE_APPROVALS.
No limit change is applied when a request is declined.