arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
495 stars 205 forks source link

Add support for Ghana TIN #262

Closed unho closed 1 year ago

unho commented 3 years ago

Online validation:

Examples:

unho commented 1 year ago

@arthurdejong to be honest I have tried verifying on https://gra.gov.gh/online-tools/verify-tin/ several of the found examples, and none worked. Not even the ones found in documents from the government.

I don't know if it is because the website doesn't work, or because of the recent changes with the TIN, despite those changes only affected the TIN for individuals, and not the company ones (which begin by C). I have passed the PR anyway.