Medium taxpayer e-invoicing went live on July 1, 2026. Enforcement begins January 2027. Every untransmitted invoice carries a ₦200,000 fine.

The Identity Layer for Trusted SystemsA secure, compliant verification solution that connects your business to authoritative identity data at the source.
NIMC License AdvantageLeverage direct access to Nigeria's trusted identity infrastructure through a licensed verification platform built for scale and compliance.
Partnership ModelExtend identity verification services to your customers, products, or ecosystem through a partnership model designed for long-term growth.
What Truztcube offersTrusted identity verification infrastructure for enterprises, fintechs, government agencies, and digital service providers.

Partner/Reseller
Integration

Integrate TruztCube into your products or services and deliver trusted identity verification to your customers through our partner ecosystem.

Enterprise KYC
Compliance

Verify identities against trusted national records to meet KYC, AML, and regulatory requirements while reducing onboarding friction.
For Developers
Get Connected Before Your Coffee Gets ColdBuild on trusted identity infrastructure with APIs designed to power secure onboarding, compliance, and digital trust at scale.
See API Docs
var makeUrl = function(){
  _artist = _artist.split(' ').join('+');
  _finalUrl = baseUrl + _artist + '&callback=JSON_CALLBACK'
  return _finalUrl;
}

this.$get = function($http, $q){
  return {
    callItunes: function(){
      makeUrl();
      var deferred = $q.defer();
      $http({
        method: 'JSONP',
        url: _finalUrl
      }).success(function(data){
        deferred.resolve(data);
      }).error(function(){
        deferred.reject('There was an error')
      })
      return deferred.promise;
    },
    setArtist: function(artist){
      _artist = artist;
    },
    getArtist: function(){
      return _artist;
Turn Identity Into a Competitive AdvantageReduce onboarding friction, strengthen compliance, and verify users through trusted national identity infrastructure powered by TruztCube.
Talk to Sales