← Back to profile

Identity verification

Verifying your identity raises your wallet funding limit. A reviewer checks every submission — this isn't instant.

@if (session('status') === 'kyc-submitted')
Submitted for review. We'll update your status once it's been checked.
@endif @if ($latestSubmission?->status === 'rejected' && $latestSubmission->rejection_reason)
Your last submission was rejected: {{ $latestSubmission->rejection_reason }}
@endif @if ($kycStatus !== 'verified' && $kycStatus !== 'pending')
ID type
@foreach (['nin' => 'NIN', 'bvn' => 'BVN'] as $value => $label) @endforeach
@error('id_number')

{{ $message }}

@enderror

A clear photo of your face, well-lit, no filters. Max 5MB.

@error('selfie')

{{ $message }}

@enderror
Uploading…
@endif