⌨️Get order API

Gets order details (API that wraps Kakao Pay's Get order details API).

Gets order details.

GET https://api.iamport.kr/kakao/payment/orders

Request is similar and response is identical with Kakao Pay API.

Query Parameters

NameTypeDescription

payment_request_date*

String

Request date

YYYYMMDD

cid

String

Kakao Pay MID

Default: Kakao Pay CID set in i'mport

page

integer

Page number

{
    // Response
}

Precaution

The support for this API will be terminated in2H of 2022 due to Kakao Pay's policy change.

Last updated