*Adhoc Invoice

The addInvoice endpoint is used to add adhoc/on demand invoices for the customers.

Request

Endpoint

    /ui/v1/admin/addInvoice

Method

    POST

Header

Content-Type: application/json

Request Body

{
    "id": 0,
    "invoiceDescription": "Late fees",
    "invoiceAmount": {
        "amount": "100.00",
        "currency": {
            "id": 1,
            "currencyCode": "USD"
        }
    },
    "invoiceStatus": {
        "name": "UNPAID"
    },
    "invoiceType": {
        "name": "ADHOC"
    },
    "invoiceNumber": "",
    "customer": {
        "id": 7663,
        "customerNumber": "1000000001",
        "customerName": "Zywie Business Heart Care 1",
        "customerStatus": {
            "name": "ACTIVE"
        },
        "pointOfContact": null,
        "pointOfContactJobTitle": null,
        "pointOfContactDepartment": null,
        "pointOfContactEmail": "velaqaautomation@gmail.com",
        "pointOfContactPhone": null,
        "pointOfContactMobile": "4703426633",
        "pointOfContactFax": null,
        "createdUserId": 65,
        "lastModifiedUserId": 65,
        "lockedDateTime": null,
        "lockedByUserId": null,
        "createdDateTime": 1620241209000,
        "customerBatchId": null,
        "phoneCountryCallingCodeId": null,
        "mobileCountryCallingCodeId": 1,
        "faxCountryCallingCodeId": null,
        "outstandingBalance": null,
        "customerProperties": [],
        "namePrefix": {
            "value": "Mr.",
            "name": "MISTER"
        },
        "nameSuffix": {
            "value": "II",
            "name": "THE_SECOND"
        },
        "mobilePhoneCarrierType": {
            "emailDomain": "NUMBER@txt.att.net",
            "value": "AT&T",
            "countryCode": "USA",
            "name": "ATT"
        },
        "merchant": {
            "id": 1,
            "merchantName": "Zywie Business",
            "merchantDescription": "Zywie Business",
            "addressLine1": "Zywie Inc.",
            "addressLine2": "Suite 360",
            "addressLine3": null,
            "city": "Johns Creek",
            "state": "GA",
            "zipCode": "30097",
            "country": "USA",
            "mailingAddressLine1": "12000 Findley Rd",
            "mailingAddressLine2": "Suite 360",
            "mailingAddressLine3": null,
            "mailingCity": "Johns Creek",
            "mailingState": "GA",
            "mailingZipCode": "30097-1412",
            "mailingCountry": "USA",
            "pointOfContact": "Administrator",
            "pointOfContactJobTitle": null,
            "pointOfContactDepartment": null,
            "pointOfContactEmail": "velaqaautomation@gmail.com",
            "pointOfContactPhone": "6787400263",
            "pointOfContactMobile": "6785143610",
            "pointOfContactFax": "6789921941",
            "lastModifiedUserId": 1,
            "addressVerificationCheckInd": true,
            "cardVerificationCheckForCNPTransactionsInd": true,
            "cardVerificationCheckForTokenizedTransactionsInd": false,
            "cardVerificationCheckForCPTransactionsInd": false,
            "loyaltyRewardsEnabledInd": true,
            "initialLoyaltyRewardsNumber": 10000000000001,
            "passwordNeverExpiresInd": false,
            "passwordExpirationDays": 90,
            "passwordExpirationWarningDays": 5,
            "onetimePasscodeValdtyTimePeriod": 10,
            "phoneCountryCallingCodeId": 1,
            "mobileCountryCallingCodeId": 1,
            "faxCountryCallingCodeId": 1,
            "invoicesModuleEnabledInd": true,
            "displayInvoiceNumberInPaymentsModule": true,
            "adhocInvoicesEnabledInd": true,
            "displayMemoInPaymentsModule": true,
            "displayFolioInformationInPaymentsModule": false,
            "recurringPaymentsEnabledInd": false,
            "productsAndServicesEnabledInd": false,
            "namePrefix": {
                "value": "Father",
                "name": "FATHER"
            },
            "nameSuffix": {
                "value": "MD",
                "name": "DOCTOR_OF_MEDICINE"
            },
            "displayDigitalSignatureForCardPresentTransactions": false,
            "displayDigitalSignatureForCardNotPresentTransactions": false,
            "paymentTokenizationEnabledInd": true,
            "paymentsBatchAuthorizationEnabledInd": false,
            "paymentsBatchProcessingEnabledInd": false,
            "allowUsersToSelfEnrollInd": true,
            "allowMultiCurrencyPricingInd": false,
            "mobilePhoneCarrierType": {
                "emailDomain": "NUMBER@txt.att.net",
                "value": "AT&T",
                "countryCode": "USA",
                "name": "ATT"
            },
            "cardPresentTransactionsEnabledInd": false,
            "defaultCurrencyCode": "USD",
            "allowPreAuthorizationTransactionInd": false,
            "allowSaleTransactionInd": true,
            "softDescriptorsEnabledInd": false,
            "softDescriptorMerchantName": "DATUMSOFTWAR",
            "softDescriptorProductDescription": "INCIDENTL",
            "merchantStatus": {
                "name": "ACTIVE"
            },
            "merchantURL": "https://zywie-business-test.payvela.com/ui/resources/login",
            "merchantDisplayTitle": "Zywie™ Business",
            "merchantCode": "zywie-business",
            "sessionIdleTime": 900,
            "sessionTimeoutTime": 20,
            "keepaliveInterval": 300,
            "customerSupportInformation": "+1-877-858-7200 (MON - FRI 8:00 AM - 8:00 PM ET)",
            "allowPaymentsWithoutLoggingIn": true,
            "merchantBccEmailAddress": "velaqaautomation@gmail.com",
            "abuseEmailAddress": "abuse@zywie.healthcare",
            "merchantProperties": [{
                "id": 3,
                "merchantPropertyType": {
                    "name": "PAYMENT_TOKEN_CONFIG"
                },
                "propertyName": "PURGE_ENABLED",
                "propertyDescription": "Is payment tokens purge enabled",
                "groupName": null,
                "propertyStringValue": null,
                "propertyIntValue": null,
                "propertyBooleanValue": false,
                "merchantPropertyStatus": {
                    "name": "ACTIVE"
                },
                "createdUserId": 1,
                "lastModifiedUserId": null,
                "lockedDateTime": null,
                "lockedByUserId": null,
                "createdDateTime": 1568912428000,
                "lastUpdatedDateTime": 1592248437000,
                "message": null
            }, {
                "id": 4,
                "merchantPropertyType": {
                    "name": "PAYMENT_TOKEN_CONFIG"
                },
                "propertyName": "RETENTION_DAYS",
                "propertyDescription": "# of days to retain payment tokens",
                "groupName": null,
                "propertyStringValue": null,
                "propertyIntValue": null,
                "propertyBooleanValue": null,
                "merchantPropertyStatus": {
                    "name": "ACTIVE"
                },
                "createdUserId": 1,
                "lastModifiedUserId": null,
                "lockedDateTime": null,
                "lockedByUserId": null,
                "createdDateTime": 1568912428000,
                "lastUpdatedDateTime": 1592248437000,
                "message": null
            }],
            "merchantBillings": [],
            "merchantBillingModel2s": [],
            "locale": "en_US",
            "lateFeesEnabledInd": false,
            "lateFeesType": {
                "name": "PERCENTAGE"
            },
            "lateFeesTier1FromNumOfDays": 1,
            "lateFeesTier1ToNumOfDays": 30,
            "lateFeesTier2FromNumOfDays": 31,
            "lateFeesTier2ToNumOfDays": 60,
            "lateFeesTier3FromNumOfDays": 61,
            "lateFeesTier3ToNumOfDays": 90,
            "tier1LateFees": 0,
            "tier2LateFees": 3,
            "tier3LateFees": 6,
            "waiveTheLateFeesEnabledInd": true,
            "maxNumOfTimesPerYearLateFeeCanBeWaived": {
                "name": "ONCE"
            },
            "paymentApplicationURL": "https://zywie-business-test.payvela.com",
            "giftCardsEnabledInd": false,
            "minBookingNumberLength": 10,
            "maxBookingNumberLength": 10,
            "allowPartialPaymentsForInvoicesInd": true,
            "convenienceFeesEnabledInd": false,
            "creditCardsConvFeesType": {
                "name": "PERCENTAGE"
            },
            "creditCardsConvFees": 3.25,
            "industryType": {
                "name": "BUSINESS_TO_BUSINESS"
            },
            "displayHealthcareFieldsOnHSAFSAPaymentMethods": false,
            "displayChartOnDashboard": false,
            "reportsModuleEnabledInd": true,
            "displayLastXDaysOfPaymentTokensForCardOnFile": 45,
            "chartsDisplayTransactionRevenue": {
                "name": "NONE"
            },
            "chartsGroupByPaymentMethods": {
                "name": "NONE"
            },
            "chartsGroupByTransactionTypes": {
                "name": "NONE"
            },
            "chartsGroupByProductsAndServices": {
                "name": "NONE"
            },
            "chartsDateRangeType": {
                "name": "TODAY"
            },
            "numOfDaysBetweenCheckinAndCurrentDate": 3,
            "smsSubscriptionType": {
                "name": "FREE_VIA_SMTP"
            },
            "cardPresentManualEntryOnlyTransactionsEnabledInd": false,
            "cardNotPresentTransactionsEnabledInd": true,
            "splitPaymentsEnabledInd": true,
            "accountLookupEnabledInd": false,
            "nextGenHpiLocationLookup": "Zywie Business",
            "billingEmailRequiredForPayments": false,
            "cardholderNameRequiredForTransactions": true,
            "textMessageType": {
                "name": "SMS"
            },
            "billingEnabledInd": true,
            "billingRevenueShareByPercentage": 20,
            "installmentPaymentsEnabledInd": false,
            "minNumberOfInstallments": 2,
            "maxNumberOfInstallments": 36,
            "settledTransactionsReportEnabledInd": true,
            "summaryByTypeReportEnabledInd": true,
            "transactionSummaryReportEnabledInd": true,
            "settledTxnsReportEmailRecipients": null,
            "offlinePaymentActionsOnInvoiceModuleEnabledInd": true,
            "qrCodeEnabledInd": true,
            "dateFormat": {
                "value": "yyyy-MM-dd",
                "name": "YYYY_MM_DD"
            },
            "dateTimeFormat": {
                "value": "yyyy-MM-dd hh:mm a zzz",
                "name": "YYYY_MM_DD_HH_MM_A_ZZZ"
            },
            "logoutSingleSignOnTime": 10,
            "reconciliationPlatformName": {
                "value": "None",
                "industryType": "OTHER",
                "name": "NONE"
            },
            "employerIdentificationNumber": "12-2543645",
            "autoReconciliationEnabledInd": false,
            "customerSummaryEnabledInd": true,
            "surchargesEnabledInd": false,
            "surchargesByPercentage": 0,
            "onlineReceiptLinkEnabledInd": false,
            "maxNumOfFailedOneTimePasscodeAttempts": 3,
            "message": null,
            "address": null,
            "fullName": null,
            "activeUserCount": null,
            "activeCustomerCount": null,
            "paymentTokenPurgeEnabledInd": false,
            "paymentTokenPurgeDays": null,
            "language": null,
            "echeckConvFees": 1.99,
            "echeckConvFeesType": {
                "name": "FLAT"
            },
            "emvcompliantTransactionType": {
                "name": "RELAXED"
            }
        },
        "customerType": {
            "name": "BUSINESS"
        },
        "numOfTimesPerYearLateFeesIsWaived": null,
        "firstWaivedDateTime": null,
        "lastWaivedDateTime": null,
        "dateOfBirth": null,
        "textMessageType": {
            "name": "SMS"
        },
        "gender": {
            "name": "UNDISCLOSED"
        },
        "country": "USA",
        "addressLine1": null,
        "addressLine2": null,
        "addressLine3": null,
        "city": null,
        "state": null,
        "zipCode": null,
        "message": null,
        "address": null,
        "fullName": null,
        "activeUserCount": 2,
        "unpaidInvoiceCount": 0,
        "dateOfBirthString": "",
        "merchantId": null
    },
    "merchant": {
        "id": "1"
    },
    "createdUserId": "65",
    "lastModifiedUserId": 0,
    "aging": 0,
    "terms": "10",
    "memo": "",
    "bSendNotification": false,
    "invoiceDate": "2023-09-22"
}

