---
title: "GET /api/services/app/Appointment/GetPaymentHistory"
method: GET
path: "/api/services/app/Appointment/GetPaymentHistory"
tags: ["Appointment"]
---

# GET /api/services/app/Appointment/GetPaymentHistory

`GET /api/services/app/Appointment/GetPaymentHistory`

## Query parameters

- `appointmentId` string, uuid

## Response `200`

Success

- HISPaymentListDto[]
  - `id` integer
  - `creationTime` string, date-time
  - `creatorUserId` integer, nullable
  - `lastModificationTime` string, date-time, nullable
  - `lastModifierUserId` integer, nullable
  - `orderId` integer
  - `gateway` 0 | 1 | 2 | 3 | 99
  - `gatewayName` string, nullable
  - `externalPaymentId` string, nullable
  - `collectionTime` string, date-time, nullable
  - `orderType` string, nullable
  - `orderNo` string, nullable
  - `orderStatus` string, nullable
  - `orderInfo` string, nullable
  - `status` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13
  - `statusName` string, nullable
  - `invoiceNo` string, nullable
  - `amount` number, double
  - `canRefund` boolean

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
