빌링키 관련 API
빌링키 관리와 관련된 기능을 제공합니다.
타입 정의
API 요청/응답의 각 필드에서 사용되는 타입 정의들을 확인할 수 있습니다
CustomerAnnotation: { customer_uid, pg_provider, pg_id, ... }
CustomerResponse: { code, message, response }
일반 빌링키 응답
FailedChannelAnnotation: { type, message, pg_provider, ... }
MultipleCustomersResponse: { code, message, response }
PagedPaymentAnnotation: { total, previous, next, ... }
PaymentAnnotation: { imp_uid, merchant_uid, pay_method, ... }
PaymentCancelAnnotation: { pg_tid, amount, cancelled_at, ... }
PaymentListResponse: { code, message, response }
ScheduleResponse: { code, message, response }
ScheduleResultAnnotation: { customer_uid, merchant_uid, imp_uid, ... }
SucceededChannelAnnotation: { pg_provider, pg_id, card_name, ... }
SuperBillingKeyAnnotation: { customer_uid, channelGroupId, customer_id, ... }
SuperBillingKeyResponse: { code, message, response }
슈퍼 빌링키 응답
VbankDepositAnnotation: { pg_tid, amount, depositor_name, ... }