결제 관련 API

결제 건과 관련된 기능을 제공합니다.

타입 정의

API 요청/응답의 각 필드에서 사용되는 타입 정의들을 확인할 수 있습니다
MultiplePaymentsResponse: { code, message, response }
PagedPaymentAnnotation: { total, previous, next, ... }
PaymentAnnotation: { imp_uid, merchant_uid, pay_method, ... }
PaymentBalanceAnnotation: { tax_free, supply, vat, ... }
PaymentBalanceHistoriesAnnotation: { cash_receipt, primary, secondary, ... }
PaymentBalanceResponse: { code, message, response }
PaymentBalanceResponseAnnotation: { amount, cash_receipt, primary, ... }
PaymentCancelAnnotation: { pg_tid, amount, cancelled_at, ... }
PaymentListResponse: { code, message, response }
PaymentResponse: { code, message, response }
VbankDepositAnnotation: { pg_tid, amount, depositor_name, ... }