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