BĂșsqueda inteligente powered by OpenAIÂ
Buscar en intenciĂłn de pago
GET
Productos que lo utilizan:
ParĂĄmetros para la solicitud
HEADER
x-test-scope
Este es un header temporal, debe usarse solo para desarrollo con el valor "sandbox"string
PATH
paymentIntentId
Identificador de la intenciĂłn de pagostring
REQUERIDO
ParĂĄmetros de respuesta
id
Identificador de la intenciĂłn de pagostring
state
Estado da intenção de pagamentostring
amount
Monto total de la intenciĂłn de pagointeger
device_id
Identificador del dispositivo al que se asignĂł la intenciĂłn de pagostring
Errores
401Error
401
Unauthorized - Token is invalid
403Error
403
Forbidden - Integrator isn't registered
404Error
404
Not-found - Payment intent doesn't exist
500Error
500
Internal server error
Solicitud
curl -X GET \
'https://api.mercadopago.com/point/integration-api/payment-intents/{paymentintentid}'\
-H 'Content-Type: application/json' \
-H 'x-test-scope: sandbox' \
-H 'Authorization: Bearer TEST-7434*********159-03141*********cee51edf8*********f94f589-1*********' \
Respuesta de ejemplo
{
"id": "7f25f9aa-eea6-4f9c-bf16-a341f71ba2f1",
"state": "FINISHED",
"amount": 1500,
"device_id": "PAX_A910__SMARTPOS1234345545",
"payment": {
"id": 16499678033
},
"additional_info": {
"external_reference": "some-reference-from-your-application",
"print_on_terminal": true,
"ticket_number": "S0392JED"
}
}