Konaplate logo

API Documentation

All API

Service


Checking Transaction HistorySync

Version: v1


Version: v1

POST

/api/v1/transaction/card

Checking transaction history of the card secured by a member

Request Headers


X-KM-User-AspId

string

Required

Length : 15

ASP ID

  • ID given to the service provider.
  • The ID is provided at the time of contract.

X-KM-Correlation-Id

string

Required

Length : 20

Transaction number for tracking trasncription

  • Form : yyMMddHHmiSS-xxxxxxx
  • xxxxxxx : 7digit, Hex String

X-KM-Access-Key

string

Conditional

Length : 40

Access Key created by Project

  • Excluding the case for Callback API

X-KM-Crypto-Key-Id

string

Optional

Length : 32

Data Encryption/Decryption Key ID

  • Given ID from creating the service provider's project
  • Required value when requesting data encryption.

X-KM-Tran-Token

string

Required

Length : 66

Refer to Common header information - X-KM-Tran-Token Guide page

X-KM-Tran-Time

string

Required

Length : 14

Client Request Time

  • Form : YYYYMMDDHHMMSS

X-KM-Time-Zone

string

Required

Length : 3

International Standard Time (UTC, KST, ...)

Request Parameters


userId

number

Optional

Min : 1 , Max : 999999999999999

회원 ID

  • 회원가입 시 부여되는 회원의 고유 ID입니다.

par

string

Required

Length : 27

카드의 PAN(Primary Account Number)을 대체하는 번호

startDate

string

Required

Length : 8

검색 시작일자

  • 형식 : yyyyMMdd
  • 거래 승인 날짜 기준입니다.

endDate

string

Required

Length : 8

검색 종료일자

  • 형식 : yyyyMMdd
  • 거래 승인 날짜 기준입니다.

trType

string

Optional

Length : 2

거래 타입

  • 00 : 결제
  • 01 : 충전
  • 02 : 환불
  • 03 : 이관(송금)

입력하지 않은 경우, 전체 거래 타입을 조회합니다.

includePreviousCard

boolean

Optional

true


true

false

재발급 이전 카드의 거래내역 포함 여부

  • default : false

pageRequest

object

Required

페이징 요청 정보

page

number

Optional

Min : 0 , Max : 1000

페이징 인덱스

  • 기본값 = 0

pageSize

number

Optional

Min : 0 , Max : 10000

페이징 크기

  • 기본값 = 10
  • 전체 목록 = 0

orderByDirection

string

Optional

Min : 1 , Max : 4

정렬 순서

  • 기본값 = ASC
  • ASC : 오름차순 정렬
  • DESC : 내림차순 정렬
  • 거래 승인 날짜 기준입니다.

Response Headers


X-KM-Correlation-Id

string

Required

Length : 20

Transaction number for tracking trasncription

  • Form : yyMMddHHmiSS-xxxxxxx
  • xxxxxxx : 7digit, Hex String

X-KM-Crypto-Key-Id

string

Optional

Length : 32

Data encryption/decryption key ID

  • Given ID from creating the service provider's project
  • If it is passed as a callback, the first key issued among the keys issued to the service provider is used.

Response Parameters


transactionInfo

array of objects

Required

거래 내역 목록

transactionInfo_item

object

Optional

transactionInfo_item content

trType

string

Required

Length : 2

거래 타입

  • 00 : 결제
  • 01 : 충전
  • 02 : 환불
  • 03 : 이관(송금)

입력하지 않은 경우, 전체 거래 타입을 조회합니다.

authCancelType

string

Required

Min : 1 , Max : 6

승인/취소 타입

  • AUTH : 승인
  • CANCEL : 취소

approvalDateTime

string

Required

Length : 14

거래 승인 시간

  • 형식 : yyyyMMddHHmmss

approvalCode

string

Required

Min : 1 , Max : 6

거래 승인코드

orgAmount

