Did you find this information useful?
Yes
No
Get last payment intent state/point/integration-api/payment-intents/{paymentintentid}/eventsThis endpoint allows to find the last state of a payment intent.
GET
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
paymentIntentIdstring
Localization: pathPayment intent IdREQUIRED
Response parameters
status
Localization: bodystring
created_on
Localization: bodystring
Request
curl
curl -X GET \
'https://api.mercadopago.com/point/integration-api/payment-intents/{paymentintentid}/events' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
Answer
json
{
"status": "FINISHED",
"created_on": "2021-09-03T20:59:10Z"
}
Errors
401bad_request
401
403bad_request
403 Forbidden - Integrator isn't registered
404bad_request
404 Not Found - Payment Intent doesn't exist
500bad_request
500 Internal server error