---
title: "POST /api/v1.0/{appId}/payments/terminals/stripe/{readerId}/processPaymentIntent"
method: POST
path: "/api/v1.0/{appId}/payments/terminals/stripe/{readerId}/processPaymentIntent"
tags: ["CardReaders"]
---

# POST /api/v1.0/{appId}/payments/terminals/stripe/{readerId}/processPaymentIntent

`POST /api/v1.0/{appId}/payments/terminals/stripe/{readerId}/processPaymentIntent`

## Path parameters

- `readerId` string, required
- `appId` string, required

## Request body

- ProcessPaymentIntentRequest — Initiate card reader Payment process request
  - `PaymentIntentId` string, required — Device card paymentIntentId

## Response `200`

OK

- RestApiResultCardReader — Rest api result
  - `Data` CardReader, required — Card reader
    - `Id` string — Stripe reader id
    - `DeviceSoftwareVersion` string — Software version
    - `SerialNumber` string — Device serial number
    - `Status` string — Device status online or offline
    - `RegistrationCode` string — Registration code
    - `DeviceType` string — Device type
    - `Deleted` boolean, nullable — Indicates that the reader is deleted or not
    - `Action` ReaderActionStateInfo — Card reader state information
      - `ActionState` string — Action state
      - `FailureCode` string — Failure code
      - `FailureMessage` string — Failure Message
      - `Type` string — Type

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
