---
title: "POST /payment/4.3/transactionstatus"
method: POST
path: "/payment/4.3/transactionstatus"
tags: ["TransactionStatus"]
---

# POST /payment/4.3/transactionstatus

`POST /payment/4.3/transactionstatus`

## Request body

- TransactionStatusRequest
  - `additionalInfo` boolean
  - `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

- TransactionStatusResponse
  - `locale` string, nullable
  - `additionalInfo` TransactionStatusAdditionalInfo
    - `merchantDetails` TransactionStatusMerchant
      - `name` string, nullable
      - `address` string, nullable
      - `email` string, nullable
      - `logoUrl` string, nullable
      - `showDetailInfo` boolean
    - `transactionDetails` TransactionStatusInfo
      - `dateTime` string, nullable
      - `agentCode` string, nullable
      - `channelCode` string, nullable
      - `data` string, nullable
      - `amount` string, nullable
      - `currencyCode` string, nullable
      - `description` string, nullable
      - `invoiceNo` string, nullable
      - `installmentPeriod` integer, nullable
      - `payLaterPeriod` integer, nullable
      - `interestType` string, nullable
      - `interestRate` number, double, nullable
      - `monthlyPayment` string, nullable
      - `ippAdditionalInfo` string, nullable
      - `remainderChargeMode` string, nullable
      - `remainderChargeAmount` number, double, nullable
      - `loyaltyPoints` TransactionStatusLoyaltyInfo[], nullable
        - `paymentScheme` string, nullable
        - `redeemAmount` number, double
        - `rewards` TransactionStatusRewards[], nullable
          - `totalPrice` number, double
          - `totalAmount` number, double
          - `name` string, nullable
          - `type` string, nullable
          - `amount` number, double
          - `quantity` number, double
          - `price` number, double
      - `processingAmount` string, nullable
      - `processingFixedFee` string, nullable
      - `processingPercentage` string, nullable
      - `displayProcessingAmount` boolean
    - `paymentResultDetails` TransactionStatusPayment
      - `code` string, nullable
      - `description` string, nullable
      - `autoRedirect` boolean
      - `redirectImmediately` boolean
      - `autoRedirectionTimer` integer
      - `frontendReturnUrl` string, nullable
      - `frontendReturnData` string, nullable
      - `frontendRedirectMethod` string, nullable
  - `invoiceNo` string, nullable
  - `payload` string, nullable
  - `channelCode` string, nullable
  - `rawData` string, nullable
  - `respCode` string, nullable
  - `respDesc` string, nullable

---

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