Identity Verification Client
Functions
Link copied to clipboard
suspend fun confirmIdentityVerification(identityVerificationId: String, otp: String? = null): ConfirmIdentityVerificationResponse
본인인증 확인
Link copied to clipboard
본인인증 단건 조회
Link copied to clipboard
suspend fun resendIdentityVerification(identityVerificationId: String): ResendIdentityVerificationResponse
SMS 본인인증 요청 재전송
Link copied to clipboard
suspend fun sendIdentityVerification(identityVerificationId: String, channelKey: String, customer: SendIdentityVerificationBodyCustomer, customData: String? = null, bypass: JsonObject? = null, operator: IdentityVerificationOperator, method: IdentityVerificationMethod): SendIdentityVerificationResponse
본인인증 요청 전송