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 just for development with the value "sandbox"string
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
No
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-3322*********190-03031*********46528954c*********0339910-1*********' \
Sample answer
{
"id": "d71e88d6-6281-416b-b8ed-592c27352c99"
}