---
title: "Get Payment"
method: GET
path: "/reconciliation/v1/payments/{payment_id}"
tags: ["Reconciliation"]
---

# Get Payment

`GET /reconciliation/v1/payments/{payment_id}`

Retrieve a specific payment from your connected bank accounts

## Path parameters

- `payment_id` string, required

## Response `200`

- object
  - `id` string, required — The unique identifier for the payment
  - `customer_id` string, required — ID of the customer who performed the payment
  - `payment_initiation_timestamp` string, required — The UTC datetime the payment was initiated
  - `reconciliation` object, required — Reconciliation information for the payment
    - `status` 'RECONCILED' | 'OUTSTANDING' | 'UNRECEIVED', required — If the payment has been reconciled, not reconciled yet or not received
    - `reference` string, required — Reference added when reconciling the payment
    - `amount` number, required — Amount reconciled
    - `currency_code` string, required — The 3 letter ISO code of currency of reconciliation
    - `deposit` object, required — Information about the bank deposit that the payment was reconciled against
      - `id` string, required — The unique identifier for the deposit.
      - `description` string, required — The description for the deposit as provided by the bank.
      - `timestamp` string, date-time, required — The UTC datetime the deposit was completed. Note that in the case the bank only provides the date with no time, we assume the transaction ocurred at 00:00 in the local timezone and then convert to UTC.
      - `amount` number, required — The amount of the deposit
      - `currency_code` string, required — The currency of the account where the deposit was received in

---

[API](https://skmtc.net/leantech/apis/auth.md) · [All operations](https://skmtc.net/leantech/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leantech/auth/revisions/c2e46d54d886/schema)
