{
"info": {
"_postman_id": "81e9f957-a95c-4c52-915d-6bf14f2b6631",
"name": "Mamo Business Business Details Payment Links 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:03.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"lastUpdatedBy": "35240",
"uid": "35240-81e9f957-a95c-4c52-915d-6bf14f2b6631"
},
"item": [
{
"name": "links",
"item": [
{
"name": "{linkId}",
"item": [
{
"name": "Delete Payment Link",
"id": "d2693502-ae22-402a-86e1-72ab8ec7ec24",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"id": "5ee79f0b-6c81-47c3-b539-7e2992363b6f",
"key": "linkId",
"value": "MB-LINK-6BB7CA8DC7",
"description": "(Required) Payment link ID"
}
]
},
"description": "Allows a user to delete payment link
"
},
"response": [
{
"id": "5c18e710-c3b1-4cba-8cab-fa7cded462c0",
"name": "Successful response",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"success\": \"\"\n}",
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-5c18e710-c3b1-4cba-8cab-fa7cded462c0"
},
{
"id": "ac6cf5bd-ffdc-4b53-a405-e65897d6627e",
"name": "Unauthorised",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"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:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-ac6cf5bd-ffdc-4b53-a405-e65897d6627e"
},
{
"id": "69c692d4-3beb-4ab8-9e92-b4331643e5ac",
"name": "Invalid request",
"originalRequest": {
"method": "DELETE",
"header": [
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [],
"cookie": [],
"responseTime": null,
"body": null,
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-69c692d4-3beb-4ab8-9e92-b4331643e5ac"
},
{
"id": "0f2fc7ae-1c4d-4863-9cb8-56996117b6bb",
"name": "Unexpected error",
"originalRequest": {
"method": "DELETE",
"header": [
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "text",
"header": [],
"cookie": [],
"responseTime": null,
"body": null,
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-0f2fc7ae-1c4d-4863-9cb8-56996117b6bb"
}
],
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-d2693502-ae22-402a-86e1-72ab8ec7ec24"
},
{
"name": "Fetch Payment Link Info",
"id": "66f26c20-0cdd-4c03-93e3-df3bad8fd95d",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"id": "e387a157-c080-48c4-88d3-af786b3d8f80",
"key": "linkId",
"value": "MB-LINK-6BB7CA8DC7",
"description": "(Required) Payment link ID"
}
]
},
"description": "Allows a user to fetch payment link details
"
},
"response": [
{
"id": "e2901e14-55af-428c-98fe-8fe2cecc40da",
"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}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"name\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": 1,\n \"active\": true,\n \"return_url\": \"https://myawesomewebsite.com/paymentSuccess\",\n \"terms_and_conditions_url\": \"\",\n \"processing_fee_percentage\": 3,\n \"amount\": 119.99,\n \"amount_currency\": \"AED\",\n \"link_type\": \"standalone\",\n \"enable_tabby\": false,\n \"enable_message\": false,\n \"enable_tips\": false,\n \"enable_customer_details\": false,\n \"enable_quantity\": false,\n \"enable_qr_code\": false,\n \"send_customer_receipt\": false,\n \"save_card\": \"off\",\n \"payment_methods\": \"\",\n \"rules\": {\n \"allowed\": [\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n },\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n }\n ]\n },\n \"subscription\": {\n \"frequency\": \"annually\",\n \"frequency_interval\": \"\",\n \"end_date\": \"2706/86/22\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"payouts_share\": {\n \"recipient_id\": \"\",\n \"percentage_to_recipient\": \"\",\n \"recipient_pays_fees\": \"\"\n },\n \"custom_data\": {},\n \"id\": \"\",\n \"title\": \"\",\n \"platform\": \"\",\n \"prefilled_customer\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": \"\",\n \"internal_note\": \"\",\n \"lang\": \"\",\n \"expiration_date\": \"\",\n \"is_widget\": \"\",\n \"max_amount\": \"\",\n \"processing_fee_amount\": \"\",\n \"payment_url\": \"\",\n \"charges\": [\n {\n \"status\": \"processing\",\n \"id\": \"\",\n \"amount\": \"\",\n \"refund_amount\": \"\",\n \"refund_status\": \"\",\n \"billing_descriptor\": \"\",\n \"custom_data\": {},\n \"created_date\": \"\",\n \"subscription_id\": \"\",\n \"settlement_amount\": \"\",\n \"settlement_currency\": \"\",\n \"settlement_date\": \"\",\n \"customer_details\": {\n \"name\": \"\",\n \"email\": \"\",\n \"phone_number\": \"\",\n \"comment\": \"\"\n },\n \"payment_method\": {\n \"type\": \"\",\n \"card_holder_name\": \"\",\n \"card_last4\": \"\",\n \"origin\": \"\"\n }\n },\n {\n \"status\": \"refund_initiated\",\n \"id\": \"\",\n \"amount\": \"\",\n \"refund_amount\": \"\",\n \"refund_status\": \"\",\n \"billing_descriptor\": \"\",\n \"custom_data\": {},\n \"created_date\": \"\",\n \"subscription_id\": \"\",\n \"settlement_amount\": \"\",\n \"settlement_currency\": \"\",\n \"settlement_date\": \"\",\n \"customer_details\": {\n \"name\": \"\",\n \"email\": \"\",\n \"phone_number\": \"\",\n \"comment\": \"\"\n },\n \"payment_method\": {\n \"type\": \"\",\n \"card_holder_name\": \"\",\n \"card_last4\": \"\",\n \"origin\": \"\"\n }\n }\n ]\n}",
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-e2901e14-55af-428c-98fe-8fe2cecc40da"
},
{
"id": "f7af6515-161c-4567-a0d6-c22cbe89847b",
"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}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"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:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-f7af6515-161c-4567-a0d6-c22cbe89847b"
},
{
"id": "8c242313-f52d-4cef-85a5-ab016c228329",
"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}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"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:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-8c242313-f52d-4cef-85a5-ab016c228329"
},
{
"id": "eb381a80-dd0c-433d-b8ff-8965f2802a1c",
"name": "Unexpected error",
"originalRequest": {
"method": "GET",
"header": [
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "text",
"header": [],
"cookie": [],
"responseTime": null,
"body": null,
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-eb381a80-dd0c-433d-b8ff-8965f2802a1c"
}
],
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-66f26c20-0cdd-4c03-93e3-df3bad8fd95d"
},
{
"name": "Update Payment Link",
"id": "d97713d6-29ae-4204-a3f8-0a68595fc759",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": 1,\n \"active\": true,\n \"return_url\": \"https://myawesomewebsite.com/paymentSuccess\",\n \"failure_return_url\": \"https://failureurl.com/paymentFailure\",\n \"terms_and_conditions_url\": \"\",\n \"processing_fee_percentage\": 3,\n \"amount\": 119.99,\n \"amount_currency\": \"AED\",\n \"link_type\": \"standalone\",\n \"enable_tabby\": false,\n \"enable_message\": false,\n \"enable_tips\": false,\n \"save_card\": \"off\",\n \"enable_customer_details\": false,\n \"enable_quantity\": false,\n \"enable_qr_code\": false,\n \"send_customer_receipt\": false,\n \"payment_methods\": \"\",\n \"rules\": {\n \"allowed\": [\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n },\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n }\n ]\n },\n \"subscription_id\": \"\",\n \"subscription\": {\n \"frequency\": \"weekly\",\n \"frequency_interval\": \"\",\n \"start_date\": \"2095/12/30\",\n \"end_date\": \"1004/72/94\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\n \"custom_data\": {},\n \"payouts_share\": {\n \"recipient_id\": \"\",\n \"percentage_to_recipient\": \"\",\n \"recipient_pays_fees\": \"\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"id": "a8a1fa3b-7536-4f80-950f-90305a6c5ac0",
"key": "linkId",
"value": "MB-LINK-6BB7CA8DC7",
"description": "(Required) Payment link ID"
}
]
},
"description": "Allows a user to update payment link details
"
},
"response": [
{
"id": "92599016-bfbd-4e9a-89ff-4a4db04ef020",
"name": "Successful response",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": 1,\n \"active\": true,\n \"return_url\": \"https://myawesomewebsite.com/paymentSuccess\",\n \"failure_return_url\": \"https://failureurl.com/paymentFailure\",\n \"terms_and_conditions_url\": \"\",\n \"processing_fee_percentage\": 3,\n \"amount\": 119.99,\n \"amount_currency\": \"AED\",\n \"link_type\": \"standalone\",\n \"enable_tabby\": false,\n \"enable_message\": false,\n \"enable_tips\": false,\n \"save_card\": \"off\",\n \"enable_customer_details\": false,\n \"enable_quantity\": false,\n \"enable_qr_code\": false,\n \"send_customer_receipt\": false,\n \"payment_methods\": \"\",\n \"rules\": {\n \"allowed\": [\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n },\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n }\n ]\n },\n \"subscription_id\": \"\",\n \"subscription\": {\n \"frequency\": \"weekly\",\n \"frequency_interval\": \"\",\n \"start_date\": \"2095/12/30\",\n \"end_date\": \"1004/72/94\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\n \"custom_data\": {},\n \"payouts_share\": {\n \"recipient_id\": \"\",\n \"percentage_to_recipient\": \"\",\n \"recipient_pays_fees\": \"\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"capacity\": \"\",\n \"active\": \"\",\n \"return_url\": \"\",\n \"failure_return_url\": \"\",\n \"processing_fee_percentage\": \"\",\n \"link_type\": \"\",\n \"amount\": \"\",\n \"amount_currency\": \"\",\n \"send_customer_receipt\": \"\",\n \"enable_tabby\": \"\",\n \"enable_message\": \"\",\n \"enable_tips\": \"\",\n \"save_card\": \"\",\n \"enable_quantity\": \"\",\n \"enable_customer_details\": \"\",\n \"payment_url\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"external_id\": \"\",\n \"custom_data\": {},\n \"payment_methods\": \"\",\n \"rules\": {},\n \"subscription\": {\n \"identifier\": \"\",\n \"repeats_every\": \"\",\n \"frequency_interval\": \"\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"payment_quantity\": \"\",\n \"frequency\": \"\"\n }\n}",
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-92599016-bfbd-4e9a-89ff-4a4db04ef020"
},
{
"id": "e3bf48b2-c0ee-42f4-9ae0-03dee2969c18",
"name": "Unauthorised",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": 1,\n \"active\": true,\n \"return_url\": \"https://myawesomewebsite.com/paymentSuccess\",\n \"failure_return_url\": \"https://failureurl.com/paymentFailure\",\n \"terms_and_conditions_url\": \"\",\n \"processing_fee_percentage\": 3,\n \"amount\": 119.99,\n \"amount_currency\": \"AED\",\n \"link_type\": \"standalone\",\n \"enable_tabby\": false,\n \"enable_message\": false,\n \"enable_tips\": false,\n \"save_card\": \"off\",\n \"enable_customer_details\": false,\n \"enable_quantity\": false,\n \"enable_qr_code\": false,\n \"send_customer_receipt\": false,\n \"payment_methods\": \"\",\n \"rules\": {\n \"allowed\": [\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n },\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n }\n ]\n },\n \"subscription_id\": \"\",\n \"subscription\": {\n \"frequency\": \"weekly\",\n \"frequency_interval\": \"\",\n \"start_date\": \"2095/12/30\",\n \"end_date\": \"1004/72/94\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\n \"custom_data\": {},\n \"payouts_share\": {\n \"recipient_id\": \"\",\n \"percentage_to_recipient\": \"\",\n \"recipient_pays_fees\": \"\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"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:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-e3bf48b2-c0ee-42f4-9ae0-03dee2969c18"
},
{
"id": "ee1a79dd-1373-409b-8cee-649af7f6ce9d",
"name": "Invalid request",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": 1,\n \"active\": true,\n \"return_url\": \"https://myawesomewebsite.com/paymentSuccess\",\n \"failure_return_url\": \"https://failureurl.com/paymentFailure\",\n \"terms_and_conditions_url\": \"\",\n \"processing_fee_percentage\": 3,\n \"amount\": 119.99,\n \"amount_currency\": \"AED\",\n \"link_type\": \"standalone\",\n \"enable_tabby\": false,\n \"enable_message\": false,\n \"enable_tips\": false,\n \"save_card\": \"off\",\n \"enable_customer_details\": false,\n \"enable_quantity\": false,\n \"enable_qr_code\": false,\n \"send_customer_receipt\": false,\n \"payment_methods\": \"\",\n \"rules\": {\n \"allowed\": [\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n },\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n }\n ]\n },\n \"subscription_id\": \"\",\n \"subscription\": {\n \"frequency\": \"weekly\",\n \"frequency_interval\": \"\",\n \"start_date\": \"2095/12/30\",\n \"end_date\": \"1004/72/94\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\n \"custom_data\": {},\n \"payouts_share\": {\n \"recipient_id\": \"\",\n \"percentage_to_recipient\": \"\",\n \"recipient_pays_fees\": \"\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [],
"cookie": [],
"responseTime": null,
"body": null,
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-ee1a79dd-1373-409b-8cee-649af7f6ce9d"
},
{
"id": "924c84c0-2fba-45ef-a036-b147d424a8a1",
"name": "Unexpected error",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": 1,\n \"active\": true,\n \"return_url\": \"https://myawesomewebsite.com/paymentSuccess\",\n \"failure_return_url\": \"https://failureurl.com/paymentFailure\",\n \"terms_and_conditions_url\": \"\",\n \"processing_fee_percentage\": 3,\n \"amount\": 119.99,\n \"amount_currency\": \"AED\",\n \"link_type\": \"standalone\",\n \"enable_tabby\": false,\n \"enable_message\": false,\n \"enable_tips\": false,\n \"save_card\": \"off\",\n \"enable_customer_details\": false,\n \"enable_quantity\": false,\n \"enable_qr_code\": false,\n \"send_customer_receipt\": false,\n \"payment_methods\": \"\",\n \"rules\": {\n \"allowed\": [\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n },\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n }\n ]\n },\n \"subscription_id\": \"\",\n \"subscription\": {\n \"frequency\": \"weekly\",\n \"frequency_interval\": \"\",\n \"start_date\": \"2095/12/30\",\n \"end_date\": \"1004/72/94\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\n \"custom_data\": {},\n \"payouts_share\": {\n \"recipient_id\": \"\",\n \"percentage_to_recipient\": \"\",\n \"recipient_pays_fees\": \"\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/links/:linkId",
"host": [
"{{baseUrl}}"
],
"path": [
"links",
":linkId"
],
"variable": [
{
"key": "linkId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "text",
"header": [],
"cookie": [],
"responseTime": null,
"body": null,
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-924c84c0-2fba-45ef-a036-b147d424a8a1"
}
],
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-d97713d6-29ae-4204-a3f8-0a68595fc759"
}
],
"id": "7a00dff5-f4f9-4cb7-876b-5d841213a69a",
"createdAt": "2026-07-28T02:09:04.000Z",
"updatedAt": "2026-07-28T02:09:04.000Z",
"uid": "35240-7a00dff5-f4f9-4cb7-876b-5d841213a69a"
},
{
"name": "Fetching Payment Links",
"id": "e70517d4-2fd2-4f36-b603-1c65a64f84ec",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/links",
"host": [
"{{baseUrl}}"
],
"path": [
"links"
]
},
"description": "Fetches all payment links for a given business
"
},
"response": [
{
"id": "c1e483fc-c405-4d60-8020-4125576c81ce",
"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}}/links",
"host": [
"{{baseUrl}}"
],
"path": [
"links"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"data\": [\n {\n \"name\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": 1,\n \"active\": true,\n \"return_url\": \"https://myawesomewebsite.com/paymentSuccess\",\n \"terms_and_conditions_url\": \"\",\n \"processing_fee_percentage\": 3,\n \"amount\": 119.99,\n \"amount_currency\": \"AED\",\n \"link_type\": \"standalone\",\n \"enable_tabby\": false,\n \"enable_message\": false,\n \"enable_tips\": false,\n \"enable_customer_details\": false,\n \"enable_quantity\": false,\n \"enable_qr_code\": false,\n \"send_customer_receipt\": false,\n \"save_card\": \"off\",\n \"payment_methods\": \"\",\n \"rules\": {\n \"allowed\": [\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n },\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n }\n ]\n },\n \"subscription\": {\n \"frequency\": \"monthly\",\n \"frequency_interval\": \"\",\n \"end_date\": \"5515/13/95\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"payouts_share\": {\n \"recipient_id\": \"\",\n \"percentage_to_recipient\": \"\",\n \"recipient_pays_fees\": \"\"\n },\n \"custom_data\": {},\n \"id\": \"\",\n \"title\": \"\",\n \"platform\": \"\",\n \"prefilled_customer\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": \"\",\n \"internal_note\": \"\",\n \"lang\": \"\",\n \"expiration_date\": \"\",\n \"is_widget\": \"\",\n \"max_amount\": \"\",\n \"processing_fee_amount\": \"\",\n \"payment_url\": \"\"\n },\n {\n \"name\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": 1,\n \"active\": true,\n \"return_url\": \"https://myawesomewebsite.com/paymentSuccess\",\n \"terms_and_conditions_url\": \"\",\n \"processing_fee_percentage\": 3,\n \"amount\": 119.99,\n \"amount_currency\": \"AED\",\n \"link_type\": \"standalone\",\n \"enable_tabby\": false,\n \"enable_message\": false,\n \"enable_tips\": false,\n \"enable_customer_details\": false,\n \"enable_quantity\": false,\n \"enable_qr_code\": false,\n \"send_customer_receipt\": false,\n \"save_card\": \"off\",\n \"payment_methods\": \"\",\n \"rules\": {\n \"allowed\": [\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n },\n {\n \"type\": \"bins\",\n \"list\": \"\",\n \"decline_message\": \"\"\n }\n ]\n },\n \"subscription\": {\n \"frequency\": \"weekly\",\n \"frequency_interval\": \"\",\n \"end_date\": \"8753/87/05\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"payouts_share\": {\n \"recipient_id\": \"\",\n \"percentage_to_recipient\": \"\",\n \"recipient_pays_fees\": \"\"\n },\n \"custom_data\": {},\n \"id\": \"\",\n \"title\": \"\",\n \"platform\": \"\",\n \"prefilled_customer\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": \"\",\n \"internal_note\": \"\",\n \"lang\": \"\",\n \"expiration_date\": \"\",\n \"is_widget\": \"\",\n \"max_amount\": \"\",\n \"processing_fee_amount\": \"\",\n \"payment_url\": \"\"\n }\n ],\n \"pagination_meta\": {\n \"page\": \"\",\n \"per_page\": \"\",\n \"total_pages\": \"\",\n \"next_page\": \"