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)회원 등록 계좌 조회회원 계좌 정보 조회자동충전 계좌 등록회원 계좌 삭제Issuance of Disposable TokenChargeCancellation of ChargeChecking Result of Charge & Cancellation of ChargeChecking Transaction HistoryApplication 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주카드 설정카드에 연결된 가상계좌 조회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)회원 등록 계좌 조회회원 계좌 정보 조회자동충전 계좌 등록회원 계좌 삭제