User Profiles
Example: Profile-based KYC Flow
Scenario: Verification linked to user profile
1. Create user profile
2. Event: USER_PROFILE_CREATE
{
"user_profile_id": "up_789",
"user_profile_event_type": "USER_PROFILE_CREATE"
}
→ Record profile creation
3. Generate verification link
4. Event: USER_PROFILE_CREATE_SESSION_URL
{
"user_profile_id": "up_789",
"session_url": "https://verify.aiprise.com/xyz",
"expires_at": 1702345678000
Updated about 7 hours ago
