{ "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\": \"\",\n \"prev_page\": \"\",\n \"from\": \"\",\n \"to\": \"\",\n \"total_count\": \"\"\n }\n}", "createdAt": "2026-07-28T02:09:04.000Z", "updatedAt": "2026-07-28T02:09:04.000Z", "uid": "35240-c1e483fc-c405-4d60-8020-4125576c81ce" }, { "id": "7b7a764b-5cdb-4596-ac63-c061e0cf53f2", "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", "host": [ "{{baseUrl}}" ], "path": [ "links" ] } }, "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-7b7a764b-5cdb-4596-ac63-c061e0cf53f2" }, { "id": "13076be0-3dc0-4c1b-b416-55f52e62698c", "name": "Unexpected error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/links", "host": [ "{{baseUrl}}" ], "path": [ "links" ] } }, "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-13076be0-3dc0-4c1b-b416-55f52e62698c" } ], "createdAt": "2026-07-28T02:09:04.000Z", "updatedAt": "2026-07-28T02:09:04.000Z", "uid": "35240-e70517d4-2fd2-4f36-b603-1c65a64f84ec" }, { "name": "Create Payment Link", "id": "595deab5-310d-4a94-84ba-d0c87247f305", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": \"\",\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\": 0,\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\": \"0038/61/95\",\n \"end_date\": \"8481/08/34\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"custom_data\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\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", "host": [ "{{baseUrl}}" ], "path": [ "links" ] }, "description": "API to generate vanilla and subscription payment links.

Payment Status

Once your customer completes a payment, the redirect URL will be appended with the following params
- createdAt: The date the charge was captured at
- paymentLinkId: The payment link id
- status: indicates the payment status, whether captured or failed
- transactionId: The transaction / charge id related to the payment

You may also get notified about a payment's status by setting up a webhook. Details [here](https://mamopay.readme.io/reference/post_webhooks)

A third approach to check the transaction status is by calling our transaction info API [here](https://mamopay.readme.io/reference/get_charges-chargeid)

**Sample redirect url after a successful payment**
https://www.mamopay.com/?createdAt=2023-08-09-16-42-35&paymentLinkId=MB-LINK-3216D27C9D&status=captured&transactionId=MPB-CHRG-BEE56990A9

\n

For Payment Testing

\n

To make payments with different use cases on the test environment, you can use the card details below alongside the below CVV and expiry date.

- CVV: 123
- Expiry: 01/28\n
Card Number Payment Status 3DS Address Required Country
4659 1055 6905 1157 Success X X GB
4242 4242 4242 4242 Success \u2713 X GB
4111 1111 1111 1111 Success \u2713 \u2713 US
4567 3613 2598 1788 Fail X X GB
4095 2548 0264 2505 Fail X \u2713 US
\n\n\n\n

3DS

If prompted for a password, enter **Checkout1!**

Subscriptions

To create a subscription payment link, create the subscription first using the [Create Subscription](/reference/post_subscriptions) API, then pass its identifier as `subscription_id` below with `link_type` set to `inline`. The inline `subscription` object is a legacy, backwards-compatible alternative \u2014 when setting it up, if both end_date and payment_quantity were defined, end_date takes precedence.

" }, "response": [ { "id": "8074b8ef-d932-44a1-b46b-99bbfa20df24", "name": "Successful response", "originalRequest": { "method": "POST", "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 \"title\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": \"\",\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\": 0,\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\": \"0038/61/95\",\n \"end_date\": \"8481/08/34\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"custom_data\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\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", "host": [ "{{baseUrl}}" ], "path": [ "links" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"capacity\": \"\",\n \"active\": \"\",\n \"return_url\": \"\",\n \"failure_return_url\": \"\",\n \"terms_and_conditions_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 \"custom_data\": {},\n \"external_id\": \"\",\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 \"platform\": \"\",\n \"prefilled_customer\": {},\n \"hold_and_charge_later\": \"\",\n \"internal_note\": \"\",\n \"lang\": \"\",\n \"expiration_date\": \"\",\n \"name\": \"\",\n \"is_widget\": \"\",\n \"max_amount\": \"\",\n \"processing_fee_amount\": \"\",\n \"payouts_share\": {}\n}", "createdAt": "2026-07-28T02:09:04.000Z", "updatedAt": "2026-07-28T02:09:04.000Z", "uid": "35240-8074b8ef-d932-44a1-b46b-99bbfa20df24" }, { "id": "ca2dd9c1-1e29-4198-b459-2333aef8a399", "name": "Unauthorised", "originalRequest": { "method": "POST", "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 \"title\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": \"\",\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\": 0,\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\": \"0038/61/95\",\n \"end_date\": \"8481/08/34\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"custom_data\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\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", "host": [ "{{baseUrl}}" ], "path": [ "links" ] } }, "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-ca2dd9c1-1e29-4198-b459-2333aef8a399" }, { "id": "7b1f2015-1449-46b1-8f20-8da095659940", "name": "Invalid request", "originalRequest": { "method": "POST", "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 \"title\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": \"\",\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\": 0,\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\": \"0038/61/95\",\n \"end_date\": \"8481/08/34\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"custom_data\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\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", "host": [ "{{baseUrl}}" ], "path": [ "links" ] } }, "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-7b1f2015-1449-46b1-8f20-8da095659940" }, { "id": "e3fa8048-dd1f-4808-9ccc-cfad21cc3ec3", "name": "Unprocessable entity", "originalRequest": { "method": "POST", "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 \"title\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": \"\",\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\": 0,\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\": \"0038/61/95\",\n \"end_date\": \"8481/08/34\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"custom_data\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\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", "host": [ "{{baseUrl}}" ], "path": [ "links" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": \"\",\n \"error_code\": \"\",\n \"errors\": {\n \"name\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:09:04.000Z", "updatedAt": "2026-07-28T02:09:04.000Z", "uid": "35240-e3fa8048-dd1f-4808-9ccc-cfad21cc3ec3" }, { "id": "1957c672-43d9-4469-80f0-deff41d4a74f", "name": "Unexpected error", "originalRequest": { "method": "POST", "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 \"title\": \"Chocolate Box - Small\",\n \"description\": \"12pcs Chocolate Box\",\n \"capacity\": \"\",\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\": 0,\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\": \"0038/61/95\",\n \"end_date\": \"8481/08/34\",\n \"payment_quantity\": \"\"\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"custom_data\": {},\n \"external_id\": \"\",\n \"hold_and_charge_later\": false,\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", "host": [ "{{baseUrl}}" ], "path": [ "links" ] } }, "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-1957c672-43d9-4469-80f0-deff41d4a74f" } ], "createdAt": "2026-07-28T02:09:04.000Z", "updatedAt": "2026-07-28T02:09:04.000Z", "uid": "35240-595deab5-310d-4a94-84ba-d0c87247f305" } ], "id": "8c81e9ca-4a4c-426f-a940-16b950cf4103", "createdAt": "2026-07-28T02:09:04.000Z", "updatedAt": "2026-07-28T02:09:04.000Z", "uid": "35240-8c81e9ca-4a4c-426f-a940-16b950cf4103" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://business.mamopay.com/manage_api/v1" } ] }