{ "info": { "_postman_id": "8c0d8f16-8388-4516-91b3-82e91ed09ced", "name": "API reference Bill Customer API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:32:32.000Z", "updatedAt": "2026-07-28T02:32:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-8c0d8f16-8388-4516-91b3-82e91ed09ced" }, "item": [ { "name": "Customer", "item": [ { "name": "single", "item": [ { "name": "{entry}", "item": [ { "name": "Add customer", "id": "81603acb-8086-4167-a72d-4c2f8aa3ba50", "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 \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/single/:entry?forceCustomerCreation=false&replaceExisting=0", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "single", ":entry" ], "query": [ { "description": "When `true`, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.", "key": "forceCustomerCreation", "value": "false" }, { "description": "Flag indicating to replace existing customer with a new record. Possible values: 0 (don't replace), 1 (replace). Default is `0`.", "key": "replaceExisting", "value": "0" } ], "variable": [ { "id": "d7902d84-4819-4288-99de-db7ff688ac6b", "key": "entry", "value": "", "description": "(Required) The entrypoint identifier." } ] }, "description": "Creates a customer in an entrypoint. An identifier is required to create customer records. Change your identifier settings in Settings > Custom Fields in the Payabli Portal.\nIf you don't include an identifier, the record is rejected." }, "response": [ { "id": "19155720-ab9d-43c4-8764-b99d0d34d26a", "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 \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/single/:entry?forceCustomerCreation=false&replaceExisting=0", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "single", ":entry" ], "query": [ { "description": "When `true`, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.", "key": "forceCustomerCreation", "value": "false" }, { "description": "Flag indicating to replace existing customer with a new record. Possible values: 0 (don't replace), 1 (replace). Default is `0`.", "key": "replaceExisting", "value": "0" } ], "variable": [ { "key": "entry" } ] } }, "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 \"customerId\": \"\",\n \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerStatus\": \"\",\n \"Company\": \"\",\n \"Firstname\": \"\",\n \"Lastname\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Address\": \"\",\n \"Address1\": \"\",\n \"City\": \"\",\n \"State\": \"\",\n \"Zip\": \"\",\n \"Country\": \"\",\n \"ShippingAddress\": \"\",\n \"ShippingAddress1\": \"\",\n \"ShippingCity\": \"\",\n \"ShippingState\": \"\",\n \"ShippingZip\": \"\",\n \"ShippingCountry\": \"\",\n \"Balance\": \"\",\n \"TimeZone\": \"\",\n \"MFA\": \"\",\n \"MFAMode\": \"\",\n \"snProvider\": \"\",\n \"snIdentifier\": \"\",\n \"snData\": \"\",\n \"LastUpdated\": \"\",\n \"Created\": \"\",\n \"AdditionalFields\": {\n \"irure81\": \"\",\n \"commodo_2\": \"\"\n },\n \"IdentifierFields\": [\n \"\"\n ],\n \"Subscriptions\": [\n {\n \"EndDate\": \"\",\n \"LastRun\": \"\",\n \"NextDate\": \"\",\n \"StartDate\": \"\",\n \"StoredMethod\": {\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 \"CreatedAt\": \"\",\n \"Customer\": {\n \"Identifiers\": [\n {\n \"description\": \"Any type\"\n }\n ],\n \"FirstName\": \"\",\n \"LastName\": \"\",\n \"CompanyName\": \"\",\n \"BillingAddress1\": \"\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"\",\n \"BillingState\": \"\",\n \"BillingZip\": \"\",\n \"BillingCountry\": \"\",\n \"BillingPhone\": \"\",\n \"BillingEmail\": \"\",\n \"CustomerNumber\": \"\",\n \"ShippingAddress1\": \"\",\n \"ShippingAddress2\": \"\",\n \"ShippingCity\": \"\",\n \"ShippingState\": \"\",\n \"ShippingZip\": \"\",\n \"ShippingCountry\": \"\",\n \"customerId\": \"\",\n \"customerStatus\": \"\",\n \"AdditionalData\": {\n \"pariatur3\": \"\",\n \"dolore4\": \"\"\n }\n },\n \"EntrypageId\": \"\",\n \"ExternalPaypointID\": \"\",\n \"FeeAmount\": \"\",\n \"Frequency\": \"\",\n \"IdSub\": \"\",\n \"invoiceData\": {\n \"AdditionalData\": {\n \"culpa_3c\": \"\"\n },\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"pdf\",\n \"furl\": \"\"\n }\n ],\n \"company\": \"\",\n \"discount\": \"\",\n \"dutyAmount\": \"\",\n \"firstName\": \"\",\n \"freightAmount\": \"\",\n \"frequency\": \"firstofmonth\",\n \"invoiceAmount\": \"\",\n \"invoiceDate\": \"\",\n \"invoiceDueDate\": \"\",\n \"invoiceEndDate\": \"\",\n \"invoiceNumber\": \"\",\n \"invoiceStatus\": \"\",\n \"invoiceType\": \"\",\n \"items\": [\n {\n \"itemCategories\": [\n \"\"\n ],\n \"itemCommodityCode\": \"\",\n \"itemCost\": \"\",\n \"itemDescription\": \"\",\n \"itemMode\": \"\",\n \"itemProductCode\": \"\",\n \"itemProductName\": \"\",\n \"itemQty\": \"\",\n \"itemTaxAmount\": \"\",\n \"itemTaxRate\": \"\",\n \"itemTotalAmount\": \"\",\n \"itemUnitOfMeasure\": \"\"\n }\n ],\n \"lastName\": \"\",\n \"notes\": \"\",\n \"paymentTerms\": \"25UF\",\n \"purchaseOrder\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingAddress2\": \"\",\n \"shippingCity\": \"\",\n \"shippingCountry\": \"\",\n \"shippingEmail\": \"\",\n \"shippingFromZip\": \"\",\n \"shippingPhone\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"summaryCommodityCode\": \"\",\n \"tax\": \"\",\n \"termsConditions\": \"\"\n },\n \"LastUpdated\": \"\",\n \"LeftCycles\": \"\",\n \"Method\": \"\",\n \"NetAmount\": \"\",\n \"ParentOrgName\": \"\",\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 \"checkImage\": {\n \"exercitation_64d\": {\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 \"checkUniqueId\": \"\"\n },\n \"Sequence\": \"\",\n \"SignatureData\": \"\",\n \"StoredId\": \"\",\n \"StoredMethodUsageType\": \"\"\n },\n \"PaypointDbaname\": \"\",\n \"PaypointEntryname\": \"\",\n \"PaypointId\": \"\",\n \"PaypointLegalname\": \"\",\n \"PlanId\": \"\",\n \"Source\": \"\",\n \"SubEvents\": [\n {\n \"description\": \"\",\n \"eventTime\": \"\",\n \"extraData\": \"\",\n \"refData\": \"\",\n \"source\": \"\"\n }\n ],\n \"SubStatus\": \"\",\n \"SubscriptionType\": \"BalanceDriven\",\n \"TotalAmount\": \"\",\n \"TotalCycles\": \"\",\n \"UntilCancelled\": \"\"\n }\n ],\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 \"customerSummary\": {\n \"NumberofTransactions\": \"\",\n \"RecentTransactions\": [\n {\n \"splitCount\": \"\",\n \"TransactionTime\": \"\",\n \"AchHolderType\": \"personal\",\n \"AchSecCode\": \"\",\n \"BatchAmount\": \"\",\n \"BatchNumber\": \"\",\n \"CfeeTransactions\": [\n {\n \"cFeeTransid\": \"\",\n \"feeAmount\": \"\",\n \"operation\": \"\",\n \"refundId\": \"\",\n \"responseData\": {\n \"Ut_5\": {\n \"description\": \"Any type\"\n },\n \"non_04\": {\n \"description\": \"Any type\"\n },\n \"ut_e45\": {\n \"description\": \"Any type\"\n },\n \"dolore_f8\": {\n \"description\": \"Any type\"\n }\n },\n \"settlementStatus\": \"\",\n \"transactionTime\": \"\",\n \"transStatus\": \"\"\n }\n ],\n \"ConnectorName\": \"\",\n \"Customer\": {\n \"Identifiers\": [\n {\n \"description\": \"Any type\"\n }\n ],\n \"FirstName\": \"\",\n \"LastName\": \"\",\n \"CompanyName\": \"\",\n \"BillingAddress1\": \"\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"\",\n \"BillingState\": \"\",\n \"BillingZip\": \"\",\n \"BillingCountry\": \"\",\n \"BillingPhone\": \"\",\n \"BillingEmail\": \"\",\n \"CustomerNumber\": \"\",\n \"ShippingAddress1\": \"\",\n \"ShippingAddress2\": \"\",\n \"ShippingCity\": \"\",\n \"ShippingState\": \"\",\n \"ShippingZip\": \"\",\n \"ShippingCountry\": \"\",\n \"customerId\": \"\",\n \"customerStatus\": \"\",\n \"AdditionalData\": {\n \"nostrud_f0\": \"\"\n }\n },\n \"DeviceId\": \"\",\n \"EntrypageId\": \"\",\n \"ExternalProcessorInformation\": \"\",\n \"FeeAmount\": \"\",\n \"GatewayTransId\": \"\",\n \"invoiceData\": {\n \"AdditionalData\": {\n \"aute_1a\": \"\"\n },\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"doc\",\n \"furl\": \"\"\n }\n ],\n \"company\": \"\",\n \"discount\": \"\",\n \"dutyAmount\": \"\",\n \"firstName\": \"\",\n \"freightAmount\": \"\",\n \"frequency\": \"every2weeks\",\n \"invoiceAmount\": \"\",\n \"invoiceDate\": \"\",\n \"invoiceDueDate\": \"\",\n \"invoiceEndDate\": \"\",\n \"invoiceNumber\": \"\",\n \"invoiceStatus\": \"\",\n \"invoiceType\": \"\",\n \"items\": [\n {\n \"itemCategories\": [\n \"\"\n ],\n \"itemCommodityCode\": \"\",\n \"itemCost\": \"\",\n \"itemDescription\": \"\",\n \"itemMode\": \"\",\n \"itemProductCode\": \"\",\n \"itemProductName\": \"\",\n \"itemQty\": \"\",\n \"itemTaxAmount\": \"\",\n \"itemTaxRate\": \"\",\n \"itemTotalAmount\": \"\",\n \"itemUnitOfMeasure\": \"\"\n }\n ],\n \"lastName\": \"\",\n \"notes\": \"\",\n \"paymentTerms\": \"10UF\",\n \"purchaseOrder\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingAddress2\": \"\",\n \"shippingCity\": \"\",\n \"shippingCountry\": \"\",\n \"shippingEmail\": \"\",\n \"shippingFromZip\": \"\",\n \"shippingPhone\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"summaryCommodityCode\": \"\",\n \"tax\": \"\",\n \"termsConditions\": \"\"\n },\n \"Method\": \"\",\n \"NetAmount\": \"\",\n \"Operation\": \"\",\n \"OrderId\": \"\",\n \"OrgId\": \"\",\n \"ParentOrgName\": \"\",\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 \"checkImage\": {\n \"consecteturbb\": {\n \"description\": \"Any type\"\n },\n \"labore_8\": {\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 \"checkUniqueId\": \"\"\n },\n \"Sequence\": \"\",\n \"SignatureData\": \"\",\n \"StoredId\": \"\",\n \"StoredMethodUsageType\": \"\"\n },\n \"PaymentTransId\": \"\",\n \"PayorId\": \"\",\n \"PaypointDbaname\": \"\",\n \"PaypointEntryname\": \"\",\n \"PaypointId\": \"\",\n \"PaypointLegalname\": \"\",\n \"PendingFeeAmount\": \"\",\n \"RefundId\": \"\",\n \"ResponseData\": {\n \"authcode\": \"\",\n \"avsresponse\": \"\",\n \"avsresponse_text\": \"\",\n \"cvvresponse\": \"\",\n \"cvvresponse_text\": \"\",\n \"emv_auth_response_data\": \"\",\n \"orderid\": \"\",\n \"response\": \"\",\n \"response_code\": \"\",\n \"response_code_text\": \"\",\n \"responsetext\": \"\",\n \"resultCode\": \"\",\n \"resultCodeText\": \"\",\n \"transactionid\": \"\",\n \"type\": \"\"\n },\n \"ReturnedId\": \"\",\n \"ScheduleReference\": \"\",\n \"SettlementStatus\": \"\",\n \"Source\": \"\",\n \"splitFundingInstructions\": [\n {\n \"accountId\": \"\",\n \"amount\": \"\",\n \"description\": \"\",\n \"recipientEntryPoint\": \"\"\n }\n ],\n \"TotalAmount\": \"\",\n \"TransactionEvents\": [\n {\n \"TransEvent\": \"\",\n \"EventData\": {\n \"irurea\": {\n \"description\": \"Any type\"\n },\n \"cillum_58\": {\n \"description\": \"Any type\"\n }\n },\n \"EventTime\": \"\"\n }\n ],\n \"TransAdditionalData\": {\n \"description\": \"Any type\"\n },\n \"TransStatus\": \"\"\n }\n ],\n \"TotalAmountTransactions\": \"\",\n \"TotalNetAmountTransactions\": \"\"\n },\n \"PaypointLegalname\": \"\",\n \"PaypointDbaname\": \"\",\n \"ParentOrgName\": \"\",\n \"ParentOrgId\": \"\",\n \"PaypointEntryname\": \"\",\n \"pageidentifier\": \"\",\n \"externalPaypointID\": \"\",\n \"customerConsent\": {\n \"eCommunication\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"sms\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n }\n },\n \"customerPortal\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-19155720-ab9d-43c4-8764-b99d0d34d26a" }, { "id": "c0e87a5c-4e0c-4299-803f-758739a8446f", "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 \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/single/:entry?forceCustomerCreation=false&replaceExisting=0", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "single", ":entry" ], "query": [ { "description": "When `true`, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.", "key": "forceCustomerCreation", "value": "false" }, { "description": "Flag indicating to replace existing customer with a new record. Possible values: 0 (don't replace), 1 (replace). Default is `0`.", "key": "replaceExisting", "value": "0" } ], "variable": [ { "key": "entry" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-c0e87a5c-4e0c-4299-803f-758739a8446f" }, { "id": "67036d3f-e93e-4c0f-9cd6-a725dfe171c5", "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 \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/single/:entry?forceCustomerCreation=false&replaceExisting=0", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "single", ":entry" ], "query": [ { "description": "When `true`, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.", "key": "forceCustomerCreation", "value": "false" }, { "description": "Flag indicating to replace existing customer with a new record. Possible values: 0 (don't replace), 1 (replace). Default is `0`.", "key": "replaceExisting", "value": "0" } ], "variable": [ { "key": "entry" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-67036d3f-e93e-4c0f-9cd6-a725dfe171c5" }, { "id": "d96250ff-839e-4ed7-8446-eb2f90e84bca", "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 \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/single/:entry?forceCustomerCreation=false&replaceExisting=0", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "single", ":entry" ], "query": [ { "description": "When `true`, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.", "key": "forceCustomerCreation", "value": "false" }, { "description": "Flag indicating to replace existing customer with a new record. Possible values: 0 (don't replace), 1 (replace). Default is `0`.", "key": "replaceExisting", "value": "0" } ], "variable": [ { "key": "entry" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-d96250ff-839e-4ed7-8446-eb2f90e84bca" }, { "id": "1a284d43-52a7-4b67-b6de-0ca4051416e5", "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 \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/single/:entry?forceCustomerCreation=false&replaceExisting=0", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "single", ":entry" ], "query": [ { "description": "When `true`, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.", "key": "forceCustomerCreation", "value": "false" }, { "description": "Flag indicating to replace existing customer with a new record. Possible values: 0 (don't replace), 1 (replace). Default is `0`.", "key": "replaceExisting", "value": "0" } ], "variable": [ { "key": "entry" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-1a284d43-52a7-4b67-b6de-0ca4051416e5" } ], "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-81603acb-8086-4167-a72d-4c2f8aa3ba50" } ], "id": "273dd4ff-e2ef-4f7f-8c4b-d9b66e955cb5", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-273dd4ff-e2ef-4f7f-8c4b-d9b66e955cb5" } ], "id": "1f9bbabf-27e7-424f-8393-3c6489340d26", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-1f9bbabf-27e7-424f-8393-3c6489340d26" }, { "name": "{customerId}", "item": [ { "name": "consent", "item": [ { "name": "Request consent opt-in", "id": "71c3d50f-7a2a-4f30-a398-4f73c533fb5c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId/consent", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId", "consent" ], "variable": [ { "id": "5a766e17-3994-413e-a709-d7bc020d212d", "key": "customerId", "value": "", "description": "(Required) Payabli-generated customer ID. Maps to \"Customer ID\" column in the Payabli Portal." } ] }, "description": "Sends the consent opt-in email to the customer email address in the customer record." }, "response": [ { "id": "cabd18ad-ee03-4f26-8624-aa31f8934c43", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId/consent", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId", "consent" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-cabd18ad-ee03-4f26-8624-aa31f8934c43" }, { "id": "a911cfc2-c844-44ac-9d27-690b2b250ffc", "name": "Bad request / invalid data.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId/consent", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId", "consent" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-a911cfc2-c844-44ac-9d27-690b2b250ffc" }, { "id": "3c9b0680-ea34-456f-9693-f40e119585a3", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId/consent", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId", "consent" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-3c9b0680-ea34-456f-9693-f40e119585a3" }, { "id": "f8a8dbee-a098-45d7-a096-3407fa9c2673", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId/consent", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId", "consent" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-f8a8dbee-a098-45d7-a096-3407fa9c2673" }, { "id": "52bc2aaf-cf06-4557-a4c1-e21d1fd58643", "name": "Database connection error.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId/consent", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId", "consent" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-52bc2aaf-cf06-4557-a4c1-e21d1fd58643" } ], "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-71c3d50f-7a2a-4f30-a398-4f73c533fb5c" } ], "id": "e9b7eddd-1c4d-4928-9428-5df5bd91a489", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-e9b7eddd-1c4d-4928-9428-5df5bd91a489" }, { "name": "Get customer record", "id": "cd77a1c3-f05b-4597-b8bc-18e2ca0cf949", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "id": "cd795698-4e2c-44b6-a537-0d07c75d2cbc", "key": "customerId", "value": "", "description": "(Required) Payabli-generated customer ID. Maps to \"Customer ID\" column in the Payabli Portal." } ] }, "description": "Retrieves a customer's record and details." }, "response": [ { "id": "ca2c4cd1-00ee-4e4a-bfdc-e994f9b2d290", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customerId\": \"\",\n \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerStatus\": \"\",\n \"Company\": \"\",\n \"Firstname\": \"\",\n \"Lastname\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Address\": \"\",\n \"Address1\": \"\",\n \"City\": \"\",\n \"State\": \"\",\n \"Zip\": \"\",\n \"Country\": \"\",\n \"ShippingAddress\": \"\",\n \"ShippingAddress1\": \"\",\n \"ShippingCity\": \"\",\n \"ShippingState\": \"\",\n \"ShippingZip\": \"\",\n \"ShippingCountry\": \"\",\n \"Balance\": \"\",\n \"TimeZone\": \"\",\n \"MFA\": \"\",\n \"MFAMode\": \"\",\n \"snProvider\": \"\",\n \"snIdentifier\": \"\",\n \"snData\": \"\",\n \"LastUpdated\": \"\",\n \"Created\": \"\",\n \"AdditionalFields\": {\n \"dolore64\": \"\",\n \"aliquip__\": \"\"\n },\n \"IdentifierFields\": [\n \"\"\n ],\n \"Subscriptions\": [\n {\n \"EndDate\": \"\",\n \"LastRun\": \"\",\n \"NextDate\": \"\",\n \"StartDate\": \"\",\n \"StoredMethod\": {\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 \"CreatedAt\": \"\",\n \"Customer\": {\n \"Identifiers\": [\n {\n \"description\": \"Any type\"\n }\n ],\n \"FirstName\": \"\",\n \"LastName\": \"\",\n \"CompanyName\": \"\",\n \"BillingAddress1\": \"\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"\",\n \"BillingState\": \"\",\n \"BillingZip\": \"\",\n \"BillingCountry\": \"\",\n \"BillingPhone\": \"\",\n \"BillingEmail\": \"\",\n \"CustomerNumber\": \"\",\n \"ShippingAddress1\": \"\",\n \"ShippingAddress2\": \"\",\n \"ShippingCity\": \"\",\n \"ShippingState\": \"\",\n \"ShippingZip\": \"\",\n \"ShippingCountry\": \"\",\n \"customerId\": \"\",\n \"customerStatus\": \"\",\n \"AdditionalData\": {\n \"sunteb\": \"\",\n \"est_d\": \"\",\n \"reprehenderite\": \"\",\n \"cupidatat_be\": \"\"\n }\n },\n \"EntrypageId\": \"\",\n \"ExternalPaypointID\": \"\",\n \"FeeAmount\": \"\",\n \"Frequency\": \"\",\n \"IdSub\": \"\",\n \"invoiceData\": {\n \"AdditionalData\": {\n \"pariatur1\": \"\",\n \"pariatur3\": \"\",\n \"ut_895\": \"\"\n },\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"jpg\",\n \"furl\": \"\"\n }\n ],\n \"company\": \"\",\n \"discount\": \"\",\n \"dutyAmount\": \"\",\n \"firstName\": \"\",\n \"freightAmount\": \"\",\n \"frequency\": \"every3months\",\n \"invoiceAmount\": \"\",\n \"invoiceDate\": \"\",\n \"invoiceDueDate\": \"\",\n \"invoiceEndDate\": \"\",\n \"invoiceNumber\": \"\",\n \"invoiceStatus\": \"\",\n \"invoiceType\": \"\",\n \"items\": [\n {\n \"itemCategories\": [\n \"\"\n ],\n \"itemCommodityCode\": \"\",\n \"itemCost\": \"\",\n \"itemDescription\": \"\",\n \"itemMode\": \"\",\n \"itemProductCode\": \"\",\n \"itemProductName\": \"\",\n \"itemQty\": \"\",\n \"itemTaxAmount\": \"\",\n \"itemTaxRate\": \"\",\n \"itemTotalAmount\": \"\",\n \"itemUnitOfMeasure\": \"\"\n }\n ],\n \"lastName\": \"\",\n \"notes\": \"\",\n \"paymentTerms\": \"UF\",\n \"purchaseOrder\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingAddress2\": \"\",\n \"shippingCity\": \"\",\n \"shippingCountry\": \"\",\n \"shippingEmail\": \"\",\n \"shippingFromZip\": \"\",\n \"shippingPhone\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"summaryCommodityCode\": \"\",\n \"tax\": \"\",\n \"termsConditions\": \"\"\n },\n \"LastUpdated\": \"\",\n \"LeftCycles\": \"\",\n \"Method\": \"\",\n \"NetAmount\": \"\",\n \"ParentOrgName\": \"\",\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 \"checkImage\": {\n \"velitfea\": {\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 \"checkUniqueId\": \"\"\n },\n \"Sequence\": \"\",\n \"SignatureData\": \"\",\n \"StoredId\": \"\",\n \"StoredMethodUsageType\": \"\"\n },\n \"PaypointDbaname\": \"\",\n \"PaypointEntryname\": \"\",\n \"PaypointId\": \"\",\n \"PaypointLegalname\": \"\",\n \"PlanId\": \"\",\n \"Source\": \"\",\n \"SubEvents\": [\n {\n \"description\": \"\",\n \"eventTime\": \"\",\n \"extraData\": \"\",\n \"refData\": \"\",\n \"source\": \"\"\n }\n ],\n \"SubStatus\": \"\",\n \"SubscriptionType\": \"BalanceDriven\",\n \"TotalAmount\": \"\",\n \"TotalCycles\": \"\",\n \"UntilCancelled\": \"\"\n }\n ],\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 \"customerSummary\": {\n \"NumberofTransactions\": \"\",\n \"RecentTransactions\": [\n {\n \"splitCount\": \"\",\n \"TransactionTime\": \"\",\n \"AchHolderType\": \"personal\",\n \"AchSecCode\": \"\",\n \"BatchAmount\": \"\",\n \"BatchNumber\": \"\",\n \"CfeeTransactions\": [\n {\n \"cFeeTransid\": \"\",\n \"feeAmount\": \"\",\n \"operation\": \"\",\n \"refundId\": \"\",\n \"responseData\": {\n \"eaade\": {\n \"description\": \"Any type\"\n }\n },\n \"settlementStatus\": \"\",\n \"transactionTime\": \"\",\n \"transStatus\": \"\"\n }\n ],\n \"ConnectorName\": \"\",\n \"Customer\": {\n \"Identifiers\": [\n {\n \"description\": \"Any type\"\n }\n ],\n \"FirstName\": \"\",\n \"LastName\": \"\",\n \"CompanyName\": \"\",\n \"BillingAddress1\": \"\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"\",\n \"BillingState\": \"\",\n \"BillingZip\": \"\",\n \"BillingCountry\": \"\",\n \"BillingPhone\": \"\",\n \"BillingEmail\": \"\",\n \"CustomerNumber\": \"\",\n \"ShippingAddress1\": \"\",\n \"ShippingAddress2\": \"\",\n \"ShippingCity\": \"\",\n \"ShippingState\": \"\",\n \"ShippingZip\": \"\",\n \"ShippingCountry\": \"\",\n \"customerId\": \"\",\n \"customerStatus\": \"\",\n \"AdditionalData\": {\n \"amet_bc\": \"\",\n \"nulla9_d\": \"\",\n \"eu3f\": \"\",\n \"eu_5\": \"\"\n }\n },\n \"DeviceId\": \"\",\n \"EntrypageId\": \"\",\n \"ExternalProcessorInformation\": \"\",\n \"FeeAmount\": \"\",\n \"GatewayTransId\": \"\",\n \"invoiceData\": {\n \"AdditionalData\": {\n \"sunt_1b\": \"\"\n },\n \"attachments\": [\n {\n \"fContent\": \"\",\n \"filename\": \"\",\n \"ftype\": \"png\",\n \"furl\": \"\"\n }\n ],\n \"company\": \"\",\n \"discount\": \"\",\n \"dutyAmount\": \"\",\n \"firstName\": \"\",\n \"freightAmount\": \"\",\n \"frequency\": \"annually\",\n \"invoiceAmount\": \"\",\n \"invoiceDate\": \"\",\n \"invoiceDueDate\": \"\",\n \"invoiceEndDate\": \"\",\n \"invoiceNumber\": \"\",\n \"invoiceStatus\": \"\",\n \"invoiceType\": \"\",\n \"items\": [\n {\n \"itemCategories\": [\n \"\"\n ],\n \"itemCommodityCode\": \"\",\n \"itemCost\": \"\",\n \"itemDescription\": \"\",\n \"itemMode\": \"\",\n \"itemProductCode\": \"\",\n \"itemProductName\": \"\",\n \"itemQty\": \"\",\n \"itemTaxAmount\": \"\",\n \"itemTaxRate\": \"\",\n \"itemTotalAmount\": \"\",\n \"itemUnitOfMeasure\": \"\"\n }\n ],\n \"lastName\": \"\",\n \"notes\": \"\",\n \"paymentTerms\": \"15MFI\",\n \"purchaseOrder\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingAddress2\": \"\",\n \"shippingCity\": \"\",\n \"shippingCountry\": \"\",\n \"shippingEmail\": \"\",\n \"shippingFromZip\": \"\",\n \"shippingPhone\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"summaryCommodityCode\": \"\",\n \"tax\": \"\",\n \"termsConditions\": \"\"\n },\n \"Method\": \"\",\n \"NetAmount\": \"\",\n \"Operation\": \"\",\n \"OrderId\": \"\",\n \"OrgId\": \"\",\n \"ParentOrgName\": \"\",\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 \"checkImage\": {\n \"incididunt88\": {\n \"description\": \"Any type\"\n },\n \"reprehenderit_4e\": {\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 \"checkUniqueId\": \"\"\n },\n \"Sequence\": \"\",\n \"SignatureData\": \"\",\n \"StoredId\": \"\",\n \"StoredMethodUsageType\": \"\"\n },\n \"PaymentTransId\": \"\",\n \"PayorId\": \"\",\n \"PaypointDbaname\": \"\",\n \"PaypointEntryname\": \"\",\n \"PaypointId\": \"\",\n \"PaypointLegalname\": \"\",\n \"PendingFeeAmount\": \"\",\n \"RefundId\": \"\",\n \"ResponseData\": {\n \"authcode\": \"\",\n \"avsresponse\": \"\",\n \"avsresponse_text\": \"\",\n \"cvvresponse\": \"\",\n \"cvvresponse_text\": \"\",\n \"emv_auth_response_data\": \"\",\n \"orderid\": \"\",\n \"response\": \"\",\n \"response_code\": \"\",\n \"response_code_text\": \"\",\n \"responsetext\": \"\",\n \"resultCode\": \"\",\n \"resultCodeText\": \"\",\n \"transactionid\": \"\",\n \"type\": \"\"\n },\n \"ReturnedId\": \"\",\n \"ScheduleReference\": \"\",\n \"SettlementStatus\": \"\",\n \"Source\": \"\",\n \"splitFundingInstructions\": [\n {\n \"accountId\": \"\",\n \"amount\": \"\",\n \"description\": \"\",\n \"recipientEntryPoint\": \"\"\n }\n ],\n \"TotalAmount\": \"\",\n \"TransactionEvents\": [\n {\n \"TransEvent\": \"\",\n \"EventData\": {\n \"deserunt519\": {\n \"description\": \"Any type\"\n },\n \"adipisicing_396\": {\n \"description\": \"Any type\"\n }\n },\n \"EventTime\": \"\"\n }\n ],\n \"TransAdditionalData\": {\n \"description\": \"Any type\"\n },\n \"TransStatus\": \"\"\n }\n ],\n \"TotalAmountTransactions\": \"\",\n \"TotalNetAmountTransactions\": \"\"\n },\n \"PaypointLegalname\": \"\",\n \"PaypointDbaname\": \"\",\n \"ParentOrgName\": \"\",\n \"ParentOrgId\": \"\",\n \"PaypointEntryname\": \"\",\n \"pageidentifier\": \"\",\n \"externalPaypointID\": \"\",\n \"customerConsent\": {\n \"eCommunication\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"sms\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n }\n },\n \"customerPortal\": \"\"\n}", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-ca2c4cd1-00ee-4e4a-bfdc-e994f9b2d290" }, { "id": "fc539e17-8e62-4125-b1a1-1dfdee44bc9c", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-fc539e17-8e62-4125-b1a1-1dfdee44bc9c" }, { "id": "3edf88b3-5ba9-4462-9873-2562cb325467", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-3edf88b3-5ba9-4462-9873-2562cb325467" }, { "id": "e8d93ea4-d4c2-4f65-a3ef-661d7989986d", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-e8d93ea4-d4c2-4f65-a3ef-661d7989986d" }, { "id": "8efef347-7e99-48f9-b60f-eb0b31071324", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-8efef347-7e99-48f9-b60f-eb0b31071324" } ], "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-cd77a1c3-f05b-4597-b8bc-18e2ca0cf949" }, { "name": "Update customer record", "id": "ed2fec37-8390-40ed-a9c9-213e1de054db", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "id": "3b7b6eae-d2e4-41c0-a665-88eff82409c0", "key": "customerId", "value": "", "description": "(Required) Payabli-generated customer ID. Maps to \"Customer ID\" column in the Payabli Portal." } ] }, "description": "Update a customer record. Include only the fields you want to change." }, "response": [ { "id": "b25ef90c-a303-47a6-8870-9d17f8606232", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-b25ef90c-a303-47a6-8870-9d17f8606232" }, { "id": "222eb8ba-acb4-43a3-a36a-287c866ecf43", "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 \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-222eb8ba-acb4-43a3-a36a-287c866ecf43" }, { "id": "4abf9c20-338f-406e-bfde-86c674f41ec9", "name": "Unauthorized request.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-4abf9c20-338f-406e-bfde-86c674f41ec9" }, { "id": "27c71ba1-1378-4d9b-844c-0a19e2bcef63", "name": "Internal server error.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-27c71ba1-1378-4d9b-844c-0a19e2bcef63" }, { "id": "f75bcd35-9fc8-4873-b607-f179db1e139e", "name": "Database connection error.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customerNumber\": \"\",\n \"customerUsername\": \"\",\n \"customerPsw\": \"\",\n \"customerStatus\": \"\",\n \"company\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"address\": \"\",\n \"address1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\",\n \"shippingAddress\": \"\",\n \"shippingAddress1\": \"\",\n \"shippingCity\": \"\",\n \"shippingState\": \"\",\n \"shippingZip\": \"\",\n \"shippingCountry\": \"\",\n \"balance\": \"\",\n \"timeZone\": \"\",\n \"additionalFields\": {\n \"velit_5bf\": \"\"\n },\n \"identifierFields\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-f75bcd35-9fc8-4873-b607-f179db1e139e" } ], "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-ed2fec37-8390-40ed-a9c9-213e1de054db" }, { "name": "Delete customer record", "id": "fbec7cba-3435-414b-8f65-4104c9534af2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "id": "b1fb3f37-d95d-443f-bef2-229fc4c85032", "key": "customerId", "value": "", "description": "(Required) Payabli-generated customer ID. Maps to \"Customer ID\" column in the Payabli Portal." } ] }, "description": "Delete a customer record." }, "response": [ { "id": "220ff173-3793-4c4d-bda1-a5560d0763a2", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-220ff173-3793-4c4d-bda1-a5560d0763a2" }, { "id": "285c60dd-5e28-4e4e-9370-f76ff5bcf5c8", "name": "Bad request / invalid data.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-285c60dd-5e28-4e4e-9370-f76ff5bcf5c8" }, { "id": "bee4d847-f470-40f8-b698-712107923243", "name": "Unauthorized request.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-bee4d847-f470-40f8-b698-712107923243" }, { "id": "e87ea527-6b71-410c-8158-e73bdd1244c7", "name": "Internal server error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-e87ea527-6b71-410c-8158-e73bdd1244c7" }, { "id": "61ed7053-12ca-4132-a152-a18747fea385", "name": "Database connection error.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-61ed7053-12ca-4132-a152-a18747fea385" } ], "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-fbec7cba-3435-414b-8f65-4104c9534af2" } ], "id": "ee67d842-6b3f-454a-ab76-22b302bbe008", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-ee67d842-6b3f-454a-ab76-22b302bbe008" }, { "name": "link", "item": [ { "name": "{customerId}", "item": [ { "name": "{transId}", "item": [ { "name": "Link Customer to Transaction", "id": "5862c366-0bdf-4677-a91a-c12ab40020e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/link/:customerId/:transId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "link", ":customerId", ":transId" ], "variable": [ { "id": "2d13f9b6-d1a7-4a65-bccd-9ad3eebbb87a", "key": "customerId", "value": "", "description": "(Required) Payabli-generated customer ID. Maps to \"Customer ID\" column in the Payabli Portal." }, { "id": "ba9de5fc-9f77-46d6-8a9f-249dd6e9392e", "key": "transId", "value": "", "description": "(Required) ReferenceId for the transaction (PaymentId)." } ] }, "description": "Links a customer to a transaction by ID." }, "response": [ { "id": "e86520a1-3f91-4400-80d8-4f898b2284b7", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/link/:customerId/:transId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "link", ":customerId", ":transId" ], "variable": [ { "key": "customerId" }, { "key": "transId" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-e86520a1-3f91-4400-80d8-4f898b2284b7" }, { "id": "7b307a8e-8a37-4a8d-a88f-4da1f0c0cb28", "name": "Bad request / invalid data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/link/:customerId/:transId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "link", ":customerId", ":transId" ], "variable": [ { "key": "customerId" }, { "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-7b307a8e-8a37-4a8d-a88f-4da1f0c0cb28" }, { "id": "5a915ab5-a9ce-48da-986d-0afe5a01938b", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/link/:customerId/:transId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "link", ":customerId", ":transId" ], "variable": [ { "key": "customerId" }, { "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-5a915ab5-a9ce-48da-986d-0afe5a01938b" }, { "id": "6fefa032-a987-45fd-bff3-44b369b69e48", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/link/:customerId/:transId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "link", ":customerId", ":transId" ], "variable": [ { "key": "customerId" }, { "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-6fefa032-a987-45fd-bff3-44b369b69e48" }, { "id": "0ac0193d-9031-4d0d-8fec-20140462ff1b", "name": "Database connection error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Customer/link/:customerId/:transId", "host": [ "{{baseUrl}}" ], "path": [ "Customer", "link", ":customerId", ":transId" ], "variable": [ { "key": "customerId" }, { "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:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-0ac0193d-9031-4d0d-8fec-20140462ff1b" } ], "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-5862c366-0bdf-4677-a91a-c12ab40020e3" } ], "id": "095c4283-e82a-4ad6-a325-c19bdec9a184", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-095c4283-e82a-4ad6-a325-c19bdec9a184" } ], "id": "15dc152b-8866-48ae-b6d2-62dd34d3573d", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-15dc152b-8866-48ae-b6d2-62dd34d3573d" } ], "id": "3df4b77b-6a4d-4b3f-8827-de7b077b4fe2", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-3df4b77b-6a4d-4b3f-8827-de7b077b4fe2" } ], "id": "a6be8059-2a9d-4737-9681-0cf4d4c8199c", "createdAt": "2026-07-28T02:32:33.000Z", "updatedAt": "2026-07-28T02:32:33.000Z", "uid": "35240-a6be8059-2a9d-4737-9681-0cf4d4c8199c" } ], "variable": [ { "key": "baseUrl", "value": "https://api-sandbox.payabli.com/api" } ] }