---
title: "Payment Info"
method: POST
path: "/api/v1/payment/info"
tags: ["Payments"]
---

# Payment Info

`POST /api/v1/payment/info`

## Request body

- PaymentInfoRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `lang` 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.
  - `start_date` string, date-time, required — Start datetime in ISO 8601 format (YYYY-MM-DDTHH:MM:SS±HH:MM)
  - `end_date` string, date-time, required — End datetime in ISO 8601 format (YYYY-MM-DDTHH:MM:SS±HH:MM)

## Response `200`

Successful Response

- PaymentInfoResponse
  - `response_code` string — The status of query operation. 00200 means it is successful, 00404 means no transaction with the queried order_id
  - `message` string — Here is the explanation of response code
  - `payments` PaymentInfo[] — List of payment information records
    - `order_id` string — The queried order_id
    - `transaction_id` string — Unique id of payment order in our system
    - `transaction_date` string — Payment transaction date
    - `virtual_pos_id` integer — Virtual pos id the payment had been processed
    - `is_success` boolean — Describes the payment is successful or not
    - `completed` boolean — Describes the payment is completed or not
    - `is_3d` boolean — Describes the payment is done with 3d secure process
    - `credit_bank` string — Credit Bank EFT Code
    - `preauth` boolean — Payment is pre auth ?
    - `postauth` boolean — Pre auth payment is approved ?
    - `currency` string — Payment currency
    - `amount` number — Payment requested amount
    - `paid_amount` number — Payment amount
    - `rem_amount` number — Remaining Payment amount
    - `refund_amount` number — Payment refund amount
    - `cancelled` boolean — It is true if the payment cancelled on same day
    - `installment_count` integer — Installment count
    - `inst_period` integer — Installment period
    - `pos_bank_eft_code` string — Pos Bank Eft Code
    - `pos_bank_name` string — Pos Bank Name
    - `payment_response_code` string — Payment response code
    - `payment_response_message` string — Payment response message
    - `error_message` string — Error message
    - `payment_system` string — Payment System
    - `request_log` string — Log of the payment info request
    - `response_log` string — Log of the payment info response

## 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)
