Remit commission

📘

API Refs

This endpoint moves the commission portion of a paid invoice from your trust account to your operational account.

URI Parameters

NameTypeDescriptionRequired
invoiceIdnumberThe ID of the invoice to remit commission foryes

Request

This endpoint takes no request body. The commission amount is taken from the invoice identified by invoiceId.

POST /api/public/invoices/{invoiceId}/remit-commission

Response

A successful request returns a 201 Created status code with no response body.

📘

Requirements

The invoice must belong to your account and must be in the payout_paid status. Requests for an invoice that has not been paid out, or that belongs to another account, return a 403 Forbidden error.