AML 스크리닝은 KYC 승인(approved) 후에만 수행됩니다. KYC가 승인된 경우에만 AML 스크리닝이 진행되며, 그 결과와 함께 submission 정보가 반환됩니다. KYC가 거절된 경우에는 AML 스크리닝이 수행되지 않습니다.
aml-result-webhook-sample.json
{
	"webhook_trigger":"aml",
	"submission_id":"string",
	"email":"string",
	"userid":"test",
	"cf":{
		"cf1":"cf1",
		"cf2":"cf2",
		"cf3":"cf3"
	},
	"aml_result":{
		"currentstatus":"Not Screened",
		"risk_level_summary":"Not Screened"
	},
	"tokenId": "test"
}
webhook_trigger
string

웹훅 이벤트 유형 - aml은 AML 스크리닝 결과가 준비되었음을 나타냄

submission_id
string

KYC 제출 건별 고유 식별자

email
string

KYC 제출자 이메일 주소

userid
string

고객사에서 정의한 KYC 제출자 고유 식별자

cf
object

사용자 정의 필드 (cf1, cf2, cf3) 데이터를 포함하는 객체

aml_result
object

사용자 정의 필드 (cf1, cf2, cf3) 데이터를 포함하는 객체

tokenId
string

비공개 모드의 라이브 폼 제출 시 사용된 토큰 ID

Was this page helpful?