loadIssueBillingKeyUI 응답 형식
loadIssueBillingKeyUI 호출 결과로 받는 데이터의 형식을 확인할 수 있습니다.
loadIssueBillingKeyUI
응답 데이터 정의
onIssueBillingKeySuccess
response:
리디렉션 없이 빌링키 발급 UI가 표시된 경우 반환값
transactionType: "ISSUE_BILLING_KEY"
ISSUE_BILLING_KEY
billingKey: string
빌링키
빌링 결제를 일으킬 때 사용하는 빌링키입니다.
code?: string
오류 코드
실패한 경우 오류 코드입니다.
message?: string
오류 메시지
실패한 경우 오류 메시지입니다.
pgCode?: string
PG 오류 코드
PG에서 오류 코드를 내려 주는 경우 이 오류 코드를 그대로 반환합니다.
pgMessage?: string
네이버페이
PG 오류 메시지
PG에서 오류 메시지를 내려 주는 경우 이 오류 메시지를 그대로 반환합니다.

네이버페이의 경우 이 오류 메시지가 사용자에게 표시되어야 합니다.
onIssueBillingKeyFail
response:
code: | |
오류 코드
실패한 경우 오류 코드입니다.
"BadRequest"
"ParseChannelFailed"
"ParseIdentityVerificationPrepareResponseFailed"
"ParseIssuePrepareResponseFailed"
"ParsePgRawIdentityVerificationResponseFailed"
"ParsePgRawIssueBillingKeyResponseFailed"
"ParsePgRawResponseFailed"
"ParsePrepareResponseFailed"
"RequestParseFailed"
"InvalidEntityState"
"ConfirmUrlRequired"
"StoreNotFound"
"ChannelNotFound"
"PGProviderError"
"AllChannelsNotSatisfied"
"BillingKeyNotFound"
"UnknownError"
message: string
오류 메시지
실패한 경우 오류 메시지입니다.
billingKey?: string
pgCode?: string
PG 오류 코드
PG에서 오류 코드를 내려 주는 경우 이 오류 코드를 그대로 반환합니다.
pgMessage?: string
네이버페이
PG 오류 메시지
PG에서 오류 메시지를 내려 주는 경우 이 오류 메시지를 그대로 반환합니다.

네이버페이의 경우 이 오류 메시지가 사용자에게 표시되어야 합니다.