GitHub Education verification repeatedly rejects Vietnamese legal name due to first/last name mismatch #208306
Replies: 1 comment
|
@DatrixDev This is a very common issue for Vietnamese students due to the structural mismatch between Eastern naming order (Family Name + Middle Name + Given Name) and Western form fields (First Name / Last Name). GitHub's automated OCR parser expects the document's string order to reconstruct cleanly when concatenating your Billing fields. When your billing fields are inverted, the string match fails immediately. Here is the exact way to structure your GitHub Billing fields to pass OCR validation: 1. Correct Field Mapping for Vietnamese NamesAssuming your full legal name on your document is Nguyễn Văn Ánh:
Configure your Settings → Billing → Payment Information / Billing Address fields as follows:
2. Handling Diacritics & Character EncodingWhile GitHub supports Unicode, some OCR engines strip diacritical marks during background normalization:
3. Submission Checklist
Once the name field order matches the string reconstructed by the OCR engine, the immediate automated rejection will clear. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Verification Help & Guidance
Hi everyone,
My GitHub Education student application has been rejected multiple times because the verification system says that the first name and last name in my GitHub Billing information do not exactly match my academic affiliation document.
My official academic document contains my full Vietnamese legal name with Vietnamese diacritics. I have already:
Set my GitHub profile name exactly as it appears on my academic document.
Updated my GitHub Billing name using the same Vietnamese spelling and diacritics.
Verified my academic email address.
Enabled two-factor authentication.
Logged out and logged back in before reapplying.
Submitted a recent official academic affiliation document using my device camera.
However, the application is still rejected almost immediately with both “first name” and “last name” mismatch messages.
Vietnamese names are normally written in the order Family name + Middle name + Given name, while GitHub Billing requires separate First Name and Last Name fields.
What is the correct way to enter a Vietnamese legal name in the GitHub Billing First Name and Last Name fields so that GitHub Education verification can match it with an academic document?
I have not included my real name, university, email address, student ID, or academic documents here for privacy.
Thank you for any guidance.
All reactions