v1

latestOpenAPI 3.0.32026-07-264414182.7 KB
Provider KYC

Get Provider KYC

Retrieves the KYC profile of an account from a specified provider.

get/v1/provider-kyc/{providerId}

Path parameters

providerIdstring required

The ID of the provider as identified by Monime.

The ID of the provider as identified by Monime.

Query parameters

accountIdstring required

The ID of the account in the provider's ecosystem'.

The ID of the account in the provider's ecosystem'.

Response

OK

successboolean

Represents the status of the query operation, confirming if it was successful. This field is always true

Example response

{
  "result": {
    "provider": {
      "id": "m17",
      "type": "momo",
      "name": "Orange Money"
    }
  }
}