비인증 결제 관련 API
별도 결제창 호출없이 결제를 진행할 수 있는 비인증 결제 기능을 제공합니다.
타입 정의
API 요청/응답의 각 필드에서 사용되는 타입 정의들을 확인할 수 있습니다
PaymentAnnotation: { imp_uid, merchant_uid, pay_method, ... }
PaymentCancelAnnotation: { pg_tid, amount, cancelled_at, ... }
PaymentResponse: { code, message, response }
SubscribePaymentExtra: { naverUseCfm }
VbankDepositAnnotation: { pg_tid, amount, depositor_name, ... }