{ "info": { "_postman_id": "03270c74-1b44-4ed4-8845-a87bab341f02", "name": "API reference Bill moneyOut API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:32:48.000Z", "updatedAt": "2026-07-28T02:32:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-03270c74-1b44-4ed4-8845-a87bab341f02" }, "item": [ { "name": "MoneyOut", "item": [ { "name": "authorize", "item": [ { "name": "Authorize a payout", "id": "d80edd86-0754-4a48-91e9-4c111a797e12", "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 \"entryPoint\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achCode\": \"\",\n \"achHolderType\": \"personal\",\n \"storedMethodId\": \"\",\n \"initiator\": \"\",\n \"storedMethodUsageType\": \"\"\n },\n \"paymentDetails\": {\n \"checkNumber\": \"\",\n \"currency\": \"\",\n \"serviceFee\": \"\",\n \"totalAmount\": \"\",\n \"unbundled\": \"\"\n },\n \"vendorData\": {\n \"vendorNumber\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"ein\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"mcc\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"billingData\": {\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"\"\n },\n \"vendorStatus\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"customerVendorAccount\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"additionalData\": {\n \"et_11\": {\n \"culpa_b\": {\n \"description\": \"Any type\"\n },\n \"consequat_e9e\": {\n \"description\": \"Any type\"\n }\n },\n \"Ut3\": {\n \"do_77a\": {\n \"description\": \"Any type\"\n }\n }\n },\n \"address2\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"storedMethodId\": \"\"\n },\n \"vendorId\": \"\"\n },\n \"invoiceData\": [\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET10\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n ]\n },\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET20\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"gif\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n }\n ]\n }\n ],\n \"source\": \"\",\n \"orderId\": \"\",\n \"orderDescription\": \"\",\n \"accountId\": \"\",\n \"subdomain\": \"\",\n \"subscriptionId\": \"\",\n \"autoCapture\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/authorize?allowDuplicatedBills=false&doNotCreateBills=false&forceVendorCreation=false", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "authorize" ], "query": [ { "description": "When `true`, the authorization bypasses the requirement for unique bills, identified by vendor invoice number. This allows you to make more than one payout authorization for a bill, like a split payment.", "key": "allowDuplicatedBills", "value": "false" }, { "description": "When `true`, Payabli won't automatically create a bill for this payout transaction.", "key": "doNotCreateBills", "value": "false" }, { "description": "When `true`, the request creates a new vendor record, regardless of whether the vendor already exists.", "key": "forceVendorCreation", "value": "false" } ] }, "description": "Authorizes a transaction for payout.\n\nIf you don't pass `autoCapture` with a value of `true`, authorized transactions aren't flagged for settlement until captured. Use the `referenceId` returned in the response to capture the transaction.\n\nWhen `autoCapture` is `true`, Payabli captures the transaction asynchronously after authorization. The response confirms only that the transaction was authorized; it doesn't confirm that capture succeeded. To confirm capture, listen for the [`payout_transaction_approvedcaptured`](/developers/api-reference/webhooks-overview/payout-transaction-approved-captured) webhook event.\n\nIf a velocity fraud alert is triggered, the endpoint returns a `202` response with `responseCode` `9051`, and the authorization is held for risk review rather than rejected. If a risk policy blocks the transaction, the endpoint returns a `422` response with `responseCode` `9005`, a terminal rejection.\n\nFor check payouts, Payabli validates the remit (mailing) address at authorization. If the address fails deliverability validation, the endpoint returns a `422` response and doesn't charge the paypoint. Correct the address and re-authorize. Other payout rails (ACH, RTP, virtual card, wire, and managed payables) aren't affected." }, "response": [ { "id": "da3ee1b2-6485-4e10-944e-b2277ee96914", "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 \"entryPoint\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achCode\": \"\",\n \"achHolderType\": \"personal\",\n \"storedMethodId\": \"\",\n \"initiator\": \"\",\n \"storedMethodUsageType\": \"\"\n },\n \"paymentDetails\": {\n \"checkNumber\": \"\",\n \"currency\": \"\",\n \"serviceFee\": \"\",\n \"totalAmount\": \"\",\n \"unbundled\": \"\"\n },\n \"vendorData\": {\n \"vendorNumber\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"ein\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"mcc\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"billingData\": {\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"\"\n },\n \"vendorStatus\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"customerVendorAccount\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"additionalData\": {\n \"et_11\": {\n \"culpa_b\": {\n \"description\": \"Any type\"\n },\n \"consequat_e9e\": {\n \"description\": \"Any type\"\n }\n },\n \"Ut3\": {\n \"do_77a\": {\n \"description\": \"Any type\"\n }\n }\n },\n \"address2\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"storedMethodId\": \"\"\n },\n \"vendorId\": \"\"\n },\n \"invoiceData\": [\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET10\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n ]\n },\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET20\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"gif\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n }\n ]\n }\n ],\n \"source\": \"\",\n \"orderId\": \"\",\n \"orderDescription\": \"\",\n \"accountId\": \"\",\n \"subdomain\": \"\",\n \"subscriptionId\": \"\",\n \"autoCapture\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/authorize?allowDuplicatedBills=false&doNotCreateBills=false&forceVendorCreation=false", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "authorize" ], "query": [ { "description": "When `true`, the authorization bypasses the requirement for unique bills, identified by vendor invoice number. This allows you to make more than one payout authorization for a bill, like a split payment.", "key": "allowDuplicatedBills", "value": "false" }, { "description": "When `true`, Payabli won't automatically create a bill for this payout transaction.", "key": "doNotCreateBills", "value": "false" }, { "description": "When `true`, the request creates a new vendor record, regardless of whether the vendor already exists.", "key": "forceVendorCreation", "value": "false" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseCode\": \"\",\n \"pageIdentifier\": \"\",\n \"roomId\": \"\",\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": {\n \"authCode\": \"\",\n \"referenceId\": \"\",\n \"resultCode\": \"\",\n \"resultText\": \"\",\n \"avsResponseText\": \"\",\n \"cvvResponseText\": \"\",\n \"customerId\": \"\",\n \"vendorId\": \"\",\n \"methodReferenceId\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-da3ee1b2-6485-4e10-944e-b2277ee96914" }, { "id": "328f1767-2b32-448b-b317-c7d4dc0c6398", "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 \"entryPoint\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achCode\": \"\",\n \"achHolderType\": \"personal\",\n \"storedMethodId\": \"\",\n \"initiator\": \"\",\n \"storedMethodUsageType\": \"\"\n },\n \"paymentDetails\": {\n \"checkNumber\": \"\",\n \"currency\": \"\",\n \"serviceFee\": \"\",\n \"totalAmount\": \"\",\n \"unbundled\": \"\"\n },\n \"vendorData\": {\n \"vendorNumber\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"ein\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"mcc\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"billingData\": {\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"\"\n },\n \"vendorStatus\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"customerVendorAccount\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"additionalData\": {\n \"et_11\": {\n \"culpa_b\": {\n \"description\": \"Any type\"\n },\n \"consequat_e9e\": {\n \"description\": \"Any type\"\n }\n },\n \"Ut3\": {\n \"do_77a\": {\n \"description\": \"Any type\"\n }\n }\n },\n \"address2\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"storedMethodId\": \"\"\n },\n \"vendorId\": \"\"\n },\n \"invoiceData\": [\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET10\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n ]\n },\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET20\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"gif\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n }\n ]\n }\n ],\n \"source\": \"\",\n \"orderId\": \"\",\n \"orderDescription\": \"\",\n \"accountId\": \"\",\n \"subdomain\": \"\",\n \"subscriptionId\": \"\",\n \"autoCapture\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/authorize?allowDuplicatedBills=false&doNotCreateBills=false&forceVendorCreation=false", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "authorize" ], "query": [ { "description": "When `true`, the authorization bypasses the requirement for unique bills, identified by vendor invoice number. This allows you to make more than one payout authorization for a bill, like a split payment.", "key": "allowDuplicatedBills", "value": "false" }, { "description": "When `true`, Payabli won't automatically create a bill for this payout transaction.", "key": "doNotCreateBills", "value": "false" }, { "description": "When `true`, the request creates a new vendor record, regardless of whether the vendor already exists.", "key": "forceVendorCreation", "value": "false" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-328f1767-2b32-448b-b317-c7d4dc0c6398" }, { "id": "8b3388ea-a844-49b4-9828-4ee793eb1acd", "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 \"entryPoint\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achCode\": \"\",\n \"achHolderType\": \"personal\",\n \"storedMethodId\": \"\",\n \"initiator\": \"\",\n \"storedMethodUsageType\": \"\"\n },\n \"paymentDetails\": {\n \"checkNumber\": \"\",\n \"currency\": \"\",\n \"serviceFee\": \"\",\n \"totalAmount\": \"\",\n \"unbundled\": \"\"\n },\n \"vendorData\": {\n \"vendorNumber\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"ein\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"mcc\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"billingData\": {\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"\"\n },\n \"vendorStatus\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"customerVendorAccount\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"additionalData\": {\n \"et_11\": {\n \"culpa_b\": {\n \"description\": \"Any type\"\n },\n \"consequat_e9e\": {\n \"description\": \"Any type\"\n }\n },\n \"Ut3\": {\n \"do_77a\": {\n \"description\": \"Any type\"\n }\n }\n },\n \"address2\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"storedMethodId\": \"\"\n },\n \"vendorId\": \"\"\n },\n \"invoiceData\": [\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET10\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n ]\n },\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET20\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"gif\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n }\n ]\n }\n ],\n \"source\": \"\",\n \"orderId\": \"\",\n \"orderDescription\": \"\",\n \"accountId\": \"\",\n \"subdomain\": \"\",\n \"subscriptionId\": \"\",\n \"autoCapture\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/authorize?allowDuplicatedBills=false&doNotCreateBills=false&forceVendorCreation=false", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "authorize" ], "query": [ { "description": "When `true`, the authorization bypasses the requirement for unique bills, identified by vendor invoice number. This allows you to make more than one payout authorization for a bill, like a split payment.", "key": "allowDuplicatedBills", "value": "false" }, { "description": "When `true`, Payabli won't automatically create a bill for this payout transaction.", "key": "doNotCreateBills", "value": "false" }, { "description": "When `true`, the request creates a new vendor record, regardless of whether the vendor already exists.", "key": "forceVendorCreation", "value": "false" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-8b3388ea-a844-49b4-9828-4ee793eb1acd" }, { "id": "8b4d919f-155b-4da2-a993-352794b2e29b", "name": "Blocked by fraud control. Returned when a risk policy blocks the transaction\n(response code `9005`). This is a terminal outcome \u2014 the transaction is\nrejected and won't proceed, so the body carries `isSuccess: false` and\n`responseCode: 9005`.\n", "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 \"entryPoint\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achCode\": \"\",\n \"achHolderType\": \"personal\",\n \"storedMethodId\": \"\",\n \"initiator\": \"\",\n \"storedMethodUsageType\": \"\"\n },\n \"paymentDetails\": {\n \"checkNumber\": \"\",\n \"currency\": \"\",\n \"serviceFee\": \"\",\n \"totalAmount\": \"\",\n \"unbundled\": \"\"\n },\n \"vendorData\": {\n \"vendorNumber\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"ein\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"mcc\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"billingData\": {\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"\"\n },\n \"vendorStatus\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"customerVendorAccount\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"additionalData\": {\n \"et_11\": {\n \"culpa_b\": {\n \"description\": \"Any type\"\n },\n \"consequat_e9e\": {\n \"description\": \"Any type\"\n }\n },\n \"Ut3\": {\n \"do_77a\": {\n \"description\": \"Any type\"\n }\n }\n },\n \"address2\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"storedMethodId\": \"\"\n },\n \"vendorId\": \"\"\n },\n \"invoiceData\": [\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET10\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n ]\n },\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET20\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"gif\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n }\n ]\n }\n ],\n \"source\": \"\",\n \"orderId\": \"\",\n \"orderDescription\": \"\",\n \"accountId\": \"\",\n \"subdomain\": \"\",\n \"subscriptionId\": \"\",\n \"autoCapture\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/authorize?allowDuplicatedBills=false&doNotCreateBills=false&forceVendorCreation=false", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "authorize" ], "query": [ { "description": "When `true`, the authorization bypasses the requirement for unique bills, identified by vendor invoice number. This allows you to make more than one payout authorization for a bill, like a split payment.", "key": "allowDuplicatedBills", "value": "false" }, { "description": "When `true`, Payabli won't automatically create a bill for this payout transaction.", "key": "doNotCreateBills", "value": "false" }, { "description": "When `true`, the request creates a new vendor record, regardless of whether the vendor already exists.", "key": "forceVendorCreation", "value": "false" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-8b4d919f-155b-4da2-a993-352794b2e29b" }, { "id": "237adbde-273f-41c6-83c7-4641304071b6", "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 \"entryPoint\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achCode\": \"\",\n \"achHolderType\": \"personal\",\n \"storedMethodId\": \"\",\n \"initiator\": \"\",\n \"storedMethodUsageType\": \"\"\n },\n \"paymentDetails\": {\n \"checkNumber\": \"\",\n \"currency\": \"\",\n \"serviceFee\": \"\",\n \"totalAmount\": \"\",\n \"unbundled\": \"\"\n },\n \"vendorData\": {\n \"vendorNumber\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"ein\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"mcc\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"billingData\": {\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"\"\n },\n \"vendorStatus\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"customerVendorAccount\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"additionalData\": {\n \"et_11\": {\n \"culpa_b\": {\n \"description\": \"Any type\"\n },\n \"consequat_e9e\": {\n \"description\": \"Any type\"\n }\n },\n \"Ut3\": {\n \"do_77a\": {\n \"description\": \"Any type\"\n }\n }\n },\n \"address2\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"storedMethodId\": \"\"\n },\n \"vendorId\": \"\"\n },\n \"invoiceData\": [\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET10\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n ]\n },\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET20\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"gif\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n }\n ]\n }\n ],\n \"source\": \"\",\n \"orderId\": \"\",\n \"orderDescription\": \"\",\n \"accountId\": \"\",\n \"subdomain\": \"\",\n \"subscriptionId\": \"\",\n \"autoCapture\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/authorize?allowDuplicatedBills=false&doNotCreateBills=false&forceVendorCreation=false", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "authorize" ], "query": [ { "description": "When `true`, the authorization bypasses the requirement for unique bills, identified by vendor invoice number. This allows you to make more than one payout authorization for a bill, like a split payment.", "key": "allowDuplicatedBills", "value": "false" }, { "description": "When `true`, Payabli won't automatically create a bill for this payout transaction.", "key": "doNotCreateBills", "value": "false" }, { "description": "When `true`, the request creates a new vendor record, regardless of whether the vendor already exists.", "key": "forceVendorCreation", "value": "false" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-237adbde-273f-41c6-83c7-4641304071b6" }, { "id": "a54c8663-5dd6-4198-92e0-4bde17f365e3", "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 \"entryPoint\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achCode\": \"\",\n \"achHolderType\": \"personal\",\n \"storedMethodId\": \"\",\n \"initiator\": \"\",\n \"storedMethodUsageType\": \"\"\n },\n \"paymentDetails\": {\n \"checkNumber\": \"\",\n \"currency\": \"\",\n \"serviceFee\": \"\",\n \"totalAmount\": \"\",\n \"unbundled\": \"\"\n },\n \"vendorData\": {\n \"vendorNumber\": \"\",\n \"name1\": \"\",\n \"name2\": \"\",\n \"ein\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"mcc\": \"\",\n \"contacts\": [\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n },\n {\n \"contactEmail\": \"\",\n \"contactName\": \"\",\n \"contactPhone\": \"\",\n \"contactTitle\": \"\",\n \"additionalData\": \"\"\n }\n ],\n \"billingData\": {\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"\"\n },\n \"vendorStatus\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"customerVendorAccount\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"additionalData\": {\n \"et_11\": {\n \"culpa_b\": {\n \"description\": \"Any type\"\n },\n \"consequat_e9e\": {\n \"description\": \"Any type\"\n }\n },\n \"Ut3\": {\n \"do_77a\": {\n \"description\": \"Any type\"\n }\n }\n },\n \"address2\": \"\",\n \"internalReferenceId\": \"\",\n \"locationCode\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"paymentMethod\": {\n \"method\": \"\",\n \"storedMethodId\": \"\"\n },\n \"vendorId\": \"\"\n },\n \"invoiceData\": [\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET10\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n ]\n },\n {\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"invoiceDate\": \"\",\n \"dueDate\": \"\",\n \"comments\": \"\",\n \"lotNumber\": \"\",\n \"billId\": \"\",\n \"discount\": \"\",\n \"terms\": \"NET20\",\n \"accountingField1\": \"\",\n \"accountingField2\": \"\",\n \"additionalData\": \"\",\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"gif\",\n \"furl\": \"\"\n },\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"txt\",\n \"furl\": \"\"\n }\n ]\n }\n ],\n \"source\": \"\",\n \"orderId\": \"\",\n \"orderDescription\": \"\",\n \"accountId\": \"\",\n \"subdomain\": \"\",\n \"subscriptionId\": \"\",\n \"autoCapture\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/authorize?allowDuplicatedBills=false&doNotCreateBills=false&forceVendorCreation=false", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "authorize" ], "query": [ { "description": "When `true`, the authorization bypasses the requirement for unique bills, identified by vendor invoice number. This allows you to make more than one payout authorization for a bill, like a split payment.", "key": "allowDuplicatedBills", "value": "false" }, { "description": "When `true`, Payabli won't automatically create a bill for this payout transaction.", "key": "doNotCreateBills", "value": "false" }, { "description": "When `true`, the request creates a new vendor record, regardless of whether the vendor already exists.", "key": "forceVendorCreation", "value": "false" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-a54c8663-5dd6-4198-92e0-4bde17f365e3" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-d80edd86-0754-4a48-91e9-4c111a797e12" } ], "id": "630565bf-a130-4f3e-a452-48783cf38aa1", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-630565bf-a130-4f3e-a452-48783cf38aa1" }, { "name": "capture", "item": [ { "name": "{referenceId}", "item": [ { "name": "Capture an authorized payout transaction", "id": "d1f2f9b6-25a7-44e7-a44d-a4b2a94837c7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/capture/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "capture", ":referenceId" ], "variable": [ { "id": "7f16e029-74db-45c9-8aac-0a8236585488", "key": "referenceId", "value": "", "description": "(Required) The ID for the payout transaction." } ] }, "description": "Captures a single authorized payout transaction by ID. If the transaction was authorized with `autoCapture` set to `true`, you don't need to call this endpoint to capture the transaction for processing.\n\nIf a velocity fraud alert is triggered, the endpoint returns a `202` response with `responseCode` `9051`, and the capture is held for risk review rather than rejected. If a risk policy blocks the transaction, the endpoint returns a `422` response with `responseCode` `9005`, a terminal rejection." }, "response": [ { "id": "86e0b72d-b294-40fb-aa1a-33f3b23773ba", "name": "Success", "originalRequest": { "method": "GET", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/capture/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "capture", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseCode\": \"\",\n \"pageIdentifier\": \"\",\n \"roomId\": \"\",\n \"isSuccess\": \"\",\n \"responseText\": \"\",\n \"responseData\": {\n \"authCode\": \"\",\n \"referenceId\": \"\",\n \"resultCode\": \"\",\n \"resultText\": \"\",\n \"avsResponseText\": \"\",\n \"cvvResponseText\": \"\",\n \"customerId\": \"\",\n \"vendorId\": \"\",\n \"methodReferenceId\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-86e0b72d-b294-40fb-aa1a-33f3b23773ba" }, { "id": "691a3511-40b4-4dd5-b91b-50291be9f421", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/capture/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "capture", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-691a3511-40b4-4dd5-b91b-50291be9f421" }, { "id": "39316f1d-d128-483f-8e32-54144fb080ab", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/capture/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "capture", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-39316f1d-d128-483f-8e32-54144fb080ab" }, { "id": "2e2369ae-f25d-4767-8f8e-8e3183242bff", "name": "Blocked by fraud control. Returned when a risk policy blocks the transaction\n(response code `9005`). This is a terminal outcome \u2014 the transaction is\nrejected and won't proceed, so the body carries `isSuccess: false` and\n`responseCode: 9005`.\n", "originalRequest": { "method": "GET", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/capture/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "capture", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-2e2369ae-f25d-4767-8f8e-8e3183242bff" }, { "id": "3c1d9447-02e1-46c9-8842-419760310a65", "name": "Internal server error.", "originalRequest": { "method": "GET", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/capture/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "capture", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-3c1d9447-02e1-46c9-8842-419760310a65" }, { "id": "6a623679-9675-4a50-b9cf-6e2e686ef6fb", "name": "Database connection error.", "originalRequest": { "method": "GET", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/capture/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "capture", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-6a623679-9675-4a50-b9cf-6e2e686ef6fb" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-d1f2f9b6-25a7-44e7-a44d-a4b2a94837c7" } ], "id": "81d00c16-036d-407c-82e0-003a375fdf67", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-81d00c16-036d-407c-82e0-003a375fdf67" } ], "id": "c60e9e81-e3b0-408b-9517-7a7d9857d155", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-c60e9e81-e3b0-408b-9517-7a7d9857d155" }, { "name": "captureAll", "item": [ { "name": "Capture a list of authorized payout transactions", "id": "2ac2f119-f0a4-4a39-a841-1e5d2c773613", "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 \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/captureAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "captureAll" ] }, "description": "Captures an array of authorized payout transactions for settlement. The maximum number of transactions that can be captured in a single request is 500." }, "response": [ { "id": "fc60ef4b-d543-4811-9982-9d62e0ed0773", "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 \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/captureAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "captureAll" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"isSuccess\": \"\",\n \"pageIdentifier\": \"\",\n \"responseCode\": \"\",\n \"responseData\": [\n {\n \"CustomerId\": \"\",\n \"VendorId\": \"\",\n \"ReferenceId\": \"\",\n \"ResultCode\": \"\",\n \"ResultText\": \"\"\n },\n {\n \"CustomerId\": \"\",\n \"VendorId\": \"\",\n \"ReferenceId\": \"\",\n \"ResultCode\": \"\",\n \"ResultText\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-fc60ef4b-d543-4811-9982-9d62e0ed0773" }, { "id": "2b222d97-30a9-4e9a-a8b7-1766317e35e3", "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 \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/captureAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "captureAll" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-2b222d97-30a9-4e9a-a8b7-1766317e35e3" }, { "id": "7baee9f5-9a3c-4cff-925a-17c00e9ef9de", "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 \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/captureAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "captureAll" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-7baee9f5-9a3c-4cff-925a-17c00e9ef9de" }, { "id": "87b54d54-1fdc-49f3-bfaa-8224c01bfe88", "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 \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/captureAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "captureAll" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-87b54d54-1fdc-49f3-bfaa-8224c01bfe88" }, { "id": "42ec4dd6-e380-44ef-8786-32174351125d", "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 \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/captureAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "captureAll" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-42ec4dd6-e380-44ef-8786-32174351125d" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-2ac2f119-f0a4-4a39-a841-1e5d2c773613" } ], "id": "ee96125a-fb6d-44f5-9d37-a3683187a121", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-ee96125a-fb6d-44f5-9d37-a3683187a121" }, { "name": "cancel", "item": [ { "name": "{referenceId}", "item": [ { "name": "Cancel a payout transaction", "id": "40aaad50-8bb9-42a8-8ae6-610c8a282d5b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "id": "d5e916cc-c9b3-43b1-9e8f-57b5a79f5e65", "key": "referenceId", "value": "", "description": "(Required) The ID for the payout transaction." } ] }, "description": "Cancel a payout transaction by ID." }, "response": [ { "id": "a480e66c-0303-4586-a09f-c3923e7e1c3a", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"isSuccess\": \"\",\n \"pageIdentifier\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"AuthCode\": \"\",\n \"avsResponseText\": \"\",\n \"CustomerId\": \"\",\n \"VendorId\": \"\",\n \"cvvResponseText\": \"\",\n \"methodReferenceId\": \"\",\n \"ReferenceId\": \"\",\n \"ResultCode\": \"\",\n \"ResultText\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-a480e66c-0303-4586-a09f-c3923e7e1c3a" }, { "id": "6fb770d1-6a53-4fb5-a411-48d21a16e1c4", "name": "Bad request / invalid data.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-6fb770d1-6a53-4fb5-a411-48d21a16e1c4" }, { "id": "534180e4-3f30-48fe-8894-1e909a67edb5", "name": "Unauthorized request.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-534180e4-3f30-48fe-8894-1e909a67edb5" }, { "id": "e6f56d6a-035c-4c84-a94c-6e2f7831728e", "name": "Internal server error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-e6f56d6a-035c-4c84-a94c-6e2f7831728e" }, { "id": "433ba989-5209-4c9f-b868-a0965d3e4282", "name": "Database connection error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-433ba989-5209-4c9f-b868-a0965d3e4282" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-40aaad50-8bb9-42a8-8ae6-610c8a282d5b" }, { "name": "Cancel a payout transaction", "id": "7ff76b6f-c3e4-491f-9b30-b8d818698c92", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "id": "0c6866c1-7004-4024-a196-4873dd1d195e", "key": "referenceId", "value": "", "description": "(Required) The ID for the payout transaction." } ] }, "description": "Cancel a payout transaction by ID." }, "response": [ { "id": "8aaf4e56-fd81-49d3-9bb1-ad899a45904b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"isSuccess\": \"\",\n \"pageIdentifier\": \"\",\n \"responseCode\": \"\",\n \"responseData\": {\n \"AuthCode\": \"\",\n \"avsResponseText\": \"\",\n \"CustomerId\": \"\",\n \"VendorId\": \"\",\n \"cvvResponseText\": \"\",\n \"methodReferenceId\": \"\",\n \"ReferenceId\": \"\",\n \"ResultCode\": \"\",\n \"ResultText\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-8aaf4e56-fd81-49d3-9bb1-ad899a45904b" }, { "id": "3b2c67eb-a0cd-4244-b785-ba8ae22f47f8", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-3b2c67eb-a0cd-4244-b785-ba8ae22f47f8" }, { "id": "39384ec8-3574-49a0-891a-b69954c5219c", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-39384ec8-3574-49a0-891a-b69954c5219c" }, { "id": "1e6ed943-481c-4b87-833c-8b42b13975e3", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-1e6ed943-481c-4b87-833c-8b42b13975e3" }, { "id": "ee99a78a-aaea-43a4-9486-36edc6d9da87", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/cancel/:referenceId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancel", ":referenceId" ], "variable": [ { "key": "referenceId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-ee99a78a-aaea-43a4-9486-36edc6d9da87" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-7ff76b6f-c3e4-491f-9b30-b8d818698c92" } ], "id": "dfd3b264-a750-485a-a203-5829f9bf7d2b", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-dfd3b264-a750-485a-a203-5829f9bf7d2b" } ], "id": "dcf1625f-77f6-4594-8b27-f8d802c8c649", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-dcf1625f-77f6-4594-8b27-f8d802c8c649" }, { "name": "cancelAll", "item": [ { "name": "Cancel list of payout transactions", "id": "ede197be-4bab-4074-9f1d-afabb4b51e70", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/cancelAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancelAll" ] }, "description": "Cancels an array of payout transactions." }, "response": [ { "id": "b918dc75-7203-4496-acf6-9a443dfe0a4d", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/cancelAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancelAll" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"isSuccess\": \"\",\n \"pageIdentifier\": \"\",\n \"responseCode\": \"\",\n \"responseData\": [\n {\n \"CustomerId\": \"\",\n \"VendorId\": \"\",\n \"ReferenceId\": \"\",\n \"ResultCode\": \"\",\n \"ResultText\": \"\"\n },\n {\n \"CustomerId\": \"\",\n \"VendorId\": \"\",\n \"ReferenceId\": \"\",\n \"ResultCode\": \"\",\n \"ResultText\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-b918dc75-7203-4496-acf6-9a443dfe0a4d" }, { "id": "b36746f1-4e57-40e3-bbbd-67ee75222e26", "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 \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/cancelAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancelAll" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-b36746f1-4e57-40e3-bbbd-67ee75222e26" }, { "id": "9bb91baf-690d-4275-888a-1d87de3feaa8", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/cancelAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancelAll" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-9bb91baf-690d-4275-888a-1d87de3feaa8" }, { "id": "2fa04b25-999b-4098-8d66-89ca83ed77e7", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/cancelAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancelAll" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-2fa04b25-999b-4098-8d66-89ca83ed77e7" }, { "id": "62efc2db-4878-4cff-a5c6-783f32288db3", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/cancelAll", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "cancelAll" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-62efc2db-4878-4cff-a5c6-783f32288db3" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-ede197be-4bab-4074-9f1d-afabb4b51e70" } ], "id": "a5aa864e-5cf7-4537-a6e0-90318e4c0015", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-a5aa864e-5cf7-4537-a6e0-90318e4c0015" }, { "name": "details", "item": [ { "name": "{transId}", "item": [ { "name": "Get details for a processed payout transaction", "id": "95cb0d97-aec8-4bd6-9355-afc3e33f66da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/details/:transId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "details", ":transId" ], "variable": [ { "id": "f60fb1c0-8c21-43b1-a2ae-c81a7f644df1", "key": "transId", "value": "", "description": "(Required) ReferenceId for the transaction (PaymentId)." } ] }, "description": "Returns details for a processed money out transaction." }, "response": [ { "id": "3f51abc0-3791-4dc3-b3b2-ee78c024b49f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/details/:transId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "details", ":transId" ], "variable": [ { "key": "transId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Bills\": [\n {\n \"dueDate\": \"\",\n \"invoiceDate\": \"\",\n \"billId\": \"\",\n \"lotNumber\": \"\",\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"discount\": \"\",\n \"comments\": \"\"\n },\n {\n \"dueDate\": \"\",\n \"invoiceDate\": \"\",\n \"billId\": \"\",\n \"lotNumber\": \"\",\n \"invoiceNumber\": \"\",\n \"netAmount\": \"\",\n \"discount\": \"\",\n \"comments\": \"\"\n }\n ],\n \"CheckData\": {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"docx\",\n \"furl\": \"\"\n },\n \"CheckNumber\": \"\",\n \"Comments\": \"\",\n \"CreatedDate\": \"\",\n \"CreatedAt\": \"\",\n \"Events\": [\n {\n \"TransEvent\": \"\",\n \"EventData\": {\n \"elit__8\": {\n \"description\": \"Any type\"\n },\n \"qui_76\": {\n \"description\": \"Any type\"\n },\n \"Ut__08\": {\n \"description\": \"Any type\"\n }\n },\n \"EventTime\": \"\"\n },\n {\n \"TransEvent\": \"\",\n \"EventData\": {\n \"commodo_d\": {\n \"description\": \"Any type\"\n }\n },\n \"EventTime\": \"\"\n }\n ],\n \"FeeAmount\": \"\",\n \"Gateway\": \"\",\n \"IdOut\": \"\",\n \"LastUpdated\": \"\",\n \"NetAmount\": \"\",\n \"ParentOrgName\": \"\",\n \"ParentOrgId\": \"\",\n \"PaymentData\": {\n \"AccountExp\": \"\",\n \"accountId\": \"\",\n \"AccountType\": \"\",\n \"AccountZip\": \"\",\n \"binData\": {\n \"binMatchedLength\": \"\",\n \"binCardBrand\": \"\",\n \"binCardType\": \"\",\n \"binCardCategory\": \"\",\n \"binCardIssuer\": \"\",\n \"binCardIssuerCountry\": \"\",\n \"binCardIssuerCountryCodeA2\": \"\",\n \"binCardIssuerCountryNumber\": \"\",\n \"binCardIsRegulated\": \"\",\n \"binCardUseCategory\": \"\",\n \"binCardIssuerCountryCodeA3\": \"\"\n },\n \"HolderName\": \"\",\n \"Initiator\": \"\",\n \"MaskedAccount\": \"\",\n \"orderDescription\": \"\",\n \"paymentDetails\": {\n \"totalAmount\": \"\",\n \"categories\": [\n {\n \"amount\": \"\",\n \"label\": \"\",\n \"description\": \"\",\n \"qty\": 1\n },\n {\n \"amount\": \"\",\n \"label\": \"\",\n \"description\": \"\",\n \"qty\": 1\n }\n ],\n \"checkImage\": {\n \"nostrud5\": {\n \"description\": \"Any type\"\n },\n \"id301\": {\n \"description\": \"Any type\"\n },\n \"eiusmodc2\": {\n \"description\": \"Any type\"\n },\n \"esse4a6\": {\n \"description\": \"Any type\"\n }\n },\n \"checkNumber\": \"\",\n \"currency\": \"\",\n \"serviceFee\": \"\",\n \"splitFunding\": [\n {\n \"accountId\": \"\",\n \"amount\": \"\",\n \"description\": \"\",\n \"recipientEntryPoint\": \"\"\n },\n {\n \"accountId\": \"\",\n \"amount\": \"\",\n \"description\": \"\",\n \"recipientEntryPoint\": \"\"\n }\n ],\n \"checkUniqueId\": \"\"\n },\n \"Sequence\": \"\",\n \"SignatureData\": \"\",\n \"StoredId\": \"\",\n \"StoredMethodUsageType\": \"\"\n },\n \"PaymentGroup\": \"\",\n \"PaymentId\": \"\",\n \"PaymentMethod\": \"\",\n \"PaymentStatus\": \"\",\n \"PaypointDbaname\": \"\",\n \"PaypointLegalname\": \"\",\n \"Source\": \"\",\n \"Status\": \"\",\n \"StatusText\": \"\",\n \"TotalAmount\": \"\",\n \"Vendor\": {\n \"VendorNumber\": \"\",\n \"Name1\": \"\",\n \"Name2\": \"\",\n \"EIN\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"RemitEmail\": \"\",\n \"Address1\": \"\",\n \"Address2\": \"\",\n \"City\": \"\",\n \"State\": \"\",\n \"Zip\": \"\",\n \"Country\": \"\",\n \"Mcc\": \"\",\n \"LocationCode\": \"\",\n \"Contacts\": [\n {\n \"ContactName\": \"\",\n \"ContactEmail\": \"\",\n \"ContactTitle\": \"\",\n \"ContactPhone\": \"\"\n },\n {\n \"ContactName\": \"\",\n \"ContactEmail\": \"\",\n \"ContactTitle\": \"\",\n \"ContactPhone\": \"\"\n }\n ],\n \"BillingData\": {\n \"id\": \"\",\n \"nickname\": \"\",\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"Savings\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"Personal\",\n \"bankAccountFunction\": \"\",\n \"verified\": \"\",\n \"status\": \"\",\n \"services\": [\n {\n \"description\": \"Any type\"\n },\n {\n \"description\": \"Any type\"\n }\n ],\n \"default\": \"\",\n \"accountId\": \"\"\n },\n \"PaymentMethod\": \"\",\n \"VendorStatus\": \"\",\n \"VendorId\": \"\",\n \"EnrollmentStatus\": \"\",\n \"Summary\": {\n \"ActiveBills\": \"\",\n \"PendingBills\": \"\",\n \"InTransitBills\": \"\",\n \"PaidBills\": \"\",\n \"OverdueBills\": \"\",\n \"ApprovedBills\": \"\",\n \"DisapprovedBills\": \"\",\n \"TotalBills\": \"\",\n \"ActiveBillsAmount\": \"\",\n \"PendingBillsAmount\": \"\",\n \"InTransitBillsAmount\": \"\",\n \"PaidBillsAmount\": \"\",\n \"OverdueBillsAmount\": \"\",\n \"ApprovedBillsAmount\": \"\",\n \"DisapprovedBillsAmount\": \"\",\n \"TotalBillsAmount\": \"\"\n },\n \"PaypointLegalname\": \"\",\n \"PaypointId\": \"\",\n \"PaypointDbaname\": \"\",\n \"PaypointEntryname\": \"\",\n \"ParentOrgName\": \"\",\n \"ParentOrgId\": \"\",\n \"CreatedDate\": \"\",\n \"LastUpdated\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"InternalReferenceId\": \"\",\n \"PaymentPortalUrl\": \"\",\n \"CardAccepted\": \"\",\n \"AchAccepted\": \"\",\n \"CheckAccepted\": \"\",\n \"EnrichmentStatus\": \"\",\n \"EnrichedBy\": \"\",\n \"EnrichedAt\": \"\",\n \"EnrichmentId\": \"\",\n \"additionalData\": {\n \"culpa70\": \"\",\n \"ad_a63\": \"\"\n },\n \"externalPaypointID\": \"\",\n \"StoredMethods\": [\n {\n \"IdPmethod\": \"\",\n \"Method\": \"\",\n \"Descriptor\": \"\",\n \"MaskedAccount\": \"\",\n \"ExpDate\": \"\",\n \"HolderName\": \"\",\n \"AchSecCode\": \"\",\n \"AchHolderType\": \"\",\n \"IsValidatedACH\": \"\",\n \"BIN\": \"\",\n \"binData\": {\n \"binMatchedLength\": \"\",\n \"binCardBrand\": \"\",\n \"binCardType\": \"\",\n \"binCardCategory\": \"\",\n \"binCardIssuer\": \"\",\n \"binCardIssuerCountry\": \"\",\n \"binCardIssuerCountryCodeA2\": \"\",\n \"binCardIssuerCountryNumber\": \"\",\n \"binCardIsRegulated\": \"\",\n \"binCardUseCategory\": \"\",\n \"binCardIssuerCountryCodeA3\": \"\"\n },\n \"ABA\": \"\",\n \"PostalCode\": \"\",\n \"MethodType\": \"\",\n \"WalletType\": \"\",\n \"LastUpdated\": \"\",\n \"CardUpdatedOn\": \"\"\n },\n {\n \"IdPmethod\": \"\",\n \"Method\": \"\",\n \"Descriptor\": \"\",\n \"MaskedAccount\": \"\",\n \"ExpDate\": \"\",\n \"HolderName\": \"\",\n \"AchSecCode\": \"\",\n \"AchHolderType\": \"\",\n \"IsValidatedACH\": \"\",\n \"BIN\": \"\",\n \"binData\": {\n \"binMatchedLength\": \"\",\n \"binCardBrand\": \"\",\n \"binCardType\": \"\",\n \"binCardCategory\": \"\",\n \"binCardIssuer\": \"\",\n \"binCardIssuerCountry\": \"\",\n \"binCardIssuerCountryCodeA2\": \"\",\n \"binCardIssuerCountryNumber\": \"\",\n \"binCardIsRegulated\": \"\",\n \"binCardUseCategory\": \"\",\n \"binCardIssuerCountryCodeA3\": \"\"\n },\n \"ABA\": \"\",\n \"PostalCode\": \"\",\n \"MethodType\": \"\",\n \"WalletType\": \"\",\n \"LastUpdated\": \"\",\n \"CardUpdatedOn\": \"\"\n }\n ]\n },\n \"externalPaypointID\": \"\",\n \"EntryName\": \"\",\n \"BatchId\": \"\",\n \"HasVcardTransactions\": \"\",\n \"IsSameDayACH\": \"\",\n \"ScheduleId\": \"\",\n \"SettlementStatus\": \"\",\n \"SettlementStatusName\": \"\",\n \"RiskFlagged\": \"\",\n \"RiskFlaggedOn\": \"\",\n \"RiskStatus\": \"\",\n \"RiskReason\": \"\",\n \"RiskAction\": \"\",\n \"RiskActionCode\": \"\",\n \"EntityId\": \"\"\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-3f51abc0-3791-4dc3-b3b2-ee78c024b49f" }, { "id": "948891a6-39bf-4c18-aa39-597295f1f6b2", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/details/:transId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "details", ":transId" ], "variable": [ { "key": "transId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-948891a6-39bf-4c18-aa39-597295f1f6b2" }, { "id": "9e79df7c-505e-4da8-8218-69339f9605de", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/details/:transId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "details", ":transId" ], "variable": [ { "key": "transId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-9e79df7c-505e-4da8-8218-69339f9605de" }, { "id": "8d008c3e-a915-41af-a2b5-9e18066e23c3", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/details/:transId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "details", ":transId" ], "variable": [ { "key": "transId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-8d008c3e-a915-41af-a2b5-9e18066e23c3" }, { "id": "61907117-5a8c-4501-919b-c2e31f7a84d0", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/details/:transId", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "details", ":transId" ], "variable": [ { "key": "transId" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-61907117-5a8c-4501-919b-c2e31f7a84d0" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-95cb0d97-aec8-4bd6-9355-afc3e33f66da" } ], "id": "b32c8ac5-a48a-4536-9423-95dc17161608", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-b32c8ac5-a48a-4536-9423-95dc17161608" } ], "id": "59be4cbd-0d35-4033-b421-86d071da8626", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-59be4cbd-0d35-4033-b421-86d071da8626" }, { "name": "checkimage", "item": [ { "name": "{assetName}", "item": [ { "name": "Get check image", "id": "00a85881-6e57-4458-9c24-bf89df638e1d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/checkimage/:assetName", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "checkimage", ":assetName" ], "variable": [ { "id": "33f70f7c-c412-46f2-83e3-8d01e1e45fce", "key": "assetName", "value": "", "description": "(Required) Name of the check asset to retrieve. This is returned as `filename` in the `CheckData` object\nin the response when you make a GET request to `/MoneyOut/details/{transId}`.\n```\n \"CheckData\": {\n \"ftype\": \"PDF\",\n \"filename\": \"check133832686289732320_01JKBNZ5P32JPTZY8XXXX000000.pdf\",\n \"furl\": \"\",\n \"fContent\": \"\"\n }\n```\n" } ] }, "description": "Retrieve the image of a check associated with a processed transaction.\nThe check image is returned in the response body as a base64-encoded string.\nThe check image is only available for payouts that have been processed." }, "response": [ { "id": "5b8b0104-6f45-4da3-bf48-b2e01ba84f50", "name": "A base64-encoded string of the check image.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/checkimage/:assetName", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "checkimage", ":assetName" ], "variable": [ { "key": "assetName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-5b8b0104-6f45-4da3-bf48-b2e01ba84f50" }, { "id": "a32f1528-0908-413d-8e1d-ce17b1466d52", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/checkimage/:assetName", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "checkimage", ":assetName" ], "variable": [ { "key": "assetName" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-a32f1528-0908-413d-8e1d-ce17b1466d52" }, { "id": "321b791c-5bb9-4471-ba5f-e79698f0fb56", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/checkimage/:assetName", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "checkimage", ":assetName" ], "variable": [ { "key": "assetName" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-321b791c-5bb9-4471-ba5f-e79698f0fb56" }, { "id": "b98a34e8-7ba4-4d7b-801f-576519871133", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/checkimage/:assetName", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "checkimage", ":assetName" ], "variable": [ { "key": "assetName" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-b98a34e8-7ba4-4d7b-801f-576519871133" }, { "id": "28b97c71-52d6-49c6-a3c8-bc7a3cf8a5bf", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/checkimage/:assetName", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "checkimage", ":assetName" ], "variable": [ { "key": "assetName" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-28b97c71-52d6-49c6-a3c8-bc7a3cf8a5bf" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-00a85881-6e57-4458-9c24-bf89df638e1d" } ], "id": "2eb16ea1-6586-4222-9e09-99d48aa03687", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-2eb16ea1-6586-4222-9e09-99d48aa03687" } ], "id": "8b5ad1b7-9e2e-4049-a57f-9bf77a2f46d0", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-8b5ad1b7-9e2e-4049-a57f-9bf77a2f46d0" }, { "name": "status", "item": [ { "name": "{transId}", "item": [ { "name": "{checkPaymentStatus}", "item": [ { "name": "Update check payment status", "id": "a97ecc71-3cf0-400c-b768-43829d614b2d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/status/:transId/:checkPaymentStatus", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "status", ":transId", ":checkPaymentStatus" ], "variable": [ { "id": "945670ab-8f1b-47e6-b6a9-f967c5f06386", "key": "transId", "value": "", "description": "(Required) The Payabli transaction ID for the check payment." }, { "id": "0ff6fc8e-e9a1-4a83-9a0f-bb7434a9da61", "key": "checkPaymentStatus", "value": "5", "description": "(Required) The new status to apply to the check transaction. To mark a check as `Paid`, send 5. To mark a check as `Cancelled`, send 0." } ] }, "description": "Updates the status of a processed check payment transaction. This endpoint handles the status transition, updates related bills, creates audit events, and triggers notifications.\n\nThe transaction must meet all of the following criteria:\n- **Status**: Must be in Processing or Processed status.\n- **Payment method**: Must be a check payment method.\n\n### Allowed status values\n\n| Value | Status | Description |\n|-------|--------|-------------|\n| `0` | Cancelled/Voided | Cancels the check transaction. Reverts associated bills to their previous state (Approved or Active), creates \"Cancelled\" events, and sends a `payout_transaction_voidedcancelled` notification if the notification is enabled. |\n| `5` | Paid | Marks the check transaction as paid. Updates associated bills to \"Paid\" status, creates \"Paid\" events, and sends a `payout_transaction_paid` notification if the notification is enabled. |" }, "response": [ { "id": "7933c88a-785b-4238-b327-24254dfec3c4", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/status/:transId/:checkPaymentStatus", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "status", ":transId", ":checkPaymentStatus" ], "variable": [ { "key": "transId" }, { "key": "checkPaymentStatus" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"responseText\": \"\",\n \"responseCode\": \"\",\n \"pageIdentifier\": \"\",\n \"roomId\": \"\",\n \"isSuccess\": \"\",\n \"responseData\": \"\"\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-7933c88a-785b-4238-b327-24254dfec3c4" }, { "id": "55244d4e-e5bc-458a-a8c3-931b28b31d43", "name": "Bad request / invalid data.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/status/:transId/:checkPaymentStatus", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "status", ":transId", ":checkPaymentStatus" ], "variable": [ { "key": "transId" }, { "key": "checkPaymentStatus" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-55244d4e-e5bc-458a-a8c3-931b28b31d43" }, { "id": "1ec2735d-c902-4288-bbc9-822569d815a2", "name": "Unauthorized request.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/status/:transId/:checkPaymentStatus", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "status", ":transId", ":checkPaymentStatus" ], "variable": [ { "key": "transId" }, { "key": "checkPaymentStatus" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-1ec2735d-c902-4288-bbc9-822569d815a2" }, { "id": "52ca2b18-e1fc-4960-8ac3-7ee35f859feb", "name": "Internal server error.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/status/:transId/:checkPaymentStatus", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "status", ":transId", ":checkPaymentStatus" ], "variable": [ { "key": "transId" }, { "key": "checkPaymentStatus" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-52ca2b18-e1fc-4960-8ac3-7ee35f859feb" }, { "id": "fa03ea71-b6ad-4f64-9737-4d975a3b8705", "name": "Database connection error.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/status/:transId/:checkPaymentStatus", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "status", ":transId", ":checkPaymentStatus" ], "variable": [ { "key": "transId" }, { "key": "checkPaymentStatus" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-fa03ea71-b6ad-4f64-9737-4d975a3b8705" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-a97ecc71-3cf0-400c-b768-43829d614b2d" } ], "id": "5f408d60-6054-401b-b4ed-40ac3d7f2231", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-5f408d60-6054-401b-b4ed-40ac3d7f2231" } ], "id": "94629dd6-3041-47c0-8864-42563be7c3cc", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-94629dd6-3041-47c0-8864-42563be7c3cc" } ], "id": "af77f532-c924-40a7-b48d-e5d76d245a9e", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-af77f532-c924-40a7-b48d-e5d76d245a9e" }, { "name": "reissue", "item": [ { "name": "Reissue a payout transaction", "id": "4b884093-b370-43ee-8e8c-c955e8fa3db5", "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 \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achHolderType\": \"personal\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/reissue?transId=", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "reissue" ], "query": [ { "description": "(Required) The transaction ID of the payout to reissue.", "key": "transId", "value": "" } ] }, "description": "Reissues a payout transaction with a new payment method. This creates a new transaction linked to the original and marks the original transaction as reissued.\n\nThe original transaction must be in **Processing** or **Processed** status. The payment method in the request body is used directly. The endpoint doesn't fall back to vendor-managed payment methods.\n\nThe new transaction goes through the standard authorize-and-capture flow automatically. Both the original and new transactions are linked through their event histories for audit purposes." }, "response": [ { "id": "9d397576-2f84-4d84-b402-7711dedd5ed5", "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 \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achHolderType\": \"personal\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/reissue?transId=", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "reissue" ], "query": [ { "description": "(Required) The transaction ID of the payout to reissue.", "key": "transId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"isSuccess\": \"\",\n \"responseCode\": \"\",\n \"responseText\": \"\",\n \"responseData\": {\n \"transactionId\": \"\",\n \"status\": \"\",\n \"originalTransactionId\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-9d397576-2f84-4d84-b402-7711dedd5ed5" }, { "id": "ec72af69-b5a1-489e-b285-185a0b6ad028", "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 \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achHolderType\": \"personal\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/reissue?transId=", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "reissue" ], "query": [ { "description": "(Required) The transaction ID of the payout to reissue.", "key": "transId", "value": "" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-ec72af69-b5a1-489e-b285-185a0b6ad028" }, { "id": "fc034bbc-d784-48e7-becf-ba2d3b3a9a55", "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 \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achHolderType\": \"personal\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/reissue?transId=", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "reissue" ], "query": [ { "description": "(Required) The transaction ID of the payout to reissue.", "key": "transId", "value": "" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-fc034bbc-d784-48e7-becf-ba2d3b3a9a55" }, { "id": "29423d06-664f-4e6a-ba7a-5d13a785f0ef", "name": "Consent 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 \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achHolderType\": \"personal\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/reissue?transId=", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "reissue" ], "query": [ { "description": "(Required) The transaction ID of the payout to reissue.", "key": "transId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-29423d06-664f-4e6a-ba7a-5d13a785f0ef" }, { "id": "a4c2d4c5-16a2-49fb-ad03-ad289ca4fe97", "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 \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achHolderType\": \"personal\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/reissue?transId=", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "reissue" ], "query": [ { "description": "(Required) The transaction ID of the payout to reissue.", "key": "transId", "value": "" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-a4c2d4c5-16a2-49fb-ad03-ad289ca4fe97" }, { "id": "9c611dfc-2325-4f44-8542-51c32d6ed752", "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 \"paymentMethod\": {\n \"method\": \"\",\n \"achHolder\": \"\",\n \"achRouting\": \"\",\n \"achAccount\": \"\",\n \"achAccountType\": \"\",\n \"achHolderType\": \"personal\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOut/reissue?transId=", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "reissue" ], "query": [ { "description": "(Required) The transaction ID of the payout to reissue.", "key": "transId", "value": "" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-9c611dfc-2325-4f44-8542-51c32d6ed752" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-4b884093-b370-43ee-8e8c-c955e8fa3db5" } ], "id": "78267229-af0d-480d-aebc-69f3a2469f3c", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-78267229-af0d-480d-aebc-69f3a2469f3c" }, { "name": "vcard", "item": [ { "name": "{cardToken}", "item": [ { "name": "Get a virtual card", "id": "da2bf39c-f3f4-463c-925a-66982c19bb03", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/vcard/:cardToken", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "vcard", ":cardToken" ], "variable": [ { "id": "abf18783-59f4-47a0-aa26-de3b688aa42e", "key": "cardToken", "value": "", "description": "(Required) ID for a virtual card." } ] }, "description": "Retrieves vCard details for a single card in an entrypoint." }, "response": [ { "id": "f7676727-d400-4f6a-bf87-1b937b9b7c3a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/vcard/:cardToken", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "vcard", ":cardToken" ], "variable": [ { "key": "cardToken" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"vcardSent\": \"\",\n \"cardToken\": \"\",\n \"cardNumber\": \"\",\n \"cvc\": \"\",\n \"expirationDate\": \"\",\n \"status\": \"\",\n \"amount\": \"\",\n \"currentBalance\": \"\",\n \"expenseLimit\": \"\",\n \"expenseLimitPeriod\": \"\",\n \"maxNumberOfUses\": \"\",\n \"currentNumberOfUses\": \"\",\n \"exactAmount\": \"\",\n \"mcc\": \"\",\n \"tcc\": \"\",\n \"misc1\": \"\",\n \"misc2\": \"\",\n \"dateCreated\": \"\",\n \"dateModified\": \"\",\n \"associatedVendor\": {\n \"VendorNumber\": \"\",\n \"Name1\": \"\",\n \"Name2\": \"\",\n \"EIN\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"RemitEmail\": \"\",\n \"Address1\": \"\",\n \"Address2\": \"\",\n \"City\": \"\",\n \"State\": \"\",\n \"Zip\": \"\",\n \"Country\": \"\",\n \"Mcc\": \"\",\n \"LocationCode\": \"\",\n \"Contacts\": [\n {\n \"ContactName\": \"\",\n \"ContactEmail\": \"\",\n \"ContactTitle\": \"\",\n \"ContactPhone\": \"\"\n },\n {\n \"ContactName\": \"\",\n \"ContactEmail\": \"\",\n \"ContactTitle\": \"\",\n \"ContactPhone\": \"\"\n }\n ],\n \"BillingData\": {\n \"id\": \"\",\n \"accountId\": \"\",\n \"nickname\": \"\",\n \"bankName\": \"\",\n \"routingAccount\": \"\",\n \"accountNumber\": \"\",\n \"typeAccount\": \"\",\n \"bankAccountHolderName\": \"\",\n \"bankAccountHolderType\": \"\",\n \"bankAccountFunction\": \"\",\n \"verified\": \"\",\n \"status\": \"\",\n \"services\": [\n {\n \"description\": \"Any type\"\n },\n {\n \"description\": \"Any type\"\n }\n ],\n \"default\": \"\"\n },\n \"PaymentMethod\": \"\",\n \"VendorStatus\": \"\",\n \"VendorId\": \"\",\n \"EnrollmentStatus\": \"\",\n \"Summary\": {\n \"ActiveBills\": \"\",\n \"PendingBills\": \"\",\n \"InTransitBills\": \"\",\n \"PaidBills\": \"\",\n \"OverdueBills\": \"\",\n \"ApprovedBills\": \"\",\n \"DisapprovedBills\": \"\",\n \"TotalBills\": \"\",\n \"ActiveBillsAmount\": \"\",\n \"PendingBillsAmount\": \"\",\n \"InTransitBillsAmount\": \"\",\n \"PaidBillsAmount\": \"\",\n \"OverdueBillsAmount\": \"\",\n \"ApprovedBillsAmount\": \"\",\n \"DisapprovedBillsAmount\": \"\",\n \"TotalBillsAmount\": \"\"\n },\n \"PaypointLegalname\": \"\",\n \"PaypointDbaname\": \"\",\n \"PaypointEntryname\": \"\",\n \"ParentOrgName\": \"\",\n \"ParentOrgId\": \"\",\n \"CreatedDate\": \"\",\n \"LastUpdated\": \"\",\n \"remitAddress1\": \"\",\n \"remitAddress2\": \"\",\n \"remitCity\": \"\",\n \"remitState\": \"\",\n \"remitZip\": \"\",\n \"remitCountry\": \"\",\n \"payeeName1\": \"\",\n \"payeeName2\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"\",\n \"InternalReferenceId\": \"\",\n \"additionalData\": \"\",\n \"externalPaypointID\": \"\",\n \"StoredMethods\": \"\"\n },\n \"associatedCustomer\": \"\",\n \"ParentOrgName\": \"\",\n \"PaypointDbaname\": \"\",\n \"PaypointLegalname\": \"\",\n \"PaypointEntryname\": \"\",\n \"externalPaypointID\": \"\",\n \"paypointId\": \"\"\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-f7676727-d400-4f6a-bf87-1b937b9b7c3a" }, { "id": "ab1d454f-bd19-4255-a643-34ebfee0095b", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/vcard/:cardToken", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "vcard", ":cardToken" ], "variable": [ { "key": "cardToken" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-ab1d454f-bd19-4255-a643-34ebfee0095b" }, { "id": "1dbee5a7-ffd1-42ce-a05e-53d3f51106f6", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/vcard/:cardToken", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "vcard", ":cardToken" ], "variable": [ { "key": "cardToken" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-1dbee5a7-ffd1-42ce-a05e-53d3f51106f6" }, { "id": "0d7c5527-99b7-43d4-ba90-7b9e758c57e5", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/vcard/:cardToken", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "vcard", ":cardToken" ], "variable": [ { "key": "cardToken" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-0d7c5527-99b7-43d4-ba90-7b9e758c57e5" }, { "id": "9f1824b3-3ef7-45a7-a93c-cee7e6ca03e9", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/MoneyOut/vcard/:cardToken", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOut", "vcard", ":cardToken" ], "variable": [ { "key": "cardToken" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-9f1824b3-3ef7-45a7-a93c-cee7e6ca03e9" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-da2bf39c-f3f4-463c-925a-66982c19bb03" } ], "id": "8c20a242-0bc6-4d41-8db2-11b0044a1e83", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-8c20a242-0bc6-4d41-8db2-11b0044a1e83" } ], "id": "46c51afc-01f7-49f2-9cbb-dec83cc939fa", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-46c51afc-01f7-49f2-9cbb-dec83cc939fa" } ], "id": "a16b54d6-3163-4d35-8c18-cd6466b91225", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-a16b54d6-3163-4d35-8c18-cd6466b91225" }, { "name": "MoneyOutCard", "item": [ { "name": "vcard", "item": [ { "name": "{cardToken}", "item": [ { "name": "renew", "item": [ { "name": "Renew a virtual card", "id": "c97e78a3-fa57-4e52-9342-89ffb31a6837", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"expirationDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOutCard/vcard/:cardToken/renew", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOutCard", "vcard", ":cardToken", "renew" ], "variable": [ { "id": "d0ddca7d-b8bb-40c2-a7b6-013c28e1c033", "key": "cardToken", "value": "", "description": "(Required) ID for the virtual card to renew." } ] }, "description": "Renews an expired or expiring virtual card by extending its expiration date to a future month.\n\nThe card must be a virtual card that hasn't been fully used. The new expiration date must be in `MM-YYYY` or `MM/YYYY` format and no more than 2 years and 363 days in the future. The card expires on the last day of the month you specify.\n\nOn success, `referenceId` holds the renewed card's token (the card processor may issue a new token). The response reuses the standard payout result object, so the payment-transaction fields it carries don't apply to renewal and always return `null`." }, "response": [ { "id": "a38500f3-5d48-4f91-9ca9-56c3687123e0", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"expirationDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOutCard/vcard/:cardToken/renew", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOutCard", "vcard", ":cardToken", "renew" ], "variable": [ { "key": "cardToken" } ] } }, "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 \"authCode\": \"\",\n \"referenceId\": \"\",\n \"resultCode\": \"\",\n \"resultText\": \"\",\n \"avsResponseText\": \"\",\n \"cvvResponseText\": \"\",\n \"customerId\": \"\",\n \"vendorId\": \"\",\n \"methodReferenceId\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-a38500f3-5d48-4f91-9ca9-56c3687123e0" }, { "id": "e99545d7-c261-4e99-8a4d-c39358cf2bf4", "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 \"expirationDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOutCard/vcard/:cardToken/renew", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOutCard", "vcard", ":cardToken", "renew" ], "variable": [ { "key": "cardToken" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-e99545d7-c261-4e99-8a4d-c39358cf2bf4" }, { "id": "ebdcf4a6-95df-4504-9696-0819ba856178", "name": "Unauthorized request.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"expirationDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOutCard/vcard/:cardToken/renew", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOutCard", "vcard", ":cardToken", "renew" ], "variable": [ { "key": "cardToken" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-ebdcf4a6-95df-4504-9696-0819ba856178" }, { "id": "609df564-3c61-4979-8636-c6d0e1b3fd15", "name": "Internal server error.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"expirationDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOutCard/vcard/:cardToken/renew", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOutCard", "vcard", ":cardToken", "renew" ], "variable": [ { "key": "cardToken" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-609df564-3c61-4979-8636-c6d0e1b3fd15" }, { "id": "79ed6656-8a70-4cb1-855c-0e8f68e2edb0", "name": "Database connection error.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"expirationDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/MoneyOutCard/vcard/:cardToken/renew", "host": [ "{{baseUrl}}" ], "path": [ "MoneyOutCard", "vcard", ":cardToken", "renew" ], "variable": [ { "key": "cardToken" } ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-79ed6656-8a70-4cb1-855c-0e8f68e2edb0" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-c97e78a3-fa57-4e52-9342-89ffb31a6837" } ], "id": "5ed368b7-2420-40a9-8a28-5c377f2075c8", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-5ed368b7-2420-40a9-8a28-5c377f2075c8" } ], "id": "8bf81354-e786-4670-bc7a-6dc85b9f5474", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-8bf81354-e786-4670-bc7a-6dc85b9f5474" } ], "id": "8e28c5e2-0207-498a-9972-9d54e83054ea", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-8e28c5e2-0207-498a-9972-9d54e83054ea" } ], "id": "9a234cea-ff39-4b5e-b1c9-30df1e5917d1", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-9a234cea-ff39-4b5e-b1c9-30df1e5917d1" }, { "name": "vcard", "item": [ { "name": "send-card-link", "item": [ { "name": "Send virtual card link", "id": "978abe01-8121-4b9d-a76b-8ec32b34e2b9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"transId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/vcard/send-card-link", "host": [ "{{baseUrl}}" ], "path": [ "vcard", "send-card-link" ] }, "description": "Sends a virtual card link via email to the vendor associated with the `transId`." }, "response": [ { "id": "41f51ced-2c71-4730-9819-495596c84779", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"transId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/vcard/send-card-link", "host": [ "{{baseUrl}}" ], "path": [ "vcard", "send-card-link" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-41f51ced-2c71-4730-9819-495596c84779" }, { "id": "0f63c743-c7b1-4ca9-bcd0-19eb7a434c04", "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 \"transId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/vcard/send-card-link", "host": [ "{{baseUrl}}" ], "path": [ "vcard", "send-card-link" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-0f63c743-c7b1-4ca9-bcd0-19eb7a434c04" }, { "id": "e52c1cbe-e2ab-4b30-a909-6b92efa98817", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"transId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/vcard/send-card-link", "host": [ "{{baseUrl}}" ], "path": [ "vcard", "send-card-link" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-e52c1cbe-e2ab-4b30-a909-6b92efa98817" }, { "id": "41d29820-7400-4a83-abde-02b786462f4d", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"transId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/vcard/send-card-link", "host": [ "{{baseUrl}}" ], "path": [ "vcard", "send-card-link" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-41d29820-7400-4a83-abde-02b786462f4d" }, { "id": "0bdd0ae2-9690-4c73-8f37-f322efcd3d85", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"transId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/vcard/send-card-link", "host": [ "{{baseUrl}}" ], "path": [ "vcard", "send-card-link" ] } }, "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:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-0bdd0ae2-9690-4c73-8f37-f322efcd3d85" } ], "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-978abe01-8121-4b9d-a76b-8ec32b34e2b9" } ], "id": "9ed3aae1-6ac3-4e5d-afe7-900c8fc8f7ad", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-9ed3aae1-6ac3-4e5d-afe7-900c8fc8f7ad" } ], "id": "cbf03906-aad4-4dc4-813c-283f91021b0e", "createdAt": "2026-07-28T02:32:49.000Z", "updatedAt": "2026-07-28T02:32:49.000Z", "uid": "35240-cbf03906-aad4-4dc4-813c-283f91021b0e" } ], "variable": [ { "key": "baseUrl", "value": "https://api-sandbox.payabli.com/api" } ] }