Skip to main content

Integrating k-ID into a Game

How to integrate k-ID into a game

📄️ Checking Age

If an age gate was required, an API call to /age-gate/check now must be made to determine the next step in the workflow. If the player’s age is below the minimum age for the game configured in the Publisher Portal, the returned status field will be PROHIBITED. At this point, the player should be blocked from continuing in the game. If the player gave a date of birth that requires verifiable parental consent in the current location, then the status field will have the value CHALLENGE and an ID to a new Consent Challenge will be returned in a field called challengeID. The game must then ask the player to seek parental consent. Finally, if the status value is PASS, then the player can continue into the game.