Refunds on individual disbursements within an advanced payment (marketplace split).
Summary
Functions
Refunds a single disbursement; pass amount for a partial refund.
Refunds every disbursement of the given advanced payment.
Lists refunds for the given advanced payment.
Functions
@spec create( Mercadopago.Client.t(), String.t(), String.t(), number() | nil, keyword() ) :: Mercadopago.HTTP.response()
Refunds a single disbursement; pass amount for a partial refund.
@spec create_all(Mercadopago.Client.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Refunds every disbursement of the given advanced payment.
@spec list(Mercadopago.Client.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Lists refunds for the given advanced payment.