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

# GET /api/services/app/HISPayment/GetPaymentHistory

`GET /api/services/app/HISPayment/GetPaymentHistory`

## Query parameters

- `Filter` string
- `Gateway` 0 | 1 | 2 | 3 | 99
- `Status` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13
- `OrderType` 0 | 1 | 2 | 3 | 4 | 5 | 10 | 11 | 12 | 13
- `FromDate` string, date-time
- `ToDate` string, date-time
- `TransactionNo` string
- `Id` integer
- `Sorting` string
- `MaxResultCount` integer
- `SkipCount` integer

## Response `200`

Success

- PagedResultDtoOfHISPaymentListDto
  - `items` HISPaymentListDto[], nullable
    - `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
  - `totalCount` integer

---

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