---
title: "Crear intento de pago para dispositivo Point"
method: POST
path: "/mercado-pago/point/device/:deviceId/payment-intent"
tags: ["Mercado Pago Point"]
---

# Crear intento de pago para dispositivo Point

`POST /mercado-pago/point/device/:deviceId/payment-intent`

Crea un nuevo intento de pago que será procesado por un dispositivo Mercado Pago Point. Puedes seleccionar un contacto existente usando contactId o externalReference, o crear uno nuevo con los datos en newContact.

## Path parameters

- `deviceId` string, required

## Request body

- object
  - `amount` number, required
  - `description` string, required
  - `printOnTerminal` boolean
  - `contactId` number, required
  - `invoiceId` number
  - `eventReference` string
  - `eventSessionId` number

## Response `200`

Intento de pago creado exitosamente

- unknown

## Other responses

- `400` — Solicitud incorrecta o datos inválidos

---

[API](https://skmtc.dev/fint/apis/fint-api.md) · [All operations](https://skmtc.dev/fint/apis/fint-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fint/fint-api/revisions/5c95bce0a002/schema)
