Create cancellation
It is possible to cancel a specific purchase from the payment ID using the SDK below. For details on request parameters, check the Cancellation API.
mercadopago.configure({
access_token: 'YOUR_ACCESS_TOKEN'
});
mercadopago.payment.cancel('payment_id');