{ "info": { "_postman_id": "fc1aef6e-c4c3-4eaa-9c0e-12efde9e1a12", "name": "API reference Bill paymentLink API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:33:02.000Z", "updatedAt": "2026-07-28T02:33:02.000Z", "lastUpdatedBy": "35240", "uid": "35240-fc1aef6e-c4c3-4eaa-9c0e-12efde9e1a12" }, "item": [ { "name": "PaymentLink", "item": [ { "name": "{idInvoice}", "item": [ { "name": "Generate payment link from Invoice", "id": "3e5cb588-741a-441e-bd37-4d17992cbcf7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"invoices\": {\n \"enabled\": \"\",\n \"invoiceLink\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"order\": \"\",\n \"viewInvoiceDetails\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n }\n },\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"payor\": {\n \"enabled\": \"\",\n \"fields\": [\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n },\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n }\n ],\n \"header\": \"\",\n \"order\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/:idInvoice?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":idInvoice" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "id": "d20d6e3e-4055-4335-a214-6fa94396fcd5", "key": "idInvoice", "value": "", "description": "(Required) Invoice ID" } ] }, "description": "Generates a payment link for an invoice from the invoice ID.\n\nThe payment page configuration blocks (`logo`, `page`, `paymentMethods`, `review`, `messageBeforePaying`, `paymentButton`, `notes`, `contactUs`, and `settings`) are optional. When you omit a block, Payabli applies a default rather than hiding it. The block is enabled at a fixed display order, so the generated page stays complete and branded. To hide a section, send the block explicitly with `enabled` set to `false`. An explicit value is always honored and is never replaced by a default. For each block's default, see its description in the request body.\n" }, "response": [ { "id": "e61d08f3-445d-4a8c-bc7e-45369f382bf2", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"invoices\": {\n \"enabled\": \"\",\n \"invoiceLink\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"order\": \"\",\n \"viewInvoiceDetails\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n }\n },\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"payor\": {\n \"enabled\": \"\",\n \"fields\": [\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n },\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n }\n ],\n \"header\": \"\",\n \"order\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/:idInvoice?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":idInvoice" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "idInvoice" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-e61d08f3-445d-4a8c-bc7e-45369f382bf2" }, { "id": "0299f8ab-4164-454a-9d3f-b85ea6aba30e", "name": "Bad request / invalid data.", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"invoices\": {\n \"enabled\": \"\",\n \"invoiceLink\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"order\": \"\",\n \"viewInvoiceDetails\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n }\n },\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"payor\": {\n \"enabled\": \"\",\n \"fields\": [\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n },\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n }\n ],\n \"header\": \"\",\n \"order\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/:idInvoice?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":idInvoice" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "idInvoice" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-0299f8ab-4164-454a-9d3f-b85ea6aba30e" }, { "id": "ae20a06e-eea2-444b-82c7-8a45a4ce37f6", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"invoices\": {\n \"enabled\": \"\",\n \"invoiceLink\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"order\": \"\",\n \"viewInvoiceDetails\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n }\n },\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"payor\": {\n \"enabled\": \"\",\n \"fields\": [\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n },\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n }\n ],\n \"header\": \"\",\n \"order\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/:idInvoice?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":idInvoice" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "idInvoice" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-ae20a06e-eea2-444b-82c7-8a45a4ce37f6" }, { "id": "59e0bf4e-3438-4ae0-b8a3-992917c81e49", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"invoices\": {\n \"enabled\": \"\",\n \"invoiceLink\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"order\": \"\",\n \"viewInvoiceDetails\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n }\n },\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"payor\": {\n \"enabled\": \"\",\n \"fields\": [\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n },\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n }\n ],\n \"header\": \"\",\n \"order\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/:idInvoice?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":idInvoice" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "idInvoice" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-59e0bf4e-3438-4ae0-b8a3-992917c81e49" }, { "id": "2d3681c8-90fe-457b-826a-1a98918863f8", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"invoices\": {\n \"enabled\": \"\",\n \"invoiceLink\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"order\": \"\",\n \"viewInvoiceDetails\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n }\n },\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"payor\": {\n \"enabled\": \"\",\n \"fields\": [\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n },\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n }\n ],\n \"header\": \"\",\n \"order\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/:idInvoice?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":idInvoice" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "idInvoice" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-2d3681c8-90fe-457b-826a-1a98918863f8" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-3e5cb588-741a-441e-bd37-4d17992cbcf7" } ], "id": "d38c564e-87fc-43fc-8243-3f972a975e36", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-d38c564e-87fc-43fc-8243-3f972a975e36" }, { "name": "bill", "item": [ { "name": "{billId}", "item": [ { "name": "Generate payment link from Bill", "id": "be62575d-7f48-4f79-82d5-4633b70ca76e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/bill/:billId?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "bill", ":billId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "id": "18618816-b740-4232-b7e9-99c5a20962c3", "key": "billId", "value": "", "description": "(Required) The Payabli ID for the bill." } ] }, "description": "Generates a payment link for a bill from the bill ID. The vendor receives a secure page where they can select their preferred payment method (ACH, virtual card, or check) and complete the payment." }, "response": [ { "id": "b9d8e2a1-7127-4e99-a550-c7ceeddf847d", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/bill/:billId?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "bill", ":billId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "billId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-b9d8e2a1-7127-4e99-a550-c7ceeddf847d" }, { "id": "d609a06f-6804-495b-a46e-876ec4781ce3", "name": "Bad request / invalid data.", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/bill/:billId?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "bill", ":billId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "billId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-d609a06f-6804-495b-a46e-876ec4781ce3" }, { "id": "a340ea7b-95b0-48a3-b0c5-ca25251743c6", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/bill/:billId?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "bill", ":billId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "billId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-a340ea7b-95b0-48a3-b0c5-ca25251743c6" }, { "id": "197221a0-bf57-4980-be1f-085c6e7f0e0c", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/bill/:billId?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "bill", ":billId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "billId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-197221a0-bf57-4980-be1f-085c6e7f0e0c" }, { "id": "aa7bc306-cc26-4616-a517-40f9de098e01", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "description": "_Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.", "key": "idempotencyKey", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/bill/:billId?amountFixed=true&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "bill", ":billId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "billId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-aa7bc306-cc26-4616-a517-40f9de098e01" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-be62575d-7f48-4f79-82d5-4633b70ca76e" } ], "id": "95d4e568-0612-4454-a6a5-ec0d7dba0934", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-95d4e568-0612-4454-a6a5-ec0d7dba0934" }, { "name": "lotNumber", "item": [ { "name": "{lotNumber}", "item": [ { "name": "Generate payment link from lot number", "id": "4e3f6c1c-583b-43e9-885e-06f99e94aa0b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/bill/lotNumber/:lotNumber?entryPoint=&vendorNumber=&mail2=&amountFixed=true", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "bill", "lotNumber", ":lotNumber" ], "query": [ { "description": "(Required) The entity's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)", "key": "entryPoint", "value": "" }, { "description": "(Required) The vendor number for the vendor being paid with this payment link.", "key": "vendorNumber", "value": "" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" }, { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" } ], "variable": [ { "id": "118ec570-e851-4ce2-897c-d2fb89c3ffa6", "key": "lotNumber", "value": "", "description": "(Required) Lot number of the bills to pay. All bills with this lot number will be included." } ] }, "description": "Generates a vendor payment link for a specific bill lot number. This allows you to pay all bills with the same lot number for a vendor with a single payment link." }, "response": [ { "id": "8d7fbbaf-fc59-4bfc-b86f-185182ce9f63", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/bill/lotNumber/:lotNumber?entryPoint=&vendorNumber=&mail2=&amountFixed=true", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "bill", "lotNumber", ":lotNumber" ], "query": [ { "description": "(Required) The entity's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)", "key": "entryPoint", "value": "" }, { "description": "(Required) The vendor number for the vendor being paid with this payment link.", "key": "vendorNumber", "value": "" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" }, { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" } ], "variable": [ { "key": "lotNumber" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-8d7fbbaf-fc59-4bfc-b86f-185182ce9f63" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-4e3f6c1c-583b-43e9-885e-06f99e94aa0b" } ], "id": "600da8ac-7f61-4467-80da-574204c0ca07", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-600da8ac-7f61-4467-80da-574204c0ca07" } ], "id": "2734c604-5e68-4ef0-b9f3-bbda380679a4", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-2734c604-5e68-4ef0-b9f3-bbda380679a4" } ], "id": "226224c9-6d95-4fea-8c7f-f884dd94e7f9", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-226224c9-6d95-4fea-8c7f-f884dd94e7f9" }, { "name": "load", "item": [ { "name": "{paylinkId}", "item": [ { "name": "Get payment link from ID", "id": "440878de-8e15-4692-a59a-9bfc7865bd88", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/load/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "load", ":paylinkId" ], "variable": [ { "id": "68b669f4-6a03-4640-b2b1-702788635a46", "key": "paylinkId", "value": "", "description": "(Required) ID for payment link" } ] }, "description": "Retrieves a payment link by ID." }, "response": [ { "id": "7c68ba5c-7a38-4984-92b4-1301e2b9e530", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/load/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "load", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"isSuccess\": \"\",\n \"responseData\": {\n \"AdditionalData\": {\n \"ut_1\": {\n \"labore_3\": {\n \"description\": \"Any type\"\n },\n \"culpa622\": {\n \"description\": \"Any type\"\n }\n }\n },\n \"Credentials\": [\n {\n \"accountId\": \"\",\n \"cfeeFix\": \"\",\n \"cfeeFloat\": \"\",\n \"cfeeMax\": \"\",\n \"cfeeMin\": \"\",\n \"maxticket\": \"\",\n \"minticket\": \"\",\n \"mode\": \"\",\n \"referenceId\": \"\",\n \"service\": \"\",\n \"greaterValueAllowed\": \"\",\n \"absorbDifference\": \"\",\n \"allowOverride\": \"\"\n },\n {\n \"accountId\": \"\",\n \"cfeeFix\": \"\",\n \"cfeeFloat\": \"\",\n \"cfeeMax\": \"\",\n \"cfeeMin\": \"\",\n \"maxticket\": \"\",\n \"minticket\": \"\",\n \"mode\": \"\",\n \"referenceId\": \"\",\n \"service\": \"\",\n \"greaterValueAllowed\": \"\",\n \"absorbDifference\": \"\",\n \"allowOverride\": \"\"\n }\n ],\n \"LastAccess\": \"\",\n \"PageContent\": {\n \"amount\": {\n \"categories\": [\n {\n \"description\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"optionalPay\": \"\",\n \"order\": \"\",\n \"quantity\": \"\",\n \"showDescription\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"description\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"optionalPay\": \"\",\n \"order\": \"\",\n \"quantity\": \"\",\n \"showDescription\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"autopay\": {\n \"enabled\": \"\",\n \"finish\": {\n \"calendar\": \"\",\n \"untilCancelled\": \"\"\n },\n \"frequency\": {\n \"annually\": \"\",\n \"every2Weeks\": \"\",\n \"every3Months\": \"\",\n \"every6Months\": \"\",\n \"monthly\": \"\",\n \"onetime\": \"\",\n \"weekly\": \"\"\n },\n \"frequencySelected\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"startDate\": \"\"\n },\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"entry\": \"\",\n \"invoices\": {\n \"enabled\": \"\",\n \"invoiceLink\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"order\": \"\",\n \"viewInvoiceDetails\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n }\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"name\": \"\",\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"payor\": {\n \"enabled\": \"\",\n \"fields\": [\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n },\n {\n \"display\": \"\",\n \"fixed\": \"\",\n \"identifier\": \"\",\n \"label\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"required\": \"\",\n \"validation\": \"\",\n \"value\": \"\",\n \"width\": \"\"\n }\n ],\n \"header\": \"\",\n \"order\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"subdomain\": \"\"\n },\n \"pageIdentifier\": \"\",\n \"PageSettings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n },\n \"paymentButton\": {\n \"label\": \"\",\n \"size\": \"lg\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n },\n \"published\": \"\",\n \"ReceiptContent\": {\n \"amount\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"contactUs\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"details\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforeButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentInformation\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"enabled\": \"\",\n \"fields\": [\n {\n \"display\": \"\",\n \"Fixed\": \"\",\n \"name\": \"\"\n },\n {\n \"display\": \"\",\n \"Fixed\": \"\",\n \"name\": \"\"\n }\n ],\n \"order\": \"\",\n \"sendAuto\": true,\n \"sendManual\": false\n }\n },\n \"Subdomain\": \"\",\n \"totalAmount\": \"\",\n \"validationCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-7c68ba5c-7a38-4984-92b4-1301e2b9e530" }, { "id": "f29bf3c0-8210-460c-ad09-d330e044fa2f", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/load/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "load", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-f29bf3c0-8210-460c-ad09-d330e044fa2f" }, { "id": "4d805b57-abc1-4cf5-9843-07eefbc37a60", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/load/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "load", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-4d805b57-abc1-4cf5-9843-07eefbc37a60" }, { "id": "ad6a9f3d-f93b-4a99-9756-b120bcd691e3", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/load/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "load", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-ad6a9f3d-f93b-4a99-9756-b120bcd691e3" }, { "id": "43f5666f-4a6c-4fbf-b767-012588a7e9bf", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/load/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "load", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-43f5666f-4a6c-4fbf-b767-012588a7e9bf" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-440878de-8e15-4692-a59a-9bfc7865bd88" } ], "id": "7460610b-8266-4872-97b3-ec546ccc376f", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-7460610b-8266-4872-97b3-ec546ccc376f" } ], "id": "343d99c5-858d-4ff7-9b07-a38311e8627c", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-343d99c5-858d-4ff7-9b07-a38311e8627c" }, { "name": "push", "item": [ { "name": "{payLinkId}", "item": [ { "name": "Send payment link", "id": "5eb9cc4e-98b7-42db-99df-6d2461c25d82", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"channel\": \"email\",\n \"additionalEmails\": [\n \"\",\n \"\"\n ],\n \"attachFile\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/push/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "push", ":payLinkId" ], "variable": [ { "id": "29f08917-a51c-4494-872c-043b65c53d42", "key": "payLinkId", "value": "", "description": "(Required) ID for the payment link." } ] }, "description": "Send a payment link to the specified email addresses or phone numbers." }, "response": [ { "id": "2a68b2b9-14c6-4f8a-89b6-b1aa8c2a89c3", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"channel\": \"email\",\n \"additionalEmails\": [\n \"\",\n \"\"\n ],\n \"attachFile\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/push/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "push", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-2a68b2b9-14c6-4f8a-89b6-b1aa8c2a89c3" }, { "id": "f6e04953-3050-47e4-81be-416a2e6a6af1", "name": "Bad request / invalid data.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"channel\": \"email\",\n \"additionalEmails\": [\n \"\",\n \"\"\n ],\n \"attachFile\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/push/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "push", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-f6e04953-3050-47e4-81be-416a2e6a6af1" }, { "id": "b37bab0c-5b09-403e-9bdb-1edf2ce96f1c", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"channel\": \"email\",\n \"additionalEmails\": [\n \"\",\n \"\"\n ],\n \"attachFile\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/push/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "push", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-b37bab0c-5b09-403e-9bdb-1edf2ce96f1c" }, { "id": "def95780-0d27-4dd7-b459-01463c3ddcb6", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"channel\": \"email\",\n \"additionalEmails\": [\n \"\",\n \"\"\n ],\n \"attachFile\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/push/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "push", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-def95780-0d27-4dd7-b459-01463c3ddcb6" }, { "id": "563e3bd7-5bc1-4c15-8d7b-cf90a29095b0", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"channel\": \"email\",\n \"additionalEmails\": [\n \"\",\n \"\"\n ],\n \"attachFile\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/push/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "push", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-563e3bd7-5bc1-4c15-8d7b-cf90a29095b0" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-5eb9cc4e-98b7-42db-99df-6d2461c25d82" } ], "id": "6ae6c19a-e0d5-4d73-85c4-6756035cea08", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-6ae6c19a-e0d5-4d73-85c4-6756035cea08" } ], "id": "f8ea5663-934d-4e96-b00a-3afafed0e0b6", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-f8ea5663-934d-4e96-b00a-3afafed0e0b6" }, { "name": "update", "item": [ { "name": "{payLinkId}", "item": [ { "name": "Update payment link", "id": "1f2fe406-f219-4c15-abd6-7e2eba2a96aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/update/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "update", ":payLinkId" ], "variable": [ { "id": "16067f53-d9e1-4aad-a4dd-26564594dc58", "key": "payLinkId", "value": "", "description": "(Required) ID for the payment link." } ] }, "description": "Updates a payment link's details." }, "response": [ { "id": "66c15bba-9253-4205-8118-4670e2bebca3", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/update/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "update", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-66c15bba-9253-4205-8118-4670e2bebca3" }, { "id": "3e914576-9ff2-4bd6-91e6-ca7ec092e946", "name": "Bad request / invalid data.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/update/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "update", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-3e914576-9ff2-4bd6-91e6-ca7ec092e946" }, { "id": "81fa9cf0-0e85-492f-92a8-21f4d5d2ba40", "name": "Unauthorized request.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/update/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "update", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-81fa9cf0-0e85-492f-92a8-21f4d5d2ba40" }, { "id": "be9f577f-8e65-475c-a9b6-327632ee18e8", "name": "Internal server error.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/update/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "update", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-be9f577f-8e65-475c-a9b6-327632ee18e8" }, { "id": "8e2300b0-9dc1-4491-897d-219c6169866b", "name": "Database connection error.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"amex\": \"\",\n \"applePay\": \"\",\n \"googlePay\": \"\",\n \"discover\": \"\",\n \"eCheck\": \"\",\n \"mastercard\": \"\",\n \"visa\": \"\",\n \"diners\": \"\",\n \"jcb\": \"\",\n \"rdc\": \"\"\n },\n \"order\": \"\",\n \"paymentDescription\": \"\",\n \"settings\": {\n \"applePay\": {\n \"buttonStyle\": \"black\",\n \"buttonType\": \"pay\",\n \"language\": \"en-US\"\n }\n },\n \"showSaveMethod\": true\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/update/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "update", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-8e2300b0-9dc1-4491-897d-219c6169866b" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-1f2fe406-f219-4c15-abd6-7e2eba2a96aa" } ], "id": "5e447136-ed91-46bb-b12a-040094636745", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-5e447136-ed91-46bb-b12a-040094636745" } ], "id": "bc083ebc-37cb-4649-af5f-9095824a54dc", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-bc083ebc-37cb-4649-af5f-9095824a54dc" }, { "name": "refresh", "item": [ { "name": "{payLinkId}", "item": [ { "name": "Refresh payment link content", "id": "7d6f5fb4-8a65-4e71-a11f-1283c985a52d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/refresh/:payLinkId?amountFixed=true", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "refresh", ":payLinkId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" } ], "variable": [ { "id": "e3ee781c-2ae4-4698-ad4a-2431283255f8", "key": "payLinkId", "value": "", "description": "(Required) ID for the payment link." } ] }, "description": "Refresh a payment link's content after an update." }, "response": [ { "id": "6f994e55-e797-4e26-8ba5-1c23c300a958", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/refresh/:payLinkId?amountFixed=true", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "refresh", ":payLinkId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-6f994e55-e797-4e26-8ba5-1c23c300a958" }, { "id": "583371c4-4008-40e9-a166-fedeb0cf9707", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/refresh/:payLinkId?amountFixed=true", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "refresh", ":payLinkId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-583371c4-4008-40e9-a166-fedeb0cf9707" }, { "id": "22251701-71ef-4b2e-81be-66c0594c6995", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/refresh/:payLinkId?amountFixed=true", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "refresh", ":payLinkId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-22251701-71ef-4b2e-81be-66c0594c6995" }, { "id": "4c395b13-e1d7-4f0a-b360-f414ed8aece5", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/refresh/:payLinkId?amountFixed=true", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "refresh", ":payLinkId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-4c395b13-e1d7-4f0a-b360-f414ed8aece5" }, { "id": "5b53949b-2a21-4453-8a59-90235a6365ba", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/refresh/:payLinkId?amountFixed=true", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "refresh", ":payLinkId" ], "query": [ { "description": "Indicates whether customer can modify the payment amount. A value of `true` means the amount isn't modifiable, a value `false` means the payor can modify the amount to pay.", "key": "amountFixed", "value": "true" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-5b53949b-2a21-4453-8a59-90235a6365ba" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-7d6f5fb4-8a65-4e71-a11f-1283c985a52d" } ], "id": "4c56f774-ad54-44e9-aef6-6a460f13be2a", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-4c56f774-ad54-44e9-aef6-6a460f13be2a" } ], "id": "0aa5f881-2bb4-4ceb-80a2-19d51f39332f", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-0aa5f881-2bb4-4ceb-80a2-19d51f39332f" }, { "name": "{payLinkId}", "item": [ { "name": "Delete payment link", "id": "06d732b4-075d-45fa-8093-3a36cb97fea4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":payLinkId" ], "variable": [ { "id": "240f51e9-2457-4829-8c42-b1c9ba3870fe", "key": "payLinkId", "value": "", "description": "(Required) ID for the payment link." } ] }, "description": "Deletes a payment link by ID." }, "response": [ { "id": "41e12ddb-47a3-42ce-9b27-ef8937aa9414", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-41e12ddb-47a3-42ce-9b27-ef8937aa9414" }, { "id": "4a04a0f2-3b0c-4b26-8687-ef4c97dba18a", "name": "Bad request / invalid data.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-4a04a0f2-3b0c-4b26-8687-ef4c97dba18a" }, { "id": "b7047bb5-7fa2-4b27-a45c-fcb847d79350", "name": "Unauthorized request.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-b7047bb5-7fa2-4b27-a45c-fcb847d79350" }, { "id": "de450f09-eba2-4a17-9c78-865ab738903e", "name": "Internal server error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-de450f09-eba2-4a17-9c78-865ab738903e" }, { "id": "5f91e0a6-b74e-46c1-ba57-4ae6388ad1a4", "name": "Database connection error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/:payLinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", ":payLinkId" ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-5f91e0a6-b74e-46c1-ba57-4ae6388ad1a4" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-06d732b4-075d-45fa-8093-3a36cb97fea4" } ], "id": "30226f44-b6c1-4cdc-b754-89f2c304505b", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-30226f44-b6c1-4cdc-b754-89f2c304505b" }, { "name": "send", "item": [ { "name": "{payLinkId}", "item": [ { "name": "Send payment link email", "id": "18aa1835-8bff-4f2b-a072-debf10861ae7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/send/:payLinkId?attachfile=false&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "send", ":payLinkId" ], "query": [ { "description": "When `true`, attaches a PDF version of invoice to the email.", "key": "attachfile", "value": "false" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "id": "1673ab6f-b76d-4e0d-ad31-72de0debe5d3", "key": "payLinkId", "value": "", "description": "(Required) ID for the payment link." } ] }, "description": "Sends a payment link to the specified email addresses." }, "response": [ { "id": "25a857ee-22d4-472f-b912-49ba75c3c0c7", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/send/:payLinkId?attachfile=false&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "send", ":payLinkId" ], "query": [ { "description": "When `true`, attaches a PDF version of invoice to the email.", "key": "attachfile", "value": "false" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-25a857ee-22d4-472f-b912-49ba75c3c0c7" }, { "id": "2348e9e8-e83a-4939-a816-ffbe4517c55c", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/send/:payLinkId?attachfile=false&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "send", ":payLinkId" ], "query": [ { "description": "When `true`, attaches a PDF version of invoice to the email.", "key": "attachfile", "value": "false" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-2348e9e8-e83a-4939-a816-ffbe4517c55c" }, { "id": "8d71cf8f-3301-4ca4-b40f-335f7f7c99fa", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/send/:payLinkId?attachfile=false&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "send", ":payLinkId" ], "query": [ { "description": "When `true`, attaches a PDF version of invoice to the email.", "key": "attachfile", "value": "false" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-8d71cf8f-3301-4ca4-b40f-335f7f7c99fa" }, { "id": "bd3648cf-6bbb-4b84-aa0f-cb185e3de01d", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/send/:payLinkId?attachfile=false&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "send", ":payLinkId" ], "query": [ { "description": "When `true`, attaches a PDF version of invoice to the email.", "key": "attachfile", "value": "false" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-bd3648cf-6bbb-4b84-aa0f-cb185e3de01d" }, { "id": "edcf3dcf-4fb2-40aa-bb1d-f50ea4ec5f7a", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/PaymentLink/send/:payLinkId?attachfile=false&mail2=", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "send", ":payLinkId" ], "query": [ { "description": "When `true`, attaches a PDF version of invoice to the email.", "key": "attachfile", "value": "false" }, { "description": "List of recipient email addresses. When there is more than one, separate them by a semicolon (;).", "key": "mail2", "value": "" } ], "variable": [ { "key": "payLinkId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-edcf3dcf-4fb2-40aa-bb1d-f50ea4ec5f7a" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-18aa1835-8bff-4f2b-a072-debf10861ae7" } ], "id": "803df983-37da-4c52-af41-6225504fb5d0", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-803df983-37da-4c52-af41-6225504fb5d0" } ], "id": "e3c9f708-6e0a-47c3-8aba-1a6f73b205cd", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-e3c9f708-6e0a-47c3-8aba-1a6f73b205cd" }, { "name": "out", "item": [ { "name": "{paylinkId}", "item": [ { "name": "Update Pay Out payment link", "id": "e0c27415-4998-4abf-b3a2-07f15af0758e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"billPageData\": {\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n },\n \"expirationDate\": \"\",\n \"status\": \"Deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/out/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "out", ":paylinkId" ], "variable": [ { "id": "4afec4d6-9e02-4815-bebd-85054611a89d", "key": "paylinkId", "value": "", "description": "(Required) ID for the payment link." } ] }, "description": "Partially updates a Pay Out payment link's content, expiration date, and/or status. Use this to modify the payment page configuration, extend or change the expiration, or cancel a link. Updating the expiration date of an expired link reactivates it to Active status." }, "response": [ { "id": "7f6321d2-7b35-4e14-b495-a4451d3c80af", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"billPageData\": {\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n },\n \"expirationDate\": \"\",\n \"status\": \"Deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/out/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "out", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-7f6321d2-7b35-4e14-b495-a4451d3c80af" }, { "id": "4e273efa-ed3e-4117-9b4f-1ac5be469e14", "name": "Bad request / invalid data.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"billPageData\": {\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n },\n \"expirationDate\": \"\",\n \"status\": \"Deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/out/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "out", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-4e273efa-ed3e-4117-9b4f-1ac5be469e14" }, { "id": "7f08906d-f724-46f4-91ff-e1dabb521afb", "name": "Unauthorized request.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"billPageData\": {\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n },\n \"expirationDate\": \"\",\n \"status\": \"Deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/out/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "out", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-7f08906d-f724-46f4-91ff-e1dabb521afb" }, { "id": "c3445cfd-c3ac-4a81-84a2-b498cb05882d", "name": "Internal server error.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"billPageData\": {\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n },\n \"expirationDate\": \"\",\n \"status\": \"Deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/out/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "out", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-c3445cfd-c3ac-4a81-84a2-b498cb05882d" }, { "id": "0ee75d91-8448-4729-84bb-2812631ac75b", "name": "Database connection error.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"billPageData\": {\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n },\n \"expirationDate\": \"\",\n \"status\": \"Deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/out/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "out", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-0ee75d91-8448-4729-84bb-2812631ac75b" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-e0c27415-4998-4abf-b3a2-07f15af0758e" } ], "id": "a87826fe-e32b-4387-93a7-673d798c3ce8", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-a87826fe-e32b-4387-93a7-673d798c3ce8" } ], "id": "fce28a8e-65ce-4769-8910-26bc453d38d8", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-fce28a8e-65ce-4769-8910-26bc453d38d8" }, { "name": "updateOut", "item": [ { "name": "{paylinkId}", "item": [ { "name": "Update Pay Out payment link content", "id": "39b973ac-9ee7-47bc-8bc9-61c2059a0c00", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/updateOut/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "updateOut", ":paylinkId" ], "variable": [ { "id": "eeb806f0-83b8-4ef4-8bb0-45ce99a7e3e0", "key": "paylinkId", "value": "", "description": "(Required) ID for the payment link." } ] }, "description": "Updates the payment page content for a Pay Out payment link. Use this to change the branding, messaging, payment methods offered, or other page configuration." }, "response": [ { "id": "d08cefe7-c71a-414b-8470-cad0f1abbd8d", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/updateOut/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "updateOut", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-d08cefe7-c71a-414b-8470-cad0f1abbd8d" }, { "id": "b87de28f-6844-47de-b744-5ed6c87b86de", "name": "Bad request / invalid data.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/updateOut/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "updateOut", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-b87de28f-6844-47de-b744-5ed6c87b86de" }, { "id": "f2265e41-cac7-4f79-8673-d45acde9544d", "name": "Unauthorized request.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/updateOut/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "updateOut", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-f2265e41-cac7-4f79-8673-d45acde9544d" }, { "id": "bc118fad-8e67-442d-9b86-3db1a4712b9f", "name": "Internal server error.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/updateOut/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "updateOut", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-bc118fad-8e67-442d-9b86-3db1a4712b9f" }, { "id": "f90edd28-1fa1-48ae-93ea-a0a8eee4da60", "name": "Database connection error.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactUs\": {\n \"emailLabel\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"paymentIcons\": \"\",\n \"phoneLabel\": \"\"\n },\n \"logo\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"messageBeforePaying\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"notes\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\",\n \"placeholder\": \"\",\n \"value\": \"\"\n },\n \"page\": {\n \"description\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"paymentButton\": {\n \"enabled\": \"\",\n \"label\": \"\",\n \"order\": \"\"\n },\n \"paymentMethods\": {\n \"allMethodsChecked\": \"\",\n \"allowMultipleMethods\": \"\",\n \"defaultMethod\": \"\",\n \"enabled\": \"\",\n \"header\": \"\",\n \"methods\": {\n \"ach\": \"\",\n \"check\": \"\",\n \"vcard\": \"\"\n },\n \"order\": \"\",\n \"showPreviewVirtualCard\": \"\"\n },\n \"review\": {\n \"enabled\": \"\",\n \"header\": \"\",\n \"order\": \"\"\n },\n \"bills\": {\n \"enabled\": \"\",\n \"order\": \"\"\n },\n \"settings\": {\n \"color\": \"\",\n \"customCssUrl\": \"\",\n \"language\": \"\",\n \"pageLogo\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n },\n \"redirectAfterApprove\": \"\",\n \"redirectAfterApproveUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/PaymentLink/updateOut/:paylinkId", "host": [ "{{baseUrl}}" ], "path": [ "PaymentLink", "updateOut", ":paylinkId" ], "variable": [ { "key": "paylinkId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"explanation\": \"\",\n \"todoAction\": \"\"\n }\n}", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-f90edd28-1fa1-48ae-93ea-a0a8eee4da60" } ], "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-39b973ac-9ee7-47bc-8bc9-61c2059a0c00" } ], "id": "90e059df-fc50-4e8f-a362-cfb407ab47b2", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-90e059df-fc50-4e8f-a362-cfb407ab47b2" } ], "id": "3f2479ec-d278-4914-a5bd-1a73ec7ca63b", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-3f2479ec-d278-4914-a5bd-1a73ec7ca63b" } ], "id": "5cd710fa-bf03-4e2c-8d7f-e0cdc5f9a8f4", "createdAt": "2026-07-28T02:33:03.000Z", "updatedAt": "2026-07-28T02:33:03.000Z", "uid": "35240-5cd710fa-bf03-4e2c-8d7f-e0cdc5f9a8f4" } ], "variable": [ { "key": "baseUrl", "value": "https://api-sandbox.payabli.com/api" } ] }