cURL
curl --request POST \ --url https://api.daya.co/v1/customers/{id}/tier1-verification \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <x-api-key>' \ --data ' { "bvn": "<string>", "image_url": "<string>" } '
{ "id": "650e8400-e29b-41d4-a716-446655440000", "email": "customer@example.com", "first_name": "John", "last_name": "Doe", "verification_status": "VERIFIED", "created_at": "2026-01-05T15:04:05Z", "updated_at": "2026-01-06T12:00:00Z" }
Submit identity verification for a customer
650e8400-e29b-41d4-a716-446655440000
22345678901
https://example.com/selfie.jpg
data:image/jpeg;base64,/9j/4AAQ...
{ "bvn": "22345678901", "image_url": "https://example.com/selfie.jpg" }
VERIFIED
PENDING
FAILED
{ "error": { "code": "validation_failed", "message": "Validation failed", "details": "bvn must be exactly 11 digits" } }