Skip to main content

Add a late fee to an invoice

POST 

/api/v3/invoice/:invoice_id/_action/latefee

Allows you to add a late fee to an invoice. The late fee amount is dictated by the configuration of the Late Fees feature in your account.

Request

Body

    object

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...