number

Required

Min : 0 , Max : 1000000000

결제 요청 금액

trAmount

number

Required

Min : 0 , Max : 1000000000

카드 잔액 결제 금액

  • 서버할인 금액 또는 쿠폰이나 포인트 사용 등으로 인한 할인금액을 제외한 카드잔액에서 결제된 금액입니다.

discountAmount

number

Required

Min : 0 , Max : 1000000000

서버할인 금액

  • 쿠폰 사용 등으로 할인 받은 총 금액입니다.

usedPointAmount

number

Required

Min : 0 , Max : 1000000000

포인트 결제 금액

  • 결제 시 사용된 포인트 금액입니다.

savedPointAmount

number

Required

Min : 0 , Max : 1000000000

거래를 통해 적립된 포인트 금액

balanceBefore

number

Required

Min : 0 , Max : 1000000000

거래 이전 잔액

balanceAfter

number

Required

Min : 0 , Max : 1000000000

거래 후 잔액

merchantName

string

Required

Min : 1 , Max : 255

결제 가맹점명

nrNumber

string

Required

Length : 18

거래 고유번호

  • Network Reference Number

bizLicenseNo

string

Optional

Length : 10

사업자 등록 번호

rcgType

string

Optional

Length : 2

충전 거래 타입

  • 03: 신용카드
  • 04: 간편충전(은행계좌)
  • 05: 자동충전(은행계좌)
  • 06: 자동충전 등록 후 간편충전(은행계좌)
  • 31: 충전취소 불가형 - 무승인 자동충전(정산파트)
  • 32: 결제 시 자동충전
  • 33: 결제 시 자동충전 시, 결제 실패 후, 자동 충전
  • 60: 시스템 어드민 충전
  • 68: 신용카드 자동 충전

rechargeCancelable

number

Optional

Value : 1

충전 취소 가능 여부

  • 0 : 충전 취소 불가능
  • 1 : 충전 취소 가능

cashReciptInfo

object

Optional

현금 영수증 발급 정보


approvalNo

string

Required

Length : 9

현금 영수증 승인번호

  • 현금 영수증 취소 시, 취소승인번호

isuStCd

string

Required

Length : 1

현금영수증의 발급상태

  • 0 : 미발급
  • 1 : 승인
  • 2 : 취소

approvalDate

string

Required

Length : 8

현금 영수증 거래일자 

pageResponse

object

Required

페이징 응답 정보


page

number

Required

Min : 0 , Max : 1000

페이징 인덱스

  • 기본값 = 0

totalPages

number

Required

Min : 0 , Max : 1000

전체 페이지 수

numberOfElements

number

Required

Min : 0 , Max : 10000

전체 목록 개수

Response Code

Detailed classification and addition of error for unseccessful withfrawal


200

Error code

000_000

Message

Success.

Description

성공


400

Error code

000_001

Message

Unkown Reason.

Description

Communication failure with external service


400

Error code

000_002

Message

Invalid input parameter.

Description

input parameter error

Test Data

200 - success test


200 - success test
400 - Communication failure with external service
400 - input parameter error
Loading ...

Request

Loading...

Response

Click Try It!
to start a Request and see the Response here!


