cURL
curl --request GET \ --url https://api.monime.io/momos/{idOrCode} \ --header 'Authorization: Bearer <token>'
{ "success": true, "messages": [ "<unknown>" ], "result": { "id": "fpr-TJh76H8hj778hftdtu66gjio", "code": "m17", "name": "Orange Money", "country": "SL", "status": { "active": true }, "featureSet": { "payout": { "canPayTo": true, "schemes": [ "<string>" ], "metadata": {} }, "payment": { "canPayFrom": true, "schemes": [ "<string>" ], "metadata": {} }, "kycVerification": { "canVerifyAccount": true, "metadata": {} } }, "createTime": "2023-11-07T05:31:56Z", "updateTime": "2023-11-07T05:31:56Z" } }
Bearer HTTP authentication specified with the header Authorization: Bearer <access_token>
The id or code for the momo.
OK
Represents the status of the query operation, confirming if it was successful. This field is always true
Contains a list of messages providing relevant information or feedback related to the query or operation
Show child attributes
Was this page helpful?