Response

{
    "id": 32226,
    "invoiceNumber": "1000000060",
    "invoiceDescription": "Late fees",
    "createdDateTime": null,
    "lastUpdatedDateTime": null,
    "invoiceDate": 1695427200000,
    "paidDate": null,
    "dueDate": 1696291200000,
    "terms": 10,
    "aging": 0,
    "invoiceAmount": {
        "amount": 100.00,
        "currency": {
            "id": 1,
            "currencyCode": "USD",
            "currencyText": "United States Dollar",
            "currencySymbol": "$",
            "fractionalUnit": "Cent",
            "numOfDecimalPlaces": "2",
            "supportedByVisaCheckout": true,
            "createdDateTime": 1608267267000,
            "isoNumericCode": "840",
            "isoCountryCode": "840"
        }
    },
    "paidAmount": null,
    "amountDue": {
        "amount": 100.00,
        "currency": {
            "id": 1,
            "currencyCode": "USD",
            "currencyText": "United States Dollar",
            "currencySymbol": "$",
            "fractionalUnit": "Cent",
            "numOfDecimalPlaces": "2",
            "supportedByVisaCheckout": true,
            "createdDateTime": 1608267267000,
            "isoNumericCode": "840",
            "isoCountryCode": "840"
        }
    },
    "createdUserId": 65,
    "lastModifiedUserId": 0,
    "invoiceStatus": {
        "name": "UNPAID"
    },
    "invoiceType": {
        "name": "ADHOC"
    },
    "customer": {
        "id": 7663,
        "customerNumber": "1000000001",
        "customerName": "Zywie Business Heart Care 1",
        "customerStatus": {
            "name": "ACTIVE"
        },
        "pointOfContact": null,
        "pointOfContactJobTitle": null,
        "pointOfContactDepartment": null,
        "pointOfContactEmail": "velaqaautomation@gmail.com",
        "pointOfContactPhone": null,
        "pointOfContactMobile": "4703426633",
        "pointOfContactFax": null,
        "createdUserId": 65,
        "lastModifiedUserId": 65,
        "lockedDateTime": null,
        "lockedByUserId": null,
        "createdDateTime": 1620241209000,
        "customerBatchId": null,
        "phoneCountryCallingCodeId": null,
        "mobileCountryCallingCodeId": 1,
        "faxCountryCallingCodeId": null,
        "outstandingBalance": null,
        "customerProperties": [],
        "namePrefix": {
            "value": "Mr.",
            "name": "MISTER"
        },
        "nameSuffix": {
            "value": "II",
            "name": "THE_SECOND"
        },
        "mobilePhoneCarrierType": {
            "emailDomain": "NUMBER@txt.att.net",
            "value": "AT&T",
            "countryCode": "USA",
            "name": "ATT"
        },
        "merchant": {
            "id": 1,
            "merchantName": "Zywie Business",
            "merchantDescription": "Zywie Business",
            "addressLine1": "Zywie Inc.",
            "addressLine2": "Suite 360",
            "addressLine3": null,
            "city": "Johns Creek",
            "state": "GA",
            "zipCode": "30097",
            "country": "USA",
            "mailingAddressLine1": "12000 Findley Rd",
            "mailingAddressLine2": "Suite 360",
            "mailingAddressLine3": null,
            "mailingCity": "Johns Creek",
            "mailingState": "GA",
            "mailingZipCode": "30097-1412",
            "mailingCountry": "USA",
            "pointOfContact": "Administrator",
            "pointOfContactJobTitle": null,
            "pointOfContactDepartment": null,
            "pointOfContactEmail": "velaqaautomation@gmail.com",
            "pointOfContactPhone": "6787400263",
            "pointOfContactMobile": "6785143610",
            "pointOfContactFax": "6789921941",
            "lastModifiedUserId": 1,
            "addressVerificationCheckInd": true,
            "cardVerificationCheckForCNPTransactionsInd": true,
            "cardVerificationCheckForTokenizedTransactionsInd": false,
            "cardVerificationCheckForCPTransactionsInd": false,
            "loyaltyRewardsEnabledInd": true,
            "initialLoyaltyRewardsNumber": 10000000000001,
            "passwordNeverExpiresInd": false,
            "passwordExpirationDays": 90,
            "passwordExpirationWarningDays": 5,
            "onetimePasscodeValdtyTimePeriod": 10,
            "phoneCountryCallingCodeId": 1,
            "mobileCountryCallingCodeId": 1,
            "faxCountryCallingCodeId": 1,
            "invoicesModuleEnabledInd": true,
            "displayInvoiceNumberInPaymentsModule": true,
            "adhocInvoicesEnabledInd": true,
            "displayMemoInPaymentsModule": true,
            "displayFolioInformationInPaymentsModule": false,
            "recurringPaymentsEnabledInd": false,
            "productsAndServicesEnabledInd": false,
            "namePrefix": {
                "value": "Father",
                "name": "FATHER"
            },
            "nameSuffix": {
                "value": "MD",
                "name": "DOCTOR_OF_MEDICINE"
            },
            "displayDigitalSignatureForCardPresentTransactions": false,
            "displayDigitalSignatureForCardNotPresentTransactions": false,
            "paymentTokenizationEnabledInd": true,
            "paymentsBatchAuthorizationEnabledInd": false,
            "paymentsBatchProcessingEnabledInd": false,
            "allowUsersToSelfEnrollInd": true,
            "allowMultiCurrencyPricingInd": false,
            "mobilePhoneCarrierType": {
                "emailDomain": "NUMBER@txt.att.net",
                "value": "AT&T",
                "countryCode": "USA",
                "name": "ATT"
            },
            "cardPresentTransactionsEnabledInd": false,
            "defaultCurrencyCode": "USD",
            "allowPreAuthorizationTransactionInd": false,
            "allowSaleTransactionInd": true,
            "softDescriptorsEnabledInd": false,
            "softDescriptorMerchantName": "DATUMSOFTWAR",
            "softDescriptorProductDescription": "INCIDENTL",
            "merchantStatus": {
                "name": "ACTIVE"
            },
            "merchantURL": "https://zywie-business-test.payvela.com/ui/resources/login",
            "merchantDisplayTitle": "Zywie™ Business",
            "merchantCode": "zywie-business",
            "sessionIdleTime": 900,
            "sessionTimeoutTime": 20,
            "keepaliveInterval": 300,
            "customerSupportInformation": "+1-877-858-7200 (MON - FRI 8:00 AM - 8:00 PM ET)",
            "allowPaymentsWithoutLoggingIn": true,
            "merchantBccEmailAddress": "velaqaautomation@gmail.com",
            "abuseEmailAddress": "abuse@zywie.healthcare",
            "merchantProperties": [{
                    "id": 3,
                    "merchantPropertyType": {
                        "name": "PAYMENT_TOKEN_CONFIG"
                    },
                    "propertyName": "PURGE_ENABLED",
                    "propertyDescription": "Is payment tokens purge enabled",
                    "groupName": null,
                    "propertyStringValue": null,
                    "propertyIntValue": null,
                    "propertyBooleanValue": false,
                    "merchantPropertyStatus": {
                        "name": "ACTIVE"
                    },
                    "createdUserId": 1,
                    "lastModifiedUserId": null,
                    "lockedDateTime": null,
                    "lockedByUserId": null,
                    "createdDateTime": 1568912428000,
                    "lastUpdatedDateTime": 1592248437000,
                    "message": null
                },
                {
                    "id": 4,
                    "merchantPropertyType": {
                        "name": "PAYMENT_TOKEN_CONFIG"
                    },
                    "propertyName": "RETENTION_DAYS",
                    "propertyDescription": "# of days to retain payment tokens",
                    "groupName": null,
                    "propertyStringValue": null,
                    "propertyIntValue": null,
                    "propertyBooleanValue": null,
                    "merchantPropertyStatus": {
                        "name": "ACTIVE"
                    },
                    "createdUserId": 1,
                    "lastModifiedUserId": null,
                    "lockedDateTime": null,
                    "lockedByUserId": null,
                    "createdDateTime": 1568912428000,
                    "lastUpdatedDateTime": 1592248437000,
                    "message": null
                }
            ],
            "merchantBillings": [],
            "merchantBillingModel2s": [],
            "locale": "en_US",
            "lateFeesEnabledInd": false,
            "lateFeesType": {
                "name": "PERCENTAGE"
            },
            "lateFeesTier1FromNumOfDays": 1,
            "lateFeesTier1ToNumOfDays": 30,
            "lateFeesTier2FromNumOfDays": 31,
            "lateFeesTier2ToNumOfDays": 60,
            "lateFeesTier3FromNumOfDays": 61,
            "lateFeesTier3ToNumOfDays": 90,
            "tier1LateFees": 0.0,
            "tier2LateFees": 3.0,
            "tier3LateFees": 6.0,
            "waiveTheLateFeesEnabledInd": true,
            "maxNumOfTimesPerYearLateFeeCanBeWaived": {
                "name": "ONCE"
            },
            "paymentApplicationURL": "https://zywie-business-test.payvela.com",
            "giftCardsEnabledInd": false,
            "minBookingNumberLength": 10,
            "maxBookingNumberLength": 10,
            "allowPartialPaymentsForInvoicesInd": true,
            "convenienceFeesEnabledInd": false,
            "creditCardsConvFeesType": {
                "name": "PERCENTAGE"
            },
            "creditCardsConvFees": 3.25,
            "industryType": {
                "name": "BUSINESS_TO_BUSINESS"
            },
            "displayHealthcareFieldsOnHSAFSAPaymentMethods": false,
            "displayChartOnDashboard": false,
            "reportsModuleEnabledInd": true,
            "displayLastXDaysOfPaymentTokensForCardOnFile": 45,
            "chartsDisplayTransactionRevenue": {
                "name": "NONE"
            },
            "chartsGroupByPaymentMethods": {
                "name": "NONE"
            },
            "chartsGroupByTransactionTypes": {
                "name": "NONE"
            },
            "chartsGroupByProductsAndServices": {
                "name": "NONE"
            },
            "chartsDateRangeType": {
                "name": "TODAY"
            },
            "numOfDaysBetweenCheckinAndCurrentDate": 3,
            "smsSubscriptionType": {
                "name": "FREE_VIA_SMTP"
            },
            "cardPresentManualEntryOnlyTransactionsEnabledInd": false,
            "cardNotPresentTransactionsEnabledInd": true,
            "splitPaymentsEnabledInd": true,
            "accountLookupEnabledInd": false,
            "nextGenHpiLocationLookup": "Zywie Business",
            "billingEmailRequiredForPayments": false,
            "cardholderNameRequiredForTransactions": true,
            "textMessageType": {
                "name": "SMS"
            },
            "billingEnabledInd": true,
            "billingRevenueShareByPercentage": 20.0,
            "installmentPaymentsEnabledInd": false,
            "minNumberOfInstallments": 2,
            "maxNumberOfInstallments": 36,
            "settledTransactionsReportEnabledInd": true,
            "summaryByTypeReportEnabledInd": true,
            "transactionSummaryReportEnabledInd": true,
            "settledTxnsReportEmailRecipients": null,
            "offlinePaymentActionsOnInvoiceModuleEnabledInd": true,
            "qrCodeEnabledInd": true,
            "dateFormat": {
                "value": "yyyy-MM-dd",
                "name": "YYYY_MM_DD"
            },
            "dateTimeFormat": {
                "value": "yyyy-MM-dd hh:mm a zzz",
                "name": "YYYY_MM_DD_HH_MM_A_ZZZ"
            },
            "logoutSingleSignOnTime": 10,
            "reconciliationPlatformName": {
                "value": "None",
                "industryType": "OTHER",
                "name": "NONE"
            },
            "employerIdentificationNumber": "12-2543645",
            "autoReconciliationEnabledInd": false,
            "customerSummaryEnabledInd": true,
            "surchargesEnabledInd": false,
            "surchargesByPercentage": 0.0,
            "onlineReceiptLinkEnabledInd": false,
            "maxNumOfFailedOneTimePasscodeAttempts": 3,
            "message": null,
            "address": null,
            "fullName": null,
            "activeUserCount": null,
            "activeCustomerCount": null,
            "paymentTokenPurgeEnabledInd": false,
            "paymentTokenPurgeDays": null,
            "language": null,
            "echeckConvFees": 1.99,
            "echeckConvFeesType": {
                "name": "FLAT"
            },
            "emvcompliantTransactionType": {
                "name": "RELAXED"
            }
        },
        "customerType": {
            "name": "BUSINESS"
        },
        "numOfTimesPerYearLateFeesIsWaived": null,
        "firstWaivedDateTime": null,
        "lastWaivedDateTime": null,
        "dateOfBirth": null,
        "textMessageType": {
            "name": "SMS"
        },
        "gender": {
            "name": "UNDISCLOSED"
        },
        "country": "USA",
        "addressLine1": null,
        "addressLine2": null,
        "addressLine3": null,
        "city": null,
        "state": null,
        "zipCode": null,
        "message": null,
        "address": null,
        "fullName": null,
        "activeUserCount": 2,
        "unpaidInvoiceCount": 0,
        "dateOfBirthString": "",
        "merchantId": null
    },
    "invoiceBatchId": null,
    "paidByUserId": null,
    "merchant": {
        "id": 1,
        "merchantName": null,
        "merchantDescription": null,
        "addressLine1": null,
        "addressLine2": null,
        "addressLine3": null,
        "city": null,
        "state": null,
        "zipCode": null,
        "country": null,
        "mailingAddressLine1": null,
        "mailingAddressLine2": null,
        "mailingAddressLine3": null,
        "mailingCity": null,
        "mailingState": null,
        "mailingZipCode": null,
        "mailingCountry": null,
        "pointOfContact": null,
        "pointOfContactJobTitle": null,
        "pointOfContactDepartment": null,
        "pointOfContactEmail": null,
        "pointOfContactPhone": null,
        "pointOfContactMobile": null,
        "pointOfContactFax": null,
        "lastModifiedUserId": null,
        "addressVerificationCheckInd": false,
        "cardVerificationCheckForCNPTransactionsInd": false,
        "cardVerificationCheckForTokenizedTransactionsInd": false,
        "cardVerificationCheckForCPTransactionsInd": false,
        "loyaltyRewardsEnabledInd": false,
        "initialLoyaltyRewardsNumber": null,
        "passwordNeverExpiresInd": false,
        "passwordExpirationDays": null,
        "passwordExpirationWarningDays": null,
        "onetimePasscodeValdtyTimePeriod": null,
        "phoneCountryCallingCodeId": null,
        "mobileCountryCallingCodeId": null,
        "faxCountryCallingCodeId": null,
        "invoicesModuleEnabledInd": false,
        "displayInvoiceNumberInPaymentsModule": false,
        "adhocInvoicesEnabledInd": false,
        "displayMemoInPaymentsModule": false,
        "displayFolioInformationInPaymentsModule": false,
        "recurringPaymentsEnabledInd": false,
        "productsAndServicesEnabledInd": false,
        "namePrefix": null,
        "nameSuffix": null,
        "displayDigitalSignatureForCardPresentTransactions": false,
        "displayDigitalSignatureForCardNotPresentTransactions": false,
        "paymentTokenizationEnabledInd": false,
        "paymentsBatchAuthorizationEnabledInd": false,
        "paymentsBatchProcessingEnabledInd": false,
        "allowUsersToSelfEnrollInd": false,
        "allowMultiCurrencyPricingInd": false,
        "mobilePhoneCarrierType": null,
        "cardPresentTransactionsEnabledInd": false,
        "defaultCurrencyCode": null,
        "allowPreAuthorizationTransactionInd": false,
        "allowSaleTransactionInd": false,
        "softDescriptorsEnabledInd": false,
        "softDescriptorMerchantName": null,
        "softDescriptorProductDescription": null,
        "merchantStatus": null,
        "merchantURL": null,
        "merchantDisplayTitle": null,
        "merchantCode": null,
        "sessionIdleTime": null,
        "sessionTimeoutTime": null,
        "keepaliveInterval": null,
        "customerSupportInformation": null,
        "allowPaymentsWithoutLoggingIn": false,
        "merchantBccEmailAddress": null,
        "abuseEmailAddress": null,
        "merchantProperties": null,
        "merchantBillings": null,
        "merchantBillingModel2s": null,
        "locale": null,
        "lateFeesEnabledInd": false,
        "lateFeesType": null,
        "lateFeesTier1FromNumOfDays": null,
        "lateFeesTier1ToNumOfDays": null,
        "lateFeesTier2FromNumOfDays": null,
        "lateFeesTier2ToNumOfDays": null,
        "lateFeesTier3FromNumOfDays": null,
        "lateFeesTier3ToNumOfDays": null,
        "tier1LateFees": null,
        "tier2LateFees": null,
        "tier3LateFees": null,
        "waiveTheLateFeesEnabledInd": false,
        "maxNumOfTimesPerYearLateFeeCanBeWaived": null,
        "paymentApplicationURL": null,
        "giftCardsEnabledInd": false,
        "minBookingNumberLength": 0,
        "maxBookingNumberLength": 0,
        "allowPartialPaymentsForInvoicesInd": false,
        "convenienceFeesEnabledInd": false,
        "creditCardsConvFeesType": null,
        "creditCardsConvFees": null,
        "industryType": null,
        "displayHealthcareFieldsOnHSAFSAPaymentMethods": false,
        "displayChartOnDashboard": false,
        "reportsModuleEnabledInd": false,
        "displayLastXDaysOfPaymentTokensForCardOnFile": null,
        "chartsDisplayTransactionRevenue": null,
        "chartsGroupByPaymentMethods": null,
        "chartsGroupByTransactionTypes": null,
        "chartsGroupByProductsAndServices": null,
        "chartsDateRangeType": null,
        "numOfDaysBetweenCheckinAndCurrentDate": null,
        "smsSubscriptionType": null,
        "cardPresentManualEntryOnlyTransactionsEnabledInd": false,
        "cardNotPresentTransactionsEnabledInd": false,
        "splitPaymentsEnabledInd": false,
        "accountLookupEnabledInd": false,
        "nextGenHpiLocationLookup": null,
        "billingEmailRequiredForPayments": false,
        "cardholderNameRequiredForTransactions": false,
        "textMessageType": null,
        "billingEnabledInd": false,
        "billingRevenueShareByPercentage": null,
        "installmentPaymentsEnabledInd": false,
        "minNumberOfInstallments": null,
        "maxNumberOfInstallments": null,
        "settledTransactionsReportEnabledInd": false,
        "summaryByTypeReportEnabledInd": false,
        "transactionSummaryReportEnabledInd": false,
        "settledTxnsReportEmailRecipients": null,
        "offlinePaymentActionsOnInvoiceModuleEnabledInd": false,
        "qrCodeEnabledInd": false,
        "dateFormat": null,
        "dateTimeFormat": null,
        "logoutSingleSignOnTime": null,
        "reconciliationPlatformName": null,
        "employerIdentificationNumber": null,
        "autoReconciliationEnabledInd": false,
        "customerSummaryEnabledInd": false,
        "surchargesEnabledInd": false,
        "surchargesByPercentage": null,
        "onlineReceiptLinkEnabledInd": false,
        "maxNumOfFailedOneTimePasscodeAttempts": 0,
        "message": null,
        "address": null,
        "fullName": null,
        "activeUserCount": null,
        "activeCustomerCount": null,
        "paymentTokenPurgeEnabledInd": false,
        "paymentTokenPurgeDays": null,
        "language": null,
        "echeckConvFees": null,
        "echeckConvFeesType": null,
        "emvcompliantTransactionType": null
    },
    "waiveReasonOnLateFees": null,
    "waiveLateFeesByPercentage": null,
    "waivedByUserId": null,
    "waivedDate": null,
    "memo": "",
    "amountAdjustedReason": null,
    "merchantId": null,
    "paidByUserName": null,
    "message": {
        "code": "191",
        "type": {
            "name": "SUCCESS"
        },
        "include_i_icon": false,
        "description": "An Invoice with invoice number <strong>1000000060</strong> has been created successfully."
    },
    "geolocation": null,
    "cardNotPresentChannelId": null,
    "roleType": null,
    "paymentAction": null,
    "addressLine1": null,
    "addressLine2": null,
    "city": null,
    "state": null,
    "zipCode": null,
    "phone": null,
    "mobile": null,
    "merchantCode": null,
    "emailAddress": null,
    "customerNumber": null,
    "customerName": null,
    "sessionId": "",
    "lastCPTDateOfService": null,
    "bSendNotification": false
}

Updated As Of Version 5.9.0.7