---
title: "Get Payment History"
method: GET
path: "/payouts/v1/payments/{payment_id}/history"
tags: ["Payouts"]
---

# Get Payment History

`GET /payouts/v1/payments/{payment_id}/history`

## Path parameters

- `payment_id` string, uuid, required

## Response `200`

- object
  - `customer_id` string, required — The associated `customer_id` if any
  - `end_user_id` string, required — The set of credentials used to handle this payment
  - `intent_id` string, required — The associated Payment Intent
  - `payments` object[], required
    - `payment_id` string — The Payment ID
    - `description` string — The provided description for the payment
    - `amount` number — The amount instructed
    - `bank_identifier` string — The bank identifier that a payment is being made from
    - `status` 'PENDING_WITH_BANK' | 'AWAITING_AUTHORIZATION' | 'FAILED' | 'ACCEPTED_BY_BANK' — The current status of the payment
    - `initiation_timestamp` string — Time the payment was initiated
    - `events` object[] — Event stream of changes to the payment, reflects the change history of `status`
      - `payment_id` string, required — The Payment ID
      - `event` string, required — Either `payment.created` or `payment.updated`
      - `status` 'PENDING_WITH_BANK' | 'AWAITING_AUTHORIZATION' | 'FAILED' | 'ACCEPTED_BY_BANK', required — The status at the time of the event
      - `published_at` string, required — Timestamp the event was published

---

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