Sales Order Summary
The Sales Order Summary APIs allows users to view, retrieve, pay the Sales orders.
Sales Order Records¶
Description
The salesOrderRecords
endpoint allows users to fetch the existing sales orders.
Request
Endpoint
/ui/v1/salesOrderRecords
Method
POST
Header
Content-Type: application/json
ELEMENT | DESCRIPTION |
---|---|
startDate | Required Start Date to fetch the sales order from |
endDate | Required End Date to fetch the invoices till that date |
customerNumber | Required Number associated with the Customer ex: 12345 |
customerType name | *Required Name of the Customer Type ex: PREAUTH, PREPAY,ePAY etc. |
merchantId | Required specific code used for each merchant |
Request Body
{
"draw": 2,
"columns": [
{
"data": "",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "customer.customerNumber",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "customer.customerName",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "salesOrderNumber",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "purchaseOrderNumber",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "invoiceDate",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "salesOrderAmount",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "status",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "invoiceStatus",
"name": "",
"searchable": true,
"orderable": false,
"search": {
"value": "",
"regex": false
}
},
{
"data": "paidAmount",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "amountDue",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "terms",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
}
],
"order": [
{
"column": 0,
"dir": "asc"
}
],
"start": 0,
"length": 200,
"search": {
"value": "",
"regex": false
},
"dateType": {
"name": "PAID"
},
"startDate": "2024-07-11",
"endDate": "2024-08-09",
"invoiceStatus": [],
"customerNumber": "50442",
"salesOrderNumber": null,
"purchaseOrderNumber": null,
"customerId": [],
"abccoMfgCustomerId": null,
"paidByUserId": [],
"currencyId": [],
"customerType": [
{
"name": "PREAUTH",
"$$hashKey": "object:89",
"$$mdSelectId": 17
}
],
"fromAmount": "",
"toAmount": "",
"merchantId": [
"6"
],
"searchString": ""
}
Response
{
"records": [
{
"id": null,
"salesOrderNumber": "0731673",
"purchaseOrderNumber": "VELAQA333",
"createdDateTime": null,
"lastUpdatedDateTime": null,
"invoiceDate": 1723089600000,
"paidDate": null,
"dueDate": null,
"terms": 0,
"aging": 0,
"salesOrderAmount": {
"amount": 69.60,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1694456634000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"paidAmount": {
"amount": 0.00,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1694456634000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"amountDue": {
"amount": 69.60,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1694456634000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"createdUserId": null,
"lastModifiedUserId": null,
"invoiceStatus": {
"name": "PAID"
},
"customer": {
"id": 224,
"customerNumber": "50442",
"customerName": " AllurePro Inc.",
"customerStatus": {
"name": "ACTIVE"
},
"pointOfContact": null,
"pointOfContactJobTitle": null,
"pointOfContactDepartment": null,
"pointOfContactEmail": "user.user@gmail.com",
"pointOfContactPhone": "9048387923",
"pointOfContactMobile": null,
"pointOfContactFax": null,
"createdUserId": 7,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1695763962000,
"customerBatchId": null,
"phoneCountryCallingCodeId": 1,
"mobileCountryCallingCodeId": null,
"faxCountryCallingCodeId": null,
"outstandingBalance": null,
"customerProperties": [
{
"id": 4,
"propertyType": {
"name": "MICROSOFT_DYNAMICS_AX"
},
"propertyName": "InvoiceAccount",
"propertyDescription": "Invoice Account",
"propertyStringValue": "50442",
"propertyIntValue": null,
"propertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 7,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1695763962000,
"lastUpdatedDateTime": null,
"merchant": {
"id": 6,
"merchantName": "ABC Co.",
"merchantDescription": "ABC Co.",
"addressLine1": "12000 Findley Road",
"addressLine2": "",
"addressLine3": "",
"city": "Johsn Creek",
"state": "GA",
"zipCode": "30097",
"country": "USA",
"mailingAddressLine1": "12000 Findley Road",
"mailingAddressLine2": "",
"mailingAddressLine3": "",
"mailingCity": "Johsn Creek",
"mailingState": "GA",
"mailingZipCode": "30097",
"mailingCountry": "USA",
"pointOfContact": "Admin",
"pointOfContactJobTitle": "",
"pointOfContactDepartment": "",
"pointOfContactEmail": "velaqaautomation@gmail.com",
"pointOfContactPhone": "1231231233",
"pointOfContactMobile": "",
"pointOfContactFax": "",
"lastModifiedUserId": 1,
"addressVerificationCheckInd": true,
"cardVerificationCheckForCNPTransactionsInd": true,
"cardVerificationCheckForTokenizedTransactionsInd": false,
"cardVerificationCheckForCPTransactionsInd": false,
"loyaltyRewardsEnabledInd": false,
"initialLoyaltyRewardsNumber": null,
"passwordNeverExpiresInd": false,
"passwordExpirationDays": 90,
"passwordExpirationWarningDays": 5,
"onetimePasscodeValdtyTimePeriod": 10,
"phoneCountryCallingCodeId": 1,
"mobileCountryCallingCodeId": 1,
"faxCountryCallingCodeId": 1,
"billingPresentmentEnabledInd": false,
"displayInvoiceNumberInPaymentsModule": true,
"adhocInvoicesEnabledInd": false,
"displayMemoInPaymentsModule": true,
"displayFolioInformationInPaymentsModule": false,
"recurringPaymentsEnabledInd": false,
"productsAndServicesEnabledInd": false,
"namePrefix": null,
"nameSuffix": null,
"displayDigitalSignatureForCardPresentTransactions": false,
"displayDigitalSignatureForCardNotPresentTransactions": false,
"paymentTokenizationEnabledInd": true,
"paymentsBatchAuthorizationEnabledInd": true,
"paymentsBatchProcessingEnabledInd": true,
"allowUsersToSelfEnrollInd": true,
"allowMultiCurrencyPricingInd": false,
"mobilePhoneCarrierType": {
"emailDomain": "",
"value": "Select",
"countryCode": "UNKNOWN",
"name": "UNKNOWN"
},
"cardPresentTransactionsEnabledInd": false,
"defaultCurrencyCode": "USD",
"allowPreAuthorizationTransactionInd": false,
"allowSaleTransactionInd": true,
"softDescriptorsEnabledInd": false,
"softDescriptorMerchantName": "",
"softDescriptorProductDescription": "",
"merchantStatus": {
"name": "ACTIVE"
},
"merchantURL": "https://abc-test.payvela.com/ui/resources/login",
"merchantDisplayTitle": "Evans Manufacturers US",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"id": 10,
"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": 1694465197000,
"lastUpdatedDateTime": null,
"message": null
},
{
"id": 9,
"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": 1694465197000,
"lastUpdatedDateTime": null,
"message": null
}
],
"merchantBillings": [],
"merchantBillingModel2s": [],
"locale": "en_US",
"lateFeesEnabledInd": false,
"lateFeesType": {
"name": "PERCENTAGE"
},
"lateFeesTier1FromNumOfDays": null,
"lateFeesTier1ToNumOfDays": null,
"lateFeesTier2FromNumOfDays": null,
"lateFeesTier2ToNumOfDays": null,
"lateFeesTier3FromNumOfDays": null,
"lateFeesTier3ToNumOfDays": null,
"tier1LateFees": null,
"tier2LateFees": null,
"tier3LateFees": null,
"waiveTheLateFeesEnabledInd": false,
"maxNumOfTimesPerYearLateFeeCanBeWaived": {
"name": "UNKNOWN"
},
"paymentApplicationURL": "https://abc-test.payvela.com/ui/resources/login",
"giftCardsEnabledInd": false,
"minBookingNumberLength": 0,
"maxBookingNumberLength": 0,
"allowPartialPaymentsForInvoicesInd": false,
"convenienceFeesEnabledInd": false,
"creditCardsConvFeesType": {
"name": "PERCENTAGE"
},
"creditCardsConvFees": null,
"industryType": {
"name": "ECOMMERCE"
},
"displayHealthcareFieldsOnHSAFSAPaymentMethods": false,
"displayChartOnDashboard": false,
"reportsModuleEnabledInd": false,
"displayLastXDaysOfPaymentTokensForCardOnFile": 45,
"chartsDisplayTransactionRevenue": {
"name": "NONE"
},
"chartsGroupByPaymentMethods": {
"name": "NONE"
},
"chartsGroupByTransactionTypes": {
"name": "NONE"
},
"chartsGroupByProductsAndServices": {
"name": "NONE"
},
"chartsDateRangeType": {
"name": "TODAY"
},
"numOfDaysBetweenCheckinAndCurrentDate": null,
"smsSubscriptionType": {
"name": "PAID_VIA_TWILIO"
},
"cardPresentManualEntryOnlyTransactionsEnabledInd": false,
"cardNotPresentTransactionsEnabledInd": true,
"splitPaymentsEnabledInd": true,
"accountLookupEnabledInd": false,
"nextGenHpiLocationLookup": "",
"billingEmailRequiredForPayments": false,
"cardholderNameRequiredForTransactions": true,
"textMessageType": {
"name": "SMS"
},
"billingEnabledInd": false,
"billingRevenueShareByPercentage": null,
"installmentPaymentsEnabledInd": false,
"minNumberOfInstallments": null,
"maxNumberOfInstallments": null,
"settledTransactionsReportEnabledInd": false,
"summaryByTypeReportEnabledInd": false,
"transactionSummaryReportEnabledInd": false,
"settledTxnsReportEmailRecipients": null,
"offlinePaymentActionsOnInvoicesEnabledInd": false,
"qrCodeEnabledInd": false,
"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": "Microsoft Dynamics AX",
"industryType": "ECOMMERCE",
"name": "MICROSOFT_DYNAMICS_AX"
},
"employerIdentificationNumber": "12-1234567",
"autoReconciliationEnabledInd": true,
"customerSummaryEnabledInd": true,
"surchargesEnabledInd": true,
"surchargesByPercentage": 3.0,
"onlineReceiptLinkEnabledInd": false,
"maxNumOfFailedOneTimePasscodeAttempts": 3,
"apiAccessEnabledInd": false,
"enableDigitalIdOnMakeAPaymentPageInd": false,
"barcodeScanningEnabledInd": false,
"autoReconciliationFeesEnabledInd": false,
"paperlessBillingEnabledInd": false,
"multipleQuantityListingAllowedInd": false,
"processFullCaptureFundsInd": true,
"paymentTokenPreferenceType": {
"name": "ACCOUNT_HOLDER_NAME"
},
"message": null,
"address": null,
"fullName": null,
"activeUserCount": null,
"activeCustomerCount": null,
"paymentTokenPurgeEnabledInd": false,
"paymentTokenPurgeDays": null,
"language": null,
"echeckConvFees": null,
"echeckConvFeesType": {
"name": "FLAT"
},
"emvcompliantTransactionType": {
"name": "RELAXED"
}
},
"message": null
}
],
"namePrefix": null,
"nameSuffix": null,
"mobilePhoneCarrierType": null,
"merchant": {
"id": 6,
"merchantName": "ABC Co.",
"merchantDescription": "ABC Co.",
"addressLine1": "12000 Findley Road",
"addressLine2": "",
"addressLine3": "",
"city": "Johsn Creek",
"state": "GA",
"zipCode": "30097",
"country": "USA",
"mailingAddressLine1": "12000 Findley Road",
"mailingAddressLine2": "",
"mailingAddressLine3": "",
"mailingCity": "Johsn Creek",
"mailingState": "GA",
"mailingZipCode": "30097",
"mailingCountry": "USA",
"pointOfContact": "Admin",
"pointOfContactJobTitle": "",
"pointOfContactDepartment": "",
"pointOfContactEmail": "velaqaautomation@gmail.com",
"pointOfContactPhone": "1231231233",
"pointOfContactMobile": "",
"pointOfContactFax": "",
"lastModifiedUserId": 1,
"addressVerificationCheckInd": true,
"cardVerificationCheckForCNPTransactionsInd": true,
"cardVerificationCheckForTokenizedTransactionsInd": false,
"cardVerificationCheckForCPTransactionsInd": false,
"loyaltyRewardsEnabledInd": false,
"initialLoyaltyRewardsNumber": null,
"passwordNeverExpiresInd": false,
"passwordExpirationDays": 90,
"passwordExpirationWarningDays": 5,
"onetimePasscodeValdtyTimePeriod": 10,
"phoneCountryCallingCodeId": 1,
"mobileCountryCallingCodeId": 1,
"faxCountryCallingCodeId": 1,
"billingPresentmentEnabledInd": false,
"displayInvoiceNumberInPaymentsModule": true,
"adhocInvoicesEnabledInd": false,
"displayMemoInPaymentsModule": true,
"displayFolioInformationInPaymentsModule": false,
"recurringPaymentsEnabledInd": false,
"productsAndServicesEnabledInd": false,
"namePrefix": null,
"nameSuffix": null,
"displayDigitalSignatureForCardPresentTransactions": false,
"displayDigitalSignatureForCardNotPresentTransactions": false,
"paymentTokenizationEnabledInd": true,
"paymentsBatchAuthorizationEnabledInd": true,
"paymentsBatchProcessingEnabledInd": true,
"allowUsersToSelfEnrollInd": true,
"allowMultiCurrencyPricingInd": false,
"mobilePhoneCarrierType": {
"emailDomain": "",
"value": "Select",
"countryCode": "UNKNOWN",
"name": "UNKNOWN"
},
"cardPresentTransactionsEnabledInd": false,
"defaultCurrencyCode": "USD",
"allowPreAuthorizationTransactionInd": false,
"allowSaleTransactionInd": true,
"softDescriptorsEnabledInd": false,
"softDescriptorMerchantName": "",
"softDescriptorProductDescription": "",
"merchantStatus": {
"name": "ACTIVE"
},
"merchantURL": "https://abc-test.payvela.com/ui/resources/login",
"merchantDisplayTitle": "Evans Manufacturers US",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"id": 10,
"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": 1694465197000,
"lastUpdatedDateTime": null,
"message": null
},
{
"id": 9,
"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": 1694465197000,
"lastUpdatedDateTime": null,
"message": null
}
],
"merchantBillings": [],
"merchantBillingModel2s": [],
"locale": "en_US",
"lateFeesEnabledInd": false,
"lateFeesType": {
"name": "PERCENTAGE"
},
"lateFeesTier1FromNumOfDays": null,
"lateFeesTier1ToNumOfDays": null,
"lateFeesTier2FromNumOfDays": null,
"lateFeesTier2ToNumOfDays": null,
"lateFeesTier3FromNumOfDays": null,
"lateFeesTier3ToNumOfDays": null,
"tier1LateFees": null,
"tier2LateFees": null,
"tier3LateFees": null,
"waiveTheLateFeesEnabledInd": false,
"maxNumOfTimesPerYearLateFeeCanBeWaived": {
"name": "UNKNOWN"
},
"paymentApplicationURL": "https://abc-test.payvela.com/ui/resources/login",
"giftCardsEnabledInd": false,
"minBookingNumberLength": 0,
"maxBookingNumberLength": 0,
"allowPartialPaymentsForInvoicesInd": false,
"convenienceFeesEnabledInd": false,
"creditCardsConvFeesType": {
"name": "PERCENTAGE"
},
"creditCardsConvFees": null,
"industryType": {
"name": "ECOMMERCE"
},
"displayHealthcareFieldsOnHSAFSAPaymentMethods": false,
"displayChartOnDashboard": false,
"reportsModuleEnabledInd": false,
"displayLastXDaysOfPaymentTokensForCardOnFile": 45,
"chartsDisplayTransactionRevenue": {
"name": "NONE"
},
"chartsGroupByPaymentMethods": {
"name": "NONE"
},
"chartsGroupByTransactionTypes": {
"name": "NONE"
},
"chartsGroupByProductsAndServices": {
"name": "NONE"
},
"chartsDateRangeType": {
"name": "TODAY"
},
"numOfDaysBetweenCheckinAndCurrentDate": null,
"smsSubscriptionType": {
"name": "PAID_VIA_TWILIO"
},
"cardPresentManualEntryOnlyTransactionsEnabledInd": false,
"cardNotPresentTransactionsEnabledInd": true,
"splitPaymentsEnabledInd": true,
"accountLookupEnabledInd": false,
"nextGenHpiLocationLookup": "",
"billingEmailRequiredForPayments": false,
"cardholderNameRequiredForTransactions": true,
"textMessageType": {
"name": "SMS"
},
"billingEnabledInd": false,
"billingRevenueShareByPercentage": null,
"installmentPaymentsEnabledInd": false,
"minNumberOfInstallments": null,
"maxNumberOfInstallments": null,
"settledTransactionsReportEnabledInd": false,
"summaryByTypeReportEnabledInd": false,
"transactionSummaryReportEnabledInd": false,
"settledTxnsReportEmailRecipients": null,
"offlinePaymentActionsOnInvoicesEnabledInd": false,
"qrCodeEnabledInd": false,
"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": "Microsoft Dynamics AX",
"industryType": "ECOMMERCE",
"name": "MICROSOFT_DYNAMICS_AX"
},
"employerIdentificationNumber": "12-1234567",
"autoReconciliationEnabledInd": true,
"customerSummaryEnabledInd": true,
"surchargesEnabledInd": true,
"surchargesByPercentage": 3.0,
"onlineReceiptLinkEnabledInd": false,
"maxNumOfFailedOneTimePasscodeAttempts": 3,
"apiAccessEnabledInd": false,
"enableDigitalIdOnMakeAPaymentPageInd": false,
"barcodeScanningEnabledInd": false,
"autoReconciliationFeesEnabledInd": false,
"paperlessBillingEnabledInd": false,
"multipleQuantityListingAllowedInd": false,
"processFullCaptureFundsInd": true,
"paymentTokenPreferenceType": {
"name": "ACCOUNT_HOLDER_NAME"
},
"message": null,
"address": null,
"fullName": null,
"activeUserCount": null,
"activeCustomerCount": null,
"paymentTokenPurgeEnabledInd": false,
"paymentTokenPurgeDays": null,
"language": null,
"echeckConvFees": null,
"echeckConvFeesType": {
"name": "FLAT"
},
"emvcompliantTransactionType": {
"name": "RELAXED"
}
},
"customerType": {
"name": "BUSINESS"
},
"numOfTimesPerYearLateFeesIsWaived": null,
"firstWaivedDateTime": null,
"lastWaivedDateTime": null,
"dateOfBirth": null,
"textMessageType": null,
"gender": null,
"country": "USA",
"addressLine1": "118 ANILA ST\n",
"addressLine2": null,
"addressLine3": null,
"city": "SAINT JOHNS",
"state": "FL",
"zipCode": "32259-1261",
"enrollmentStatus": {
"name": "ENROLLED"
},
"digitalSignature": null,
"paperlessBillingEnrollmentChangeDateTime": null,
"paperlessBillingEnrollmentInd": false,
"message": null,
"address": null,
"fullName": null,
"activeUserCount": null,
"unpaidInvoiceCount": null,
"dateOfBirthString": "",
"merchantId": null
},
"paidByUserId": null,
"merchant": null,
"waiveReasonOnLateFees": null,
"waiveLateFeesByPercentage": null,
"waivedByUserId": null,
"waivedDate": null,
"memo": null,
"amountAdjustedReason": null,
"merchantId": 6,
"paidByUserName": null,
"message": null,
"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": "",
"bSendNotification": false,
"customerType": {
"name": "PREAUTH"
}
}
],
"recordCount": 1,
"message": null
}
Updated As Of Version 6.3.1.10