- Product @ k-ID
- Posts
- GCE 2.34 Release Notes
GCE 2.34 Release Notes

Customise Verification Methods Globally
In Release 2.29, we introduced self-serve verification options for Age Assurance and Age Appeal. From this release, you now also have the ability to enable or disable verification methods globally for both Adult Verification and Parental Consent flows.

Self-Serve Verification Options in Compliance Studio
Bugs & Enhancements
Simplified Age Assurance Webhook Payload
We’ve simplified the JSON payload returned by the AgeAssurance.Result
webhook. The confidence
parameter has been removed based on user feedback and low usage, so only the relevant age range is now included. This makes the payload easier to implement and interpret.
Example updated payload:
{
"eventType": "AgeAssurance.Result",
"data": {
"id": "5a58e98a-e477-484b-b36a-3857ea9daaba",
"status": "PASS",
"ageRange": {
"minAge": 18,
"maxAge": 25
}
}
}
Family Connect — Simplified Final Approval Screen
We’ve removed the “Exit review” prompt from the final “Congratulations!” page that appears once a Trusted Adult has completed the approval. That prompt is no longer needed at this stage, so the page is now cleaner and more focused, ensuring a smoother experience at the end of the review process.
We’d love to hear from you!
If you have any feature requests, suggestions, or feedback, please Contact Us. Your input helps us make k-ID even better for everyone.
[Note: This release note was updated following publication.]