mollie v0.2.2 Mollie.Invoices

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

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

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)
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

Mollie.Invoices.list client

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