Eventos de Conta v2
Last updated
Was this helpful?
Was this helpful?
{
"event": "account.kyc.approved",
"processedAt": "2026-01-30T16:00:00Z",
"data": {
"accountId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"accountType": "business",
"status": "KYC_APPROVED",
"reasons": [],
"entities": []
}
}{
"event": "account.kyc.reproved",
"processedAt": "2026-01-30T16:00:00Z",
"data": {
"accountId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"accountType": "business",
"status": "KYC_REPROVED",
"reasons": ["PARTNERS_ARE_MISSING"],
"entities": [
{
"document": "12345678901",
"analysisType": "kyc",
"status": "REJECTED",
"reasons": ["NAME_MISMATCH"]
}
]
}
}{
"event": "account.biometric.rejected",
"processedAt": "2026-01-30T16:00:00Z",
"data": {
"accountId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"accountType": "business",
"status": "BIOMETRIC_REJECTED",
"reasons": ["FACE_MISMATCH"],
"entities": [
{
"document": "12345678901",
"analysisType": "identity",
"status": "REJECTED",
"reasons": ["FACE_MISMATCH"]
}
]
}
}{
"event": "account.kyc.reproved",
"processedAt": "2026-01-30T16:00:00Z",
"data": {
"accountId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"accountType": "business",
"status": "KYC_REPROVED",
"reasons": ["NAME_MISMATCH", "FACE_MISMATCH"],
"entities": [
{
"document": "12345678901",
"analysisType": "kyc",
"status": "REJECTED",
"reasons": ["NAME_MISMATCH"]
},
{
"document": "98765432100",
"analysisType": "identity",
"status": "REJECTED",
"reasons": ["FACE_MISMATCH"]
}
]
}
}