---
title: "List All Payments"
method: GET
path: "/provider/customer_invoices/{customer_invoice_id}/payments"
tags: ["CustomerInvoicePayment"]
---

# List All Payments

`GET /provider/customer_invoices/{customer_invoice_id}/payments`

## Path parameters

- `customer_invoice_id` string, required

## Response `200`

Successful response

- object[]
  - `id` string
  - `amount_in_cents` integer
  - `date` string, date-time
  - `error_message` string
  - `external` boolean
  - `external_type` string
  - `memo` string
  - `status` string
  - `source` PublicSourceBlueprintLeaf
    - `id` string
    - `type` string

---

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