Get invoice details

GET {{baseUrl}}/accounts/:accountId/billing/invoices/:invoiceId

Get detailed information about a specific invoice .

To retrieve a regular Zoom account's invoice details or a master account's invoice details, provide me as the value of accountId path parameter. To list a sub account's invoice details, provide the account ID of the sub account in the accountId path parameter.

Prerequisites:

  • Account must be enrolled in Pro or a higher plan.

Additional Rate Limit: You can make one API request every thirty minutes until the daily limit is reached. This API has a daily limit of 100 requests per account .

Scopes: billing:master

Rate Limit Label : Heavy

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"balance":"\u003cdouble\u003e","currency":"\u003cstring\u003e","due_date":"\u003cstring\u003e","id":"\u003cstring\u003e","invoice_date":"\u003cstring\u003e","invoice_items":[{"charge_name":"\u003cstring\u003e","charge_number":"\u003cstring\u003e","charge_type":"\u003cstring\u003e","end_date":"\u003cdate\u003e","partner_sku":"\u003cstring\u003e","purchase_order_number":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","start_date":"\u003cdate\u003e","tax_amount":"\u003cdouble\u003e","total_amount":"\u003cdouble\u003e"},{"charge_name":"\u003cstring\u003e","charge_number":"\u003cstring\u003e","charge_type":"\u003cstring\u003e","end_date":"\u003cdate\u003e","partner_sku":"\u003cstring\u003e","purchase_order_number":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","start_date":"\u003cdate\u003e","tax_amount":"\u003cdouble\u003e","total_amount":"\u003cdouble\u003e"}],"invoice_number":"\u003cstring\u003e","status":"\"Draft\"","target_date":"\u003cstring\u003e","tax_amount":"\u003cdouble\u003e","total_amount":"\u003cdouble\u003e"}