---
title: "POST /payment/4.3/loyaltypointinfo"
method: POST
path: "/payment/4.3/loyaltypointinfo"
tags: ["LoyaltyPointInfo"]
---

# POST /payment/4.3/loyaltypointinfo

`POST /payment/4.3/loyaltypointinfo`

## Request body

- PaymentLoyaltyPointInfoRequest
  - `providerID` string, nullable
  - `profileID` string, nullable
  - `referenceID` string, nullable
  - `cardNo` string, nullable
  - `expiryMonth` string, nullable
  - `expiryYear` string, nullable
  - `securePayToken` string, nullable
  - `paymentToken` string, required
  - `locale` string, nullable
  - `clientID` string, uuid
  - `browserDetails` BrowserDetails
    - `deviceType` string, nullable
    - `name` string, nullable
    - `os` string, nullable
    - `version` string, nullable

## Response `200`

Success

- PaymentLoyaltyPointInfoResponse
  - `paymentToken` string, nullable
  - `providerID` string, nullable
  - `providerName` string, nullable
  - `referenceID` string, nullable
  - `providerType` string, nullable
  - `terms` string, nullable
  - `rewards` PaymentLoyaltyReward[], nullable
    - `sequenceNo` integer
    - `id` string, nullable
    - `currencyCode` string, nullable
    - `totalPoints` number, double
    - `label` string, nullable
    - `point` number, double
    - `forceToSelectReward` boolean
    - `name` string, nullable
    - `type` string, nullable
    - `amount` number, double
    - `quantity` number, double
    - `price` number, double
  - `respCode` string, nullable
  - `respDesc` string, nullable

---

[API](https://skmtc.net/2c2p/apis/pgw-payment-api-4-3.md) · [All operations](https://skmtc.net/2c2p/apis/pgw-payment-api-4-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/2c2p/pgw-payment-api-4-3/versions/ce3ecd71982f/schema)
