---
title: "Card Point Info"
method: POST
path: "/api/v1/prepayment/pointinfo"
tags: ["Prepare Payment"]
---

# Card Point Info

`POST /api/v1/prepayment/pointinfo`

## Request body

- PointInfoRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `currency` string — Its default is TRY, if you want to use another currency please send it by ISO Code like USD, EUR
  - `card_number` string, required — Card number that will use in payment. This data never stores at our database, application logs. It is only directed to payment system.
  - `card_holder_name` string, required — Cardholder name of the card that will use in payment. Our api acts like card number.
  - `expire_month` string, required — Expire month of the card. Our api acts like card number.
  - `expire_year` string, required — Expire year of the card. Please send it in four digits format whole year info not last 2 characters. Our api acts like card number.
  - `cvc` string, required — Cvc of the card. Our api acts like card number.
  - `hash_data` string, required — This is the calculated hash data for this sample payment request. BASE_64_ENCODE( SHA_256( APPLICATION_KEY + CARD_NUMBER + SECRET_KEY ) )
  - `mode` string — Please send it as 'T' for test purposes, otherwise it will be in production mode.
  - `language` string — Its default value is tr. If you want to get messages in other languages, please send it. You can find supported languages in the api supported_languages.

## Response `200`

Successful Response

- PointInfoResponse
  - `response_code` string — You will get 00 for successful response, otherwise another response code for the error. You can reach the list of error codes on the Error Codes Api
  - `message` string — Here is the explanation of response code
  - `amount` number — Card usable point amount

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/jetcheckout/apis/jet-checkout.md) · [All operations](https://skmtc.dev/jetcheckout/apis/jet-checkout/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jetcheckout/jet-checkout/revisions/b17a3806ccb0/schema)
