Mollie.Invoices (mollie v0.7.2)

Retrieve details of an invoice. To retrieve details of an invoice by its invoice number, use list/2 with the reference parameter.

Link to this section Summary

Functions

Retrieve details of an invoice, using the invoice’s identifier.

Retrieve all invoices on the account. Optionally filter on year or invoice number. Results are paginated.

Link to this section Functions

Link to this function

find(client, id)

Specs

Retrieve details of an invoice, using the invoice’s identifier.

example

Example

Mollie.Invoices.find client, "inv_FrvewDA3Pr"

More info at: https://docs.mollie.com/reference/v2/invoices-api/get-invoice

Link to this function

list(client, params)

Specs

list(Mollie.Client.t(), map() | list()) :: Mollie.response()

Retrieve all invoices on the account. Optionally filter on year or invoice number. Results are paginated.

example

Example

Mollie.Invoices.list client

More info at: https://docs.mollie.com/reference/v2/invoices-api/list-invoices