eRMC
    • Operator Integration Guide for ERMC & SDK
    • report-settled-bet-event
      POST
    • settle-withdrawal
      POST
    • nin verification
      POST
    • Schemas
      • settle withdrawal
      • report-settled-bet-event

      nin verification

      Developing
      POST
      /integration-gateway/external/nin/verify
      NIN Verification endpoint allows operators to validate a user's NIN against the Nigeria Revenue Service (NRS) identity service.

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      🟠401Unauthorized
      🟠404Record Not Found
      🟠422
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/integration-gateway/external/nin/verify' \
      --header 'x-api-key;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "nin": "string"
      }'
      Response Response Example
      200 - Example 1
      {
          "message": "Api key missing",
          "error": "Unauthorized",
          "statusCode": 401
      }
      Modified at 2026-03-04 15:15:18
      Previous
      settle-withdrawal
      Next
      settle withdrawal
      Built with