Skip to main content

Print & mail an invoice

POST 

/api/v3/invoice/:invoice_id/_action/print

Physically print a hard-copy of an invoice, and mail it (via USPS or other local carrier) to the customer.

This requires an active subscription with one of ChargeOver's supported print vendors (Docsaway, Postal Methods, etc.).

Request

Body

    object

Responses

Action completed successfully

Schema

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