---
title: "Get payment intent"
method: GET
path: "/api/v1.4/payments/intent/{intent_id}/"
tags: ["v1.1"]
---

# Get payment intent

`GET /api/v1.4/payments/intent/{intent_id}/`

Get payment intent details

## Path parameters

- `intent_id` string, required

## Response `200`

- GetIntentDetails
  - `id` string, required — Payment intent id unique identifier
  - `status` string
  - `amount` number, double, required — The amount to charge. The field must have no more than 14 total digits and no more than 2 decimal places.
  - `amount_currency` string, required — The currency of the amount represented by a string of alphabetic code from ISO 4217 Currency codes
  - `type` string, required — Intent type
  - `account` string, required — Account ID associated with the intent
  - `custom_fields` object, required — Associated intent's custom fields if exists
  - `customer` object, required — Intent customer UUID
  - `customer_last_used_payment_method` string, nullable, required
  - `last_used_method` string, nullable, required
  - `billing_data` object, required — Customer's billing data added during payment
  - `transaction_provider_fields` object, required — Key value pairs of any additional information needed from the payment provider
  - `active_transaction` string, required
  - `transactions_history` object[], required — An array of all transactions history associated with the intent
  - `tokenized_card` string, required — Tokenized card id if exists
  - `flow` string, required — Associated flow id if provided while creating the intent
  - `flow_data` object, required
  - `is_live` true | false — * `True` - Yes * `False` - No
  - `created` string, required — Intent creation date
  - `template` unknown
  - `merchant_reference` string, nullable
  - `state` string, required — Intent SDK state
  - `state_details` object, required — Intent SDK state details
  - `payment_status` string, required

## Other responses

- `400`

---

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