---
title: "Customer payment logs"
method: GET
path: "/{companyDomain}/customers/{customerUniqueId}/invoices/{invoiceNumber}/paymentlogs"
---

# Customer payment logs

`GET /{companyDomain}/customers/{customerUniqueId}/invoices/{invoiceNumber}/paymentlogs`

## Path parameters

- `companyDomain` string, required
- `customerUniqueId` string, required
- `invoiceNumber` string, required

## Response `200`

200

- object[]
  - `paymentLogId` integer
  - `createdOn` string
  - `gatewayId` integer
  - `gatewayName` string
  - `reference` string
  - `paymentMethod` string
  - `status` string

---

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