Mollie.Payments.Chargebacks (mollie v0.7.2)

List chargebacks for your orgnaization or retrieve a single chargeback by its ID. Note the original payment’s ID is needed as well.

Link to this section Summary

Functions

Retrieve a single chargeback for a payment by its ID.

Retrieve all received chargebacks. If the payment-specific endpoint is used, only chargebacks for that specific payment are returned.

Link to this section Functions

Link to this function

find(client, payment_id, id)

Specs

Retrieve a single chargeback for a payment by its ID.

example

Example

Mollie.Payments.Chargebacks.find client, "tr_7UhSN1zuXS", "chb_n9z0tp"

More info at: https://docs.mollie.com/reference/v2/chargebacks-api/get-chargeback

Link to this function

list(client, params \\ %{})

Specs

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

Retrieve all received chargebacks. If the payment-specific endpoint is used, only chargebacks for that specific payment are returned.

example

Example

Mollie.Payments.Chargebacks.list client, %{limit: 10}

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