Documentation Index
Fetch the complete documentation index at: https://docs.monime.io/llms.txt
Use this file to discover all available pages before exploring further.
A Provider KYC object represents the know-your-customer (KYC) information retrieved from a financial provider (e.g., Mobile Money operator, Bank).
{
"account": {
"id": null,
"name": null,
"holderName": null,
"metadata": null
},
"provider": {
"id": "m17",
"type": "momo",
"name": "Orange Money"
}
}
The information of the account in the provider’s ecosystem.
Unique identifier of the account in the provider’s system.
Display name associated with the account, if different from the holder’s name.
Full name of the account holder as registered with the provider.
Additional metadata of the account.
The information of the financial provider hosting the account.
The id of the provider as assigned by Monime.Example: m17
The type of the provider.Example: momoAvailable options: momo bank wallet
The name of the providerExample: Orange Money