Void a credit transaction via MerchantOrderId

Cancel the total or partial amount of a credit transaction by providing the MerchantOrderId.

Environment

Method

Endpoint

Sandbox

https://apisandbox.cieloecommerce.cielo.com.br/1/sales/OrderId/{MerchantOrderId}/void?amount={Amount}

Production

https://api.cieloecommerce.cielo.com.br/1/sales/OrderId/{MerchantOrderId}/void?amount={Amount}


⚠️

Warning

The cancellation by MerchantOrderId always affects the newest transaction. That is, if there are orders with duplicate order numbers, only the most recent order will be canceled. The previous order cannot be canceled by this method.

⚠️

It is not possible to partially void a transaction that was not captured.

To partially void a transaction, the Capture field must be "true" when creating the payment with a credit card.


ℹ️

Partial cancellation

Can occur numerous times, until the full amount of the transaction is canceled.

Language
Click Try It! to start a request and see the response here!