v1
latestOpenAPI 3.0.32026-07-264414182.7 KBProvider 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
Example response
{
"result": {
"provider": {
"id": "m17",
"type": "momo",
"name": "Orange Money"
}
}
}