Skip to main content

Approve Vendor Deposit Approval Step

POST 

/api/vendor-deposits/:vendorDepositId/approval-steps/approve

Approve the next pending approval step on a vendor deposit, with optional notes (max 1000 characters). Only the step's assigned approver may action it. When the final step is approved the deposit transitions to approved.

Required scope: accounting:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Fails when there are no pending steps, when the caller is not the assigned approver, or when the deposit's bank details differ from the supplier profile and have not been verified.

Request

Responses

OK

Response Headers
    Content-Type