---
title: "Get Recurring Sale History"
method: POST
path: "/API/PaymentPageRequest.svc/RecurringSaleHistory"
---

# Get Recurring Sale History

`POST /API/PaymentPageRequest.svc/RecurringSaleHistory`

## Request body

- object
  - `RecurringSaleId` string, uuid — Recurring Sale Identifier. **Format:** `UUID` **Default:** No

## Response `200`

Recurring Sale Details Succesful Response

- object
  - `error_code` integer — Response Error Code.
  - `client_message` string — The Client Error Message.
  - `debug_message` string — The Response Error Message.
  - `RecurringSaleHistoryList` object[]
    - `Amount` number, double — Recurring Payment Total Amount.
    - `ChargeDate` string — Recurring Charge Date (DD-MM-YYYY).
    - `DocumentLink` string — A link to the document related to the transaction.
    - `Items` object[]
      - `Amount` number, double — Item Quantity.
      - `ItemCatalog` string — Item Catalog Number (SKU).
      - `ItemId` string, uuid — iCredit System Item Identifier
      - `Name` string — Item Description.
      - `Price` number, double — Item Price.
      - `RivhitItemId` integer — Rivhit item identifier.
    - `PciCode` integer — PCI Transaction Code.
    - `PciDescription` string — PCI Description.
    - `RivhitCode` integer — Rivhit Code.
    - `RivhitDescription` string — Rivhit Description.
    - `StatusCode` integer — Status Code.
    - `StatusDescription` string — Status Description.
    - `Timestamp` string — Transaction Timestamp.
    - `TruncCardNum` string — Transaction Card Number.

## Other responses

- `400` — Request Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/rivhit/apis/get-payment-url-22-12.md) · [All operations](https://skmtc.net/rivhit/apis/get-payment-url-22-12/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivhit/get-payment-url-22-12/versions/ed5261a52458/schema)
