Payment dispute (chargeback) retrieval and search.
Read-only. Uploading supporting documentation is not exposed as a resource
function, but the transport supports it — see the multipart body form in
Mercadopago.HTTP.
Summary
Functions
Fetches a chargeback by id.
Searches chargebacks matching filters (query-string parameters).
Functions
@spec get(Mercadopago.Client.t(), Mercadopago.HTTP.id(), keyword()) :: Mercadopago.HTTP.response()
Fetches a chargeback by id.
@spec search(Mercadopago.Client.t(), map() | nil, keyword()) :: Mercadopago.HTTP.response()
Searches chargebacks matching filters (query-string parameters).