Test one player ID free — no credit cardFree South African ID checker

Licensed betting & gaming

SA ID Age Validation for Betting & Gaming

The first six digits of an SA ID encode date of birth. CheckID returns age and validity in under a second so you can block under-18 encodings before an account is activated — without storing the number.

Where it fits in registration

  1. 1. Player enters a 13-digit SA ID at sign-up
  2. 2. CheckID structural validation + encoded age
  3. 3. Invalid or under 18 → reject the registration
  4. 4. Valid and 18+ → continue to your KYC/document steps if required
  5. 5. Then allow deposit or play, per your licence rules

Example: reject under-18 registrations

Your registration service can call the single-ID endpoint, then refuse the account when age is under 18 or isValid is false.

# Player registration: block under-18 encodings before wallet create
curl -s "https://api.checkid.co.za/api/v1/validate/8001015009087" \
  -H "Authorization: Bearer YOUR_API_KEY"

8001015009087 is the public sample ID used across CheckID docs — not a live customer number. Replace YOUR_API_KEY with a key from your dashboard. See the South African ID validation API and 5-minute South African ID validation API tutorial.

Block under-18 encodings before the first deposit

National Gambling Act age rule

Licensed operators must not allow a person under 18 to gamble. Encoded date of birth is a fast technical gate. Whether it satisfies your specific licence still needs your own legal advice.

Fits into FICA workflows

Structural ID validation helps catch invalid identity numbers before your formal customer-identification and verification steps. CheckID does not replace Home Affairs verification or a full FICA/KYC solution.

Fake or mistyped IDs in the queue

Manual review teams should not spend time on numbers that fail checksum. Filter those out at registration, then apply document checks where your risk policy requires them.

How age verification works in the product

Your platform calls the single-ID endpoint, reads age and isValid, and applies your own 18+ rule. Players type a number they already know — no selfie in this step.

Registration and first-deposit API

Call the single-ID endpoint during account creation. If age is under 18 or the checksum fails, do not activate the wallet.

Implement from the South African ID validation API. Bulk player-base backfills need Professional.

Compliance-ops web checks

Investigators can spot-check a single ID with the free checker when reviewing an exception ticket — without uploading a document to CheckID.

Use the Free South African ID checker.

POPIA considerations for wagering KYC

Do not build a shadow ID database

Player IDs are personal information. Sending them to a vendor that retains copies expands your processing. CheckID discards the number after the response.

Your licence still governs retention

If you must keep ID numbers for FICA record-keeping, that retention is in your systems, not ours. See POPIA and ID number handling.

What CheckID does not replace for operators

  • Home Affairs verification or proof that the player is the lawful holder
  • A full FICA/KYC programme, source-of-funds, or enhanced due diligence
  • Self-exclusion registers, affordability, or responsible-gambling tools
  • Age checks for non-South African identity documents

Where operators use CheckID

Online sportsbooks

Gate account creation and first deposit on encoded age so under-18 numbers never reach the wallet.

Online casinos and poker

Use structural age as a first pass, then add document review for higher-stakes accounts if your licence requires it.

Lottery and competition platforms

Cash-prize promotions often need an 18+ gate at entry. Check encoded age without storing the ID on CheckID.

Pricing for betting and gaming platforms

Free checker for compliance spot checks. API Starter from R99/month for live registration calls. Professional for bulk player-base backfills and team seats. Compare CheckID pricing for API and bulk plans.

Frequently asked questions

Does CheckID confirm that an ID number belongs to a real person?

No. CheckID validates the structure and checksum of a South African ID number and extracts the encoded date of birth. It does not query any government database and cannot confirm that the number belongs to the person who entered it.

Does this make an operator FICA or licence compliant?

Structural ID validation helps catch invalid identity numbers and under-18 encodings before your formal customer-identification steps. CheckID does not replace Home Affairs verification or a full FICA/KYC solution, and licence conditions still need your own legal review.

Does CheckID store player ID numbers?

No. ID numbers are processed in memory and discarded immediately after the response. We log billing metadata, never the ID number itself.

Can we verify non-South African players?

No. CheckID only understands 13-digit South African ID numbers. Passport or foreign national IDs need a separate step.

Start checking encoded player age

Test one ID free, then automate the same structural age gate in registration.