Get invoice status API response

Description
The API endpoint API endpoint https://marketplace.zoom.us/docs/api-reference/zoom-api/billing/getaccountbillinginvoice is returning status=Posted for all invoices. Why is it returning status=Posted for all invoices? Should the status be “Collected” or “Open” or “Credit” like the status of invoices in https://zoom.us/billing/report?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?

How To Reproduce (If applicable)
Call the API endpoints above to get the response which shows status=Posted

Screenshots (If applicable)
{
“id”: “*****”,
“invoice_number”: “INV9030****”,
“total_amount”: 0,
“tax_amount”: 0,
“balance”: 0,
“due_date”: “2021-07-22”,
“invoice_date”: “2021-06-07”,
“target_date”: “2021-06-07”,
"status": “Posted”,
“invoice_items”: [
{
“charge_name”: “Cloud Recording 500 GB - overage fee”,
“charge_type”: “Usage”,
“charge_number”: “C-17730767”,
“total_amount”: 0,
“tax_amount”: 0,
“quantity”: 6,
“start_date”: “2021-05-07”,
“end_date”: “2021-06-06”
}
],
“currency”: “USD”
}

Hey @paul.hii,

Thank you for reaching out to the Zoom Developer Forum. Please send an email to developersupport@zoom.us with a link to this thread.

In that email, please include the request you’re making as and an invoice that you’re seeing doesn’t match. I’ll use that to investigate further.

Thanks,
Max

Thanks Max. I’ve sent the email and the ticket is https://support.zoom.us/hc/en-us/requests/11193510.

Thanks @paul.hii,

We’ve received your email and will be in touch shortly.

Best,
Will

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.