Did you find this information useful?
Yes
No
Cancel payment intent/point/integration-api/devices/{deviceid}/payment-intents/{paymentintentid}This endpoint allows to cancel a payment intent.
DELETE
Products that use it:
Request's parameters
x-test-scope
Localization: headerThis is a temporary header, it should be used just for development with the value "sandbox"string
deviceIdstring
Localization: pathidentifier of the device that will have a payment intent queuedREQUIRED
paymentIntentIdstring
Localization: pathPayment Intent IDREQUIRED
Response parameters
id
Localization: bodystring
Request
curl
curl -X DELETE \
'https://api.mercadopago.com/point/integration-api/devices/{deviceid}/payment-intents/{paymentintentid}' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
Answer
json
{
"id": "d71e88d6-6281-416b-b8ed-592c27352c99"
}
Errors
401bad_request
401
403bad_request
403 Forbidden - Integrator isn't registered
409bad_request
500bad_request
500 Internal server error