# API: Send invoice

# sendInvoice

Send invoice to customer

# Required parameters

Parameter Description
id Invoice ID

# Optional parameters

Parameter Description
notifytype Notification type to send. Allowed values: Regular (default - standard invoice notification), Reminder (invoice payment reminder), Overdue (overdue reminder), Cancel (cancel notice)

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=sendInvoice&id=ID

# PHP Samples

# Response

{
    "success": true,
    "call": "sendInvoice",
    "server_time": 1317722802,
    "info": [
        "Invoice sent to client"
    ]
}
Last Updated: 5/11/2026, 2:17:28 PM