v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Get KYC Status

Returns the current KYC status for the user

get/user/kyc/{userId}

Path parameters

userIdstring required

Id of the user who owns the card.

Headers

api-keystring required
Authorizationstring required

Response

200

userIdstring
statusstring
detailsstring[]
currentTierinteger

Example response

{
  "userId": "20ee2b7f-fd9b-4cc1-8dfe-695be722dd45",
  "status": "REJECTED_FINAL",
  "details": [
    "WRONG_USER_REGION"
  ],
  "rejectionComments": {
    "autoComment": "We could not verify your profile. Your region is not supported. If you have any questions, please contact the Company where you try to verify your profile support@striga.com",
    "userComment": "We could not verify your profile. Your region is not supported. If you have any questions, please contact the Company where you try to verify your profile support@striga.com"
  },
  "currentTier": 2,
  "tier0": {
    "status": "NOT_STARTED",
    "outboundLimitConsumed": "9671401",
    "outboundLimitAllowed": "1500000"
  },
  "tier1": {
    "status": "APPROVED",
    "inboundLimitConsumed": {
      "all": "9722001",
      "va": "0"
    },
    "inboundLimitAllowed": {
      "all": "2500000",
      "va": "1500000"
    },
    "outboundLimitConsumed": "0",
    "outboundLimitAllowed": "750000"
  },
  "tier2": {
    "eligible": true,
    "status": "REJECTED_FINAL",
    "outboundLimitConsumed": "0",
    "outboundLimitAllowed": "1500000",
    "verificationExpiryDate": "2024-02-09T10:14:53.996Z"
  },
  "tier3": {
    "status": "NOT_STARTED",
    "outboundLimitConsumed": "0"
  }
}