Transaction Journal Summary
The Transaction Journal Summary APIs allows users to fetch the Customer Payment Journal records.
Sales Order Records¶
Description
The transactionJournalRecords
endpoint allows users to fetch the existing Customer Payment Journals.
Request
Endpoint
/ui/v1/transactionJournalRecords
Method
POST
Header
Content-Type: application/json
ELEMENT | DESCRIPTION |
---|---|
startDate | Required Start Date to fetch the customer Payment Journals from |
endDate | Required End Date to fetch the customer Payment Journals till that date |
merchantId | Required specific code used for each merchant |
Request Body
{
"draw": 1,
"columns": [
{
"data": "",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "createdDateTime",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "journalNumber",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "journalDescription",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "invoiceNumber",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "salesOrderNumber",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
},
{
"data": "responseMessage",
"name": "",
"searchable": true,
"orderable": true,
"search": {
"value": "",
"regex": false
}
}
],
"order": [
{
"column": 0,
"dir": "asc"
}
],
"start": 0,
"length": 200,
"search": {
"value": "",
"regex": false
},
"startDate": "2024-08-05",
"endDate": "2024-08-06",
"invoiceNumber": null,
"salesOrderNumber": null,
"journalNumber": null,
"journalDescription": null,
"merchantId": [
"6"
],
"searchString": ""
}
Response
{
"records": [
{
"id": 318,
"invoiceNumber": "",
"salesOrderNumber": "0731651",
"journalNumber": "90903",
"journalDescription": "VELA PreAuth - Customer # 41749 - Sales Order # 0731651 - VISA XXXX0002 - CAPTURE of USD 250.00 on 2024-08-06",
"responseMessage": "",
"createdDateTime": 1722952202000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 317,
"invoiceNumber": "01705967",
"salesOrderNumber": "0731647",
"journalNumber": "90902",
"journalDescription": "VELA Prepay (CPJ2) - Customer # 9448 - Invoice # 01705967 - VISA XXXX0026 - SALE of USD 250.00 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722890547000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 316,
"invoiceNumber": "01705966",
"salesOrderNumber": "0731647",
"journalNumber": "90901",
"journalDescription": "VELA Prepay (CPJ2) - Customer # 9448 - Invoice # 01705966 - VISA XXXX0026 - SALE of USD 250.00 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722890270000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 315,
"invoiceNumber": "01705965",
"salesOrderNumber": "0731647",
"journalNumber": "90900",
"journalDescription": "VELA Prepay (CPJ2) - Customer # 9448 - Invoice # 01705965 - VISA XXXX0026 - SALE of USD 250.00 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722889239000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 314,
"invoiceNumber": "",
"salesOrderNumber": "0731647",
"journalNumber": "90899",
"journalDescription": "VELA Prepay (CPJ1) - Customer # 9448 - Sales Order # 0731647 - VISA XXXX0026 - SALE of USD 250.00 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722888956000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 313,
"invoiceNumber": "01705962",
"salesOrderNumber": "",
"journalNumber": "90898",
"journalDescription": "VELA ePay - Customer # 10021 - Invoice # 01705962 - VISA XXXX0000 - SALE of USD 19.60 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722887159000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 312,
"invoiceNumber": "01705962",
"salesOrderNumber": "",
"journalNumber": "90897",
"journalDescription": "VELA ePay - Customer # 10021 - Invoice # 01705962 - VISA XXXX0026 - SALE of USD 50 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722886411000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 311,
"invoiceNumber": "01705963",
"salesOrderNumber": "",
"journalNumber": "90896",
"journalDescription": "VELA ePay - Customer # 10021 - Invoice # 01705963 - Mastercard XXXX4444 - SALE of USD 100.00 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722886239000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 310,
"invoiceNumber": "01705961",
"salesOrderNumber": "0731643",
"journalNumber": "90895",
"journalDescription": "VELA Prepay (CPJ2) - Customer # 10021 - Invoice # 01705961 - VISA XXXX0026 - SALE of USD 100.00 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722876565000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 309,
"invoiceNumber": "",
"salesOrderNumber": "0731643",
"journalNumber": "90894",
"journalDescription": "VELA Prepay (CPJ1) - Customer # 10021 - Sales Order # 0731643 - VISA XXXX0026 - SALE of USD 100.00 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722876116000,
"lastUpdatedDateTime": null,
"createdUserId": 11,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
},
{
"id": 308,
"invoiceNumber": "01705920",
"salesOrderNumber": "",
"journalNumber": "90893",
"journalDescription": "VELA ePay - Customer # 41749 - Invoice # 01705920 - VISA XXXX1111 - SALE of USD 250.00 on 2024-08-05",
"responseMessage": "",
"createdDateTime": 1722867161000,
"lastUpdatedDateTime": null,
"createdUserId": 5,
"lastModifiedUserId": 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": "ABC Co.",
"merchantCode": "abc-def",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "",
"allowPaymentsWithoutLoggingIn": true,
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "abuse@datumsoftware.com",
"merchantProperties": [
{
"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
},
{
"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
}
],
"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,
"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
}
],
"recordCount": 11,
"message": null
}
Updated As Of Version 6.3.1.10