Mercadopago.Refund (mercadopago_sdk_elixir v0.2.1)

Copy Markdown View Source

Full or partial payment refunds. To refund an order instead, see Mercadopago.Order.refund/4.

Summary

Functions

Refunds the given payment; omit refund_data for a full refund.

Lists refunds for the given payment.

Functions

create(client, payment_id, refund_data \\ nil, opts \\ [])

Refunds the given payment; omit refund_data for a full refund.

list(client, payment_id, opts \\ [])

Lists refunds for the given payment.