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
@spec create(Mercadopago.Client.t(), Mercadopago.HTTP.id(), map() | nil, keyword()) :: Mercadopago.HTTP.response()
Refunds the given payment; omit refund_data for a full refund.
@spec list(Mercadopago.Client.t(), Mercadopago.HTTP.id(), keyword()) :: Mercadopago.HTTP.response()
Lists refunds for the given payment.