User RegisterSearch for Member InformationMember Password Reset and ChangeMember Information ChangeMembership CancellationChecking Log in ID checkActivation of Dormant MemberSearch for Terms and Conditions ListTerms and Conditions Agreement/WithdrawalCI 값으로 회원 정보 조회회원 로그인 ID 중복 확인회원 비밀번호 검증회원 인증 정보 조회Financial Institution List InquiryReal Name Verification for Account holderAuthentication code generation before ARS authentication.Bank account registration via PGSearch for Account Registration StatusBalance Limit Increase(Individual card)회원 등록 계좌 조회회원 계좌 정보 조회자동충전 계좌 등록회원 계좌 삭제Microdeposit Verification(1 KRW)Microdeposit Verification CheckApplication for Issuance and Delivery of Prepaid CardCancellation of Card ApplicationReissuance of Prepaid Card (Replacement Issuance)Reissuance & Renewal of Prepaid Card to be ExpiredSearch for Card Delivery StatusSearch for Mobile Card Application Information Linkable to Physical CardPhysical Card RegistrationSearch for CardUnregistered card inquiryModification of the Card’s StateDiscarding a CardBalance Limit Increase(Individual card)Balance Limit Increase(Coporate card)Inquiry of Coporate Card Identification StatusApplying For Income Tax DeductionInquiry of Card Tax Deduction StatusCard-User Mapped InquiryCard Product ID Inquiry주카드 설정카드에 연결된 가상계좌 조회Application for Issuance and Delivery of Debit CardCancellation of Card ApplicationSearch for Card Delivery StatusPhysical Card RegistrationSearch for CardModification of the Card’s StateModification of the Card’s LimitDiscarding a CardApplying For Income Tax DeductionInquiry of Card Tax Deduction Status주카드 설정Issuance of Disposable TokenChargeCancellation of ChargeChecking Result of Charge & Cancellation of ChargeChecking Transaction History기준 하한 및 월정액 자동 충전 활성화기준 하한 자동 충전 등록기준 하한 및 월정액 자동 충전 목록 조회기준 하한 자동 충전 수정월 정액 자동 충전 등록월 정액 자동 충전 수정기준 하한 및 월정액 자동 충전 등록 해제결제 시 자동 충전 등록결제 시 자동 충전 등록 해제결제 시 자동 충전 목록 조회Issuance of Disposable TokenSearch for Refund FeeRefundChecking Refund ResultSystem RechargingSystem Recharging CancelSystem RefundSystem Partial Refund신용카드 충전 거래 생성신용카드 충전 취소 요청편의점 충전/출금 요청Deposit Transaction InquiryDeposit Balance InquiryIssuance of Disposable TokenPaymentCancellation of PaymentNetwork Cancellation of Payment Checking Transaction HistoryChecking History of Point TransactionSearch for CardReservations & Cancellations of Point UseChecking History of Point Transaction관리자 포인트 지급관리자 포인트 환수Stamp card accumulation history inquiryCheck the list of stamp cards held by memberInquiry the list of mileage cards owned by member.Mileage card accumulation history inquiryTransfer to CardTransfer to Card ReceivingCard Transfer RejectionCard Transfer CancellationIssuance of Disposable Token for ATMATM Withdrawal ReservationATM Withdrawal Reservation CancelATM withdrawal information inquiry선불카드 선물하기선불카드 선물하기 취소선불카드 선물하기 유효성 검증선불카드 선물하기 수락선불카드 선물하기 거절받은 카드/쿠폰 선물 목록 조회보낸 카드/쿠폰 선물 목록 조회카드 선물 수락 V2카드 선물하기 V2Transfer card balanceBalance Transfer Card Information Inquiry현금영수증 발행 요청현금영수증 발행 취소현금영수증 국세청 승인오류 요청현금영수증 식별 정보 등록현금영수증 식별 정보 조회현금영수증 식별 정보 삭제현금영수증 가맹점 등록현금영수증 가맹점 수정Creation of merchant groupsMerchant Group ModifyMerchant Group InquiryMerchant Information InquiryAdding merchants to merchant groupsMerchant removal from merchant groups신용카드 자동충전 설정(기준 하한)신용카드 자동충전 설정(월정액)신용카드 자동충전 활성화신용카드 자동충전 목록 조회신용카드 자동충전 설정 해제신용카드 자동 충전 설정 변경카드 상품 전체 조회 (관리자용)카드 상품 상세 조회 (관리자용)발급 카드 목록 조회 (관리자용)카드 상품 생성 API (관리자용)카드 선물 내역 조회 (관리자용)