Skip to main content
requestReimbursement Submit a manager approval request to reimburse a user by moving funds between spend accounts on the same account. When approved, Fluz processes the reimbursement.

Scopes

Webhook Identifiers

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

Create a Request

RequestReimbursementInput

Source and destination must be different spend accounts.

Sample Mutation

Sample Response

Approve a Request

Call approveApprovalRequest with the approvalId. Requires MANAGE_APPROVALS.
On approval, Fluz processes the reimbursement transfer.

Decline a Request

Call declineApprovalRequest with the approvalId. Requires MANAGE_APPROVALS.
No reimbursement is processed when a request is declined.