sendIdentityVerification

@JvmName(name = "sendIdentityVerificationSuspend")
suspend fun sendIdentityVerification(identityVerificationId: String, channelKey: String, customer: SendIdentityVerificationBodyCustomer, customData: String? = null, bypass: JsonObject? = null, operator: IdentityVerificationOperator, method: IdentityVerificationMethod): SendIdentityVerificationResponse

본인인증 요청 전송

SMS 또는 APP 방식을 이용하여 본인인증 요청을 전송합니다.

Parameters

identityVerificationId

본인인증 아이디

channelKey

채널 키

customer

고객 정보

customData

사용자 지정 데이터

bypass

PG사별 추가 파라미터 ("PG사별 연동 가이드" 참고)

operator

통신사

method

본인인증 방식

Throws