API key for partner authentication
Your unique identifier for this user/verification
1"user-zm-98765"
Array of verification requirements the user must complete
1[
{ "type": "DOCUMENT_SCAN" },
{ "type": "FACE_SCAN" }
]URL to redirect user after successful verification completion
"https://your-website.com/success"
URL to redirect user if verification fails or encounters an error
"https://your-website.com/error"
URL where user can get support or help during verification
"https://your-website.com/support"
Optional ISO country code
AO, BJ, CM, CD, CG, GH, KE, LS, LR, MW, ML, MZ, NG, RW, SL, TZ, TG, UG, ZM "ZM"
Optional phone number. If not provided, extracted from metadata.
"+260971234567"
Custom key-value data to associate with the verification. Stored and returned in responses and webhooks.
{
"phoneNumber": "+260971234567",
"jurisdiction": "ZM",
"reason": "kyc-onboarding"
}Optional expiration date for this verification session (ISO 8601 format)
Optional email/identifier of the person creating this verification
Default Response
Verification ID
"aB1cD2eF"
Your external identifier for this verification
"user-zm-98765"
Verification steps the user must complete
[
{ "type": "DOCUMENT_SCAN" },
{ "type": "FACE_SCAN" }
]URL where the user should complete the verification
"https://app.pawapass.com/your-company/aB1cD2eF"
Current status of the verification
CREATED, STARTED, EXPIRED, USER_DATA_COLLECTED, REVIEW, APPROVED, DECLINED "CREATED"
Custom metadata provided during verification creation
{
"phoneNumber": "+260971234567",
"jurisdiction": "ZM",
"reason": "kyc-onboarding"
}URL to redirect user after successful verification
"https://your-website.com/success"
URL to redirect user if verification fails
"https://your-website.com/error"
URL where user can get support
"https://your-website.com/support"
Extracted identity document data. Null if not yet available
Identifier of the person/system that created the verification
Expiration date of the verification session
Creation date of the verification
Date of the last update