{
"info": {
"_postman_id": "510da0f4-c303-4ddd-ac1c-1c75b40f5e03",
"name": "Mamo Business Business Details Receipts API",
"description": "Mamo Business API follows the REST model. Its purpose is to enable Mamo Business users to automate payment link generation, charges, subscriptions, disbursements, recipients, cards, expenses and webhooks. Accepts JSON request bodies and returns JSON responses.\n\nContact Support:\n Name: Mamo API Support\n Email: api@mamopay.com",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"lastUpdatedBy": "35240",
"uid": "35240-510da0f4-c303-4ddd-ac1c-1c75b40f5e03"
},
"item": [
{
"name": "expenses",
"item": [
{
"name": "receipts",
"item": [
{
"name": "{identifier}",
"item": [
{
"name": "Fetch Expense Receipt Details",
"id": "6d613517-e728-48a3-9258-b534022fbc98",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts/:identifier",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts",
":identifier"
],
"variable": [
{
"id": "830b53f2-3b5a-4c8d-8bb3-06cecce09af2",
"key": "identifier",
"value": "EXP-432E5A53FE",
"description": "(Required) Expense identifier"
}
]
},
"description": "Fetches detailed information for a specific expense receipt
"
},
"response": [
{
"id": "09332406-16c0-4938-9aff-512393ba92c2",
"name": "Successful response",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts/:identifier",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts",
":identifier"
],
"variable": [
{
"key": "identifier"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"expense_id\": \"\",\n \"transaction_id\": \"\",\n \"receipt_files\": [\n \"\",\n \"\"\n ]\n}",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-09332406-16c0-4938-9aff-512393ba92c2"
},
{
"id": "1ab0f9af-ba5d-49bd-910d-3dc767aab391",
"name": "Unauthorised",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts/:identifier",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts",
":identifier"
],
"variable": [
{
"key": "identifier"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"messages\": [\n \"\",\n \"\"\n ],\n \"error_code\": \"\"\n}",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-1ab0f9af-ba5d-49bd-910d-3dc767aab391"
},
{
"id": "dd6e4e73-557f-4684-aefc-f97ff5596e02",
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts/:identifier",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts",
":identifier"
],
"variable": [
{
"key": "identifier"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"messages\": [\n \"\",\n \"\"\n ],\n \"error_code\": \"\"\n}",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-dd6e4e73-557f-4684-aefc-f97ff5596e02"
},
{
"id": "8f0e1b53-1918-4774-bf27-d5514e119774",
"name": "Unexpected error",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts/:identifier",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts",
":identifier"
],
"variable": [
{
"key": "identifier"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"status\": \"\",\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-8f0e1b53-1918-4774-bf27-d5514e119774"
}
],
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-6d613517-e728-48a3-9258-b534022fbc98"
}
],
"id": "e0935ceb-eb32-438c-bc6a-29e93e8b1709",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-e0935ceb-eb32-438c-bc6a-29e93e8b1709"
},
{
"name": "Fetching Expense Receipts",
"id": "4f634ffc-7a76-49cb-9e21-e671ba05908e",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts?page=&per_page=",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts"
],
"query": [
{
"key": "page",
"value": ""
},
{
"key": "per_page",
"value": ""
}
]
},
"description": "Fetches all expense receipts for a given business
"
},
"response": [
{
"id": "f7c839d5-2794-4a17-b4fe-dc8bc5198349",
"name": "Successful response",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts?page=&per_page=",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts"
],
"query": [
{
"key": "page",
"value": ""
},
{
"key": "per_page",
"value": ""
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"data\": [\n {\n \"expense_id\": \"\",\n \"transaction_id\": \"\",\n \"receipt_files\": [\n \"\",\n \"\"\n ]\n },\n {\n \"expense_id\": \"\",\n \"transaction_id\": \"\",\n \"receipt_files\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"pagination_meta\": {\n \"page\": \"\",\n \"per_page\": \"\",\n \"total_pages\": \"\",\n \"next_page\": \"\",\n \"prev_page\": \"\",\n \"from\": \"\",\n \"to\": \"\",\n \"total_count\": \"\"\n }\n}",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-f7c839d5-2794-4a17-b4fe-dc8bc5198349"
},
{
"id": "72210d88-1d49-49ec-8671-76aabd1b17c3",
"name": "Unauthorised",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts?page=&per_page=",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts"
],
"query": [
{
"key": "page",
"value": ""
},
{
"key": "per_page",
"value": ""
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"messages\": [\n \"\",\n \"\"\n ],\n \"error_code\": \"\"\n}",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-72210d88-1d49-49ec-8671-76aabd1b17c3"
},
{
"id": "7334a83d-4f55-4fae-b3f0-dab918d8c2c1",
"name": "Unexpected error",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/expenses/receipts?page=&per_page=",
"host": [
"{{baseUrl}}"
],
"path": [
"expenses",
"receipts"
],
"query": [
{
"key": "page",
"value": ""
},
{
"key": "per_page",
"value": ""
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"status\": \"\",\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-7334a83d-4f55-4fae-b3f0-dab918d8c2c1"
}
],
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-4f634ffc-7a76-49cb-9e21-e671ba05908e"
}
],
"id": "ed4cb9db-3fb6-454b-a7cd-b1f432512d6a",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-ed4cb9db-3fb6-454b-a7cd-b1f432512d6a"
}
],
"id": "347d0018-7437-4fb9-8dab-15d71942834d",
"createdAt": "2026-07-28T02:09:06.000Z",
"updatedAt": "2026-07-28T02:09:06.000Z",
"uid": "35240-347d0018-7437-4fb9-8dab-15d71942834d"
}
],
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{bearerToken}}",
"type": "string"
}
]
},
"variable": [
{
"key": "baseUrl",
"value": "https://business.mamopay.com/manage_api/v1"
}
]
}