---
title: "POST /payment/4.3/cardinstallmentplaninfo"
method: POST
path: "/payment/4.3/cardinstallmentplaninfo"
tags: ["CardInstallmentPlanInfo"]
---

# POST /payment/4.3/cardinstallmentplaninfo

`POST /payment/4.3/cardinstallmentplaninfo`

## Request body

- CardInstallmentPlanInfoRequest
  - `cardNo` string, nullable
  - `bankCode` 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

- PaymentOptionDetailsResponse
  - `totalChannel` integer
  - `name` string, nullable
  - `categoryCode` string, nullable
  - `groupCode` string, nullable
  - `iconUrl` string, nullable
  - `channels` PaymentOptionDetailsChannel[], nullable
    - `sequenceNo` integer
    - `name` string, nullable
    - `bankShortName` string, nullable
    - `currencyCodes` string[], nullable
    - `iconUrl` string, nullable
    - `logoUrl` string, nullable
    - `payment` PaymentOptionDetailsPayment
      - `code` PaymentOptionDetailsPaymentCode
        - `channelCode` string, nullable
        - `agentCode` string, nullable
        - `agentChannelCode` string, nullable
      - `input` object, nullable
      - `validation` object, nullable
      - `info` PaymentOptionDetailsInfo
        - `terms` string, nullable
        - `promoUrl` string, nullable
        - `plans` IppPlan[], nullable
          - `sequenceNo` integer
          - `period` integer
          - `interestType` string, nullable
          - `interestRate` number, double
          - `monthlyAmount` number, double
          - `monthlyInterest` number, double
          - `currencyCode` string, nullable
          - `label` string, nullable
          - `terms` string, nullable
          - `payLaterPeriod` integer, nullable
          - `ippAdditionalInfo` string, nullable
          - `decimalRoundingMode` string, nullable
          - `processingFixedFee` number, double
          - `processingPercentage` number, double
          - `processingAmount` number, double
        - `customData` PaymentOptionDetailsCustomData[], nullable
          - `sequenceNo` integer
          - `type` string, nullable
          - `data` string, nullable
        - `provider` PaymentOptionDetailsInfoProvider
          - `id` string, nullable
          - `channels` string[], nullable
          - `capabilities` string[], nullable
          - `merchantDetails` PodInfoProviderMerchantDetails
            - `id` string, nullable
            - `name` string, nullable
            - `countryCode` string, nullable
          - `transactionDetails` PodInfoProviderTransactionDetails
            - `amount` number, double
            - `currencyCode` string, nullable
            - `invoiceNo` string, nullable
            - `description` string, nullable
          - `terms` string, nullable
          - `termsConsent` boolean
        - `learnMoreUrl` string, nullable
        - `termsConsent` boolean
        - `token` string, nullable
        - `srcUrl` string, nullable
    - `isDown` boolean
    - `checkEligibleOption` boolean
    - `ippProviderCode` string, nullable
    - `registrationStatus` string, nullable
    - `partnerMerchantRefID` string, nullable
    - `displayProcessingAmount` boolean
  - `validation` PaymentOptionDetailsValidation
    - `cardNo` PaymentOptionDetailsValidationCard
      - `prefixes` string[], nullable
      - `regex` string, nullable
    - `cardTypes` PaymentOptionDetailsValidationCardType[], nullable
      - `sequenceNo` integer
      - `name` string, nullable
      - `prefixes` string[], nullable
      - `regex` string, nullable
      - `iconUrl` string, nullable
  - `configuration` MerchantConfiguration
    - `payment` MerchantConfigurationPayment
      - `tokenize` boolean
      - `tokenizeOnly` boolean
      - `cardTokenOnly` boolean, nullable
      - `customerTokenOnly` boolean, nullable
      - `immediatePayment` boolean
      - `fx` MerchantConfigurationPaymentFx
        - `mcp` MerchantConfigurationPaymentFxRate
          - `active` boolean
          - `terms` string, nullable
        - `dcc` MerchantConfigurationPaymentFxRate
          - `active` boolean
          - `terms` string, nullable
        - `apmMcc` MerchantConfigurationPaymentFxRate
          - `active` boolean
          - `terms` string, nullable
    - `notification` MerchantConfigurationNotification
      - `facebook` boolean
      - `whatsApp` boolean
      - `line` boolean
  - `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)
