Rate this page:

Invoices

Methods

GetAccountInvoices

Copy URL

Gets all invoices of the specified USD or EUR account.

GetAccountInvoices example

GetAccountInvoices example

GetAccountInvoices example.

Parameters

  • count:

    number

    Optional

    Number of invoices to show per page. Default value is 20

  • offset:

    number

    Optional

    Number of invoices to skip (e.g. if you set count = 20 and offset = 0 the first time, the next time, offset has to be equal to 20 to skip the items shown earlier). Default value is 0

Returns

  • Array of the account invoices

  • total_count:

    number

    Total number of invoices matching the query parameters

  • count:

    number

    Number of returned invoices matching the query parameters

DownloadInvoice

Copy URL

Downloads the specified invoice.

Parameters

  • invoice_id:

    number

    Invoice ID

Returns

  • unknown:

    unknown

    See the HTTP Content-Type header instead