Intelligent search powered by OpenAIÂ
Cancel payment intent
DELETE
Products that use it:
Request's parameters
HEADER
x-test-scope
This is a temporary header. It should be used only in the development stage with the value "sandbox". When going to production, it should be removedstring
PATH
deviceId
Identifier of the device that will have a payment intent queuedstring
REQUIRED
paymentIntentId
Payment intent identifierstring
REQUIRED
Response parameters
id
string
Errors
401Error
401
Unauthorized Token is invalid
403Error
403
Forbidden - Integrator isn't registered
409Error
500Error
500
Internal server error
Request
curl -X DELETE \
'https://api.mercadopago.com/point/integration-api/devices/{deviceid}/payment-intents/{paymentintentid}'\
-H 'Content-Type: application/json' \
-H 'x-test-scope: sandbox' \
-H 'Authorization: Bearer TEST-7434*********159-03141*********cee51edf8*********f94f589-1*********' \
Sample answer
{
"id": "d71e88d6-6281-416b-b8ed-592c27352c99"
}