---
title: "Get payment intent"
method: GET
path: "/api/v1/payment-intent/{id}"
tags: ["Payment Intent"]
---

# Get payment intent

`GET /api/v1/payment-intent/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

- PaymentIntentRetrieve
  - `intent_id` string, uuid, required
  - `product_id` string, uuid, required — Identifies a product, it can be a Widget or other product type
  - `product_type` 'widget'
  - `external_id` string, uuid, nullable — An external ID to identify a user. It can be the merchant's user ID or other tracking ID
  - `concept` string, nullable — Concept associated with the payment intent. This text will be reflected as a concept in the bank issuing the payment
  - `currency` string, required — Currency associated with the amount of the payment intent
  - `amount` string, decimal, required — Amount to be charged to a payment intent
  - `status_history` PaymentStatusHistory[], required
    - `id` string, uuid
    - `status` 'intent_created' | 'provider_unavailable' | 'provider_selected' | 'login_2fa_attemp' | 'unexpected_error' | 'login_error' | 'login_wrong_creds' | 'logged_in' | 'list_accounts_error' | 'accounts_listed' | 'preprocess_error' | 'intent_preprocessed' | 'intent_rejected' | 'confirm_wrong_2fa' | 'intent_approved', required
    - `message` string, nullable
    - `error_type` string, nullable
    - `error_code` string, nullable
    - `provider_code` string, nullable
    - `timestamp` string, date-time, required
  - `customer` Customer, required
    - `name` string, required
    - `document_type` string, nullable
    - `document_number` string, nullable
    - `email` string, email, nullable
  - `current_status` string, nullable, required
  - `username` string, nullable — The payer username in the merchant store
  - `document_number` string, nullable — The document number of the payer with which you are registered in the merchant's store
  - `reference` string, nullable — Reference associated with the payment intent

---

[API](https://skmtc.net/prometeoapi/apis/account-validation-v2.md) · [All operations](https://skmtc.net/prometeoapi/apis/account-validation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prometeoapi/account-validation-v2/revisions/9c278fe91cbd/schema)
