Mercadopago.Invoice (mercadopago_sdk_elixir v0.1.0)

Copy Markdown View Source

Subscription billing invoice retrieval.

Summary

Functions

Fetches an authorized-payment invoice by id.

Searches invoices matching filters (query-string parameters).

Functions

get(client, invoice_id, opts \\ [])

Fetches an authorized-payment invoice by id.

search(client, filters \\ nil, opts \\ [])

@spec search(Mercadopago.Client.t(), map() | nil, keyword()) ::
  Mercadopago.HTTP.response()

Searches invoices matching filters (query-string parameters).