API Documentation
Core Resources
- Webhook
Checkout
- Session
Payments
- Payment Codes
- Payment Links
- Payment Pages
Transfers
- Payout
- Bulk Payout
Embedded Finance
- Financial Account
Extra Resources
- KYC Verification
- Financial Providers
- Banks
- Momos
- Available Countries
Momos
Get Momo
GET
/
momos
/
{idOrCode}
Copy
curl --request GET \
--url https://api.monime.io/momos/{idOrCode} \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true,
"messages": [
"<any>"
],
"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"
}
}
Authorizations
Bearer HTTP authentication specified with the header Authorization: Bearer <access_token>
Path Parameters
The id or code for the momo.
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
Copy
curl --request GET \
--url https://api.monime.io/momos/{idOrCode} \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true,
"messages": [
"<any>"
],
"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"
}
}
Assistant
Responses are generated using AI and may contain mistakes.