Which documentation are you looking for?
Do not know how to start integrating?
Check the first stepsCancel 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
Did you find this information useful?
Yes
Not
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-4599*********755-11221*********d497ae962*********ecf8d85-1*********' \
Sample answer
{
"id": "d71e88d6-6281-416b-b8ed-592c27352c99"
}