action docusign_billing_invoices_get_billing_invoices_past_due { label: "Get a list of past due invoices." description: "Returns a list past due invoices for the account and notes if payment can be made through the REST API. \n\nPrivileges Required: account administrator" provider: docusign method: GET path: "/v2.1/accounts/{accountId}/billing_invoices_past_due" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }