Remit premium

📘

API Refs

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

URI Parameters

NameTypeDescriptionRequired
invoiceIdnumberThe ID of the invoice to remit premium foryes

Request

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

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

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.