---
title: "Get payment details"
method: GET
path: "/payments/{id}"
tags: ["Payments"]
---

# Get payment details

`GET /payments/{id}`

Gets the details of the specified payment

## Path parameters

- `id` string, required

## Response `200`

successful operation

- PaymentJson
  - `id` string, uuid
  - `paymentId` string
  - `accountId` string, required
  - `paymentMethodId` string, uuid, required
  - `currencyCode` string
  - `state` 'CREATED' | 'CONFIRMED' | 'CAPTURED' | 'PROCESSING' | 'CARD_DECLINED' | 'ACH_TRANSFER_FAILED' | 'RECONCILED' | 'INITIATED' | 'FAILED' | 'SUCCEED' | 'VOIDED'
  - `status` string
  - `amount` number
  - `paymentDate` integer
  - `exchangeRateId` string
  - `exchangeRate` number
  - `exchangeRateDate` integer
  - `functionalAmount` number
  - `functionalAmountCaptured` number
  - `functionalBankFee` number

---

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