---
title: "GET /api/v1.0/payment_intents/{paymentIntentId}"
method: GET
path: "/api/v1.0/payment_intents/{paymentIntentId}"
tags: ["PaymentIntents"]
---

# GET /api/v1.0/payment_intents/{paymentIntentId}

`GET /api/v1.0/payment_intents/{paymentIntentId}`

## Path parameters

- `paymentIntentId` string, required

## Response `200`

OK

- RestApiResultPaymentIntent — Rest api result
  - `Data` PaymentIntent, required — Represents stripe PaymentIntent
    - `Id` string — Id of payment intent
    - `Description` string — An arbitrary string attached to the object. Often useful for displaying to users.
    - `Currency` string — Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO currency code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies">supported currency</a>.
    - `Status` string — Status of this PaymentIntent, one of requires_payment_method, requires_confirmation, requires_action, processing, requires_capture, canceled, or succeeded. Read more about each PaymentIntent <a href="https://stripe.com/docs/payments/intents#intent-statuses">status</a>. One of: canceled, processing, requires_action, requires_capture, requires_confirmation, requires_payment_method, or succeeded.
    - `Created` string, date-time — Time at which the object was created. Measured in seconds since the Unix epoch.
    - `LastPaymentError` LastPaymentError — List's the issues with the last failed payment intent
      - `Code` string — For some errors that could be handled programmatically, a short string indicating the error code reported.
      - `DeclineCode` string — For card errors resulting from a card issuer decline, a short string indicating the card issuer’s reason for the decline if they provide one.
      - `Message` string — A human-readable message providing more details about the error. For card errors, these messages can be shown to your users.

## 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)
