Mercadopago.DisbursementRefund (mercadopago_sdk_elixir v0.1.0)

Copy Markdown View Source

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

create(client, advanced_payment_id, disbursement_id, amount \\ nil, opts \\ [])

Refunds a single disbursement; pass amount for a partial refund.

create_all(client, advanced_payment_id, opts \\ [])

Refunds every disbursement of the given advanced payment.

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

Lists refunds for the given advanced payment.