Documents
Typical required documents for most applications. Requirements can vary by visa category, nationality, and travel history.
Before you upload
@foreach ([
['Clear & readable', 'Avoid blur, cut edges, and reflections.'],
['Correct orientation', 'Rotate upright before uploading.'],
['One document per file', 'Don’t mix multiple docs into one image.'],
['Good lighting', 'Use daylight or bright light for photos.'],
] as [$t, $d])
@endforeach
{{ $t }}
{{ $d }}
@foreach ([
['Passport', 'Valid passport with sufficient validity.'],
['ID Card', 'National ID card (front/back) where applicable.'],
['Picture', 'Recent passport-size photo.'],
['Non-criminal certificate', 'Police clearance certificate if required.'],
['Previous visa', 'If you have previous China visas, include copies.'],
['Other supporting docs', 'Invitation letter, hotel booking, tickets, etc.'],
] as [$title, $desc])
@endforeach
{{ $title }}
{{ $desc }}
Supporting documents (often requested)
These can depend on your visa type. Upload what you have, we’ll advise if more is needed.
-
@foreach ([
['Invitation letter', 'For business/family visits where applicable.'],
['Hotel booking', 'For tourism or proof of stay.'],
['Flight itinerary', 'Travel plan and dates.'],
['Bank statement', 'Financial proof (when required).'],
['Employment letter', 'Job confirmation and leave approval.'],
['Student letter', 'Admission/enrollment for study visas.'],
] as [$t, $d])
-
{{ $t }}
{{ $d }}
@endforeach