Make a Payment
Description¶
ThemakeAPayment
endpoint is used to submit a payment request to a payment gateway. An "authorization" (auth) will be submitted for credit cards or PINless debit cards used as a credit card. The Transaction will be processed as a "sale" for an eCheck, PINless Debit Cards, Bancario Boleto and Pix Payment Methods.
Requests can be made using a "new payment method" where the user enters manually.
Request¶
Endpoint¶
/ui/v3/makeAPayment
Method¶
POST
Header¶
Content-Type: application/json
Authorization: Basic $TOKEN
Note
Replace $TOKEN
in the request with the base64-encoded username/password combination in the format username:password
.
Given a username of username
and a password of password
, the request header would appear as follows:
Content-Type: application/json
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Attributes¶
A • is a child element, • • is a grandchild element, • • • is a great-grandchild element.
ELEMENT | DESCRIPTION | FORMAT | FIELD CONSTRAINTS |
---|---|---|---|
money | Required Array index |
||
• amount | Required Payment amount |
10.00 The maximum Amount limit is 999,999.99 |
Commas are allowed while entering the value. |
• currency | Required array index |
||
•• currencyCode | Required 3-character currency code |
Currency Codes | Three character Standard ISO Currency Code |
paymentType | Required | ||
• name | Required Name of Payment Type being used |
Payment Types | |
paymentAction | Required Name of the Payment Action being used |
||
• name | Required Name of Payment Action being used |
• PRE_AUTHORIZATION • SALE • FORCE_CAPTURE • ZERO_DOLLAR_AUTH |
|
consolidatedPayInfo | Required JSON Element |
||
• payments | Required Array index |
||
•• type | Required Type of payment method being used |
• creditcard • echeck • pinlessdebitcard • paypal |
|
•• paymentMethodType | Required Payment method type name |
Payment Method Types | |
•• cardNetworkName | Conditional Applies to credit card and debit card payments only. Card network name |
Card Networks | |
•• nameOnCard | Conditional Required for Realex Cardholder's name |
John Smith | Accent Characters are not allowed. |
•• firstName | Conditional Required for CyberSource, PayPal Cardholder's first name |
John | Accent Characters are not allowed. |
•• lastName | Conditional Required for CyberSource, PayPal Card holder's last name |
Smith | Accent Characters are not allowed. |
•• cardNumber | Conditional Required for credit cards or PINless debit cards Credit/debit card number |
4111111111111111 | Card Number must be at least 12 digits long. |
•• expiryMonth | Conditional Required for credit cards or PINless debit cards 2-digit expiration month |
08 | |
•• expiryYear | Conditional Required for credit cards or PINless debit cards 2-digit expiration year |
20 | |
•• CVN | Conditional Required if Card Security Code validation is enabled CVV/CVN |
4 digits for American Express cards, 3 digits for others | |
•• processDebitOrCredit | Conditional Required for PINless debit Whether a transaction will be processed as credit or debit |
• debit • credit |
|
•• subscriptionId | Conditional Required if using a saved/tokenized payment method Subscription ID |
1122334455667788 | |
•• routingNumber | Conditional Required for eCheck Bank account's routing number |
0111111111 | Routing Number must be 9 digits long for US and 8 digits for CAN. |
•• accountNumber | Conditional Required for eCheck Account Number |
1234567890 | Account Number cannot exceed 17 digits. |
•• accountHolderName | Conditional Required for eCheck Account Holder Name |
John Smith | |
•• bankName | Optional Optional for eCheck Bank name |
Test Bank | |
•• accountType | Conditional Optional for eCheck Type of bank account |
Account Types | |
•• dateOfBirth | Conditional Optional for eCheck Date of Birth of the Account Holder |
2000-04-13 | The Account Holder must be at least 18 years of age or older. |
•• driversLicenseNumber | Conditional Optional for eCheck Driver's License Number |
123123123 | Drivers License Number cannot exceed 19 characters. |
•• driversLicenseState | Conditional Optional for eCheck Driver's License State |
States/Provinces | Two character Standard ISO State Code |
•• issueDate | Conditional Optional for Money Order Issue date for Money Order |
2023-04-06 | |
•• checkNumber | Conditional Optional for Money Order |
1234567 | Check Number must be at least 3 digits long and cannot exceed 13 digits. |
•• moneyOrderNumber | Conditional Optional for Money Order |
123456789 | Money Order Number must be at least 3 digits long and cannot exceed 15 digits. |
•• billingAddress | Conditional Required if billing address validation is enabled Array index |
||
••• country | Conditional Required if billing address validation is enabled Billing address country which is a 3 character alpha code |
Country Code | Three character Standard ISO Country Code |
••• state | Conditional Required if billing address validation is enabled Billing address state which is a 2 character alpha code |
States/Provinces | Two character Standard ISO State Code |
••• city | Conditional Required if billing address validation is enabled Billing address city |
Atlanta | Must be at least 2 characters long and cannot exceed 35 characters. |
••• addressLine1 | Conditional Required if billing address validation is enabled Street address |
123 Maple Street | Must be at least 5 characters long and cannot exceed 40 characters. |
••• addressLine2 | Optional Apartment/suite number |
Apt. 2A | Cannot exceed 40 characters. |
••• addressLine3 | Optional Any landmarks |
Near ABC Bank | Cannot exceed 40 characters. |
••• streetName | Optional Address that is related to the card used. when the selected country is Brazil |
e.g., Near XXXX | Cannot exceed 40 characters. |
••• streetNumber | Optional Address that is related to the card used. when the selected country is Brazil |
e.g., Near 1234 | Cannot exceed 10 characters. |
••• zipCode | Conditional Required if billing address validation is enabled Billing address ZIP/postal code |
12345 | ZIP/Postal Code must be at least 2 characters long and cannot exceed 10 characters. |
•• money | Required Array index |
||
••• amount | Required Amount |
10.00 or 1000 Include decimal (e.g., 10.00) for CyberSource, omit (e.g., 1000) for Realex |
|
••• currency | Required Array index |
||
•••• currencyCode | Required 3-character currency code |
Currency Codes | |
•• paymentGatewayType | Required Array index |
||
••• name | Required Name of payment gateway processing the payment |
Payment Gateways | |
•• payWith | Required New or saved payment method |
• NEW_PAYMENT_METHOD • EXISTING_PAYMENT_METHOD |
|
transactionType | Required | ||
• name | Required Transaction Type being used |
• SALE • PRE_AUTHORIZATION |
|
transactionCategory | Required | ||
• name | Required Transaction Category being used |
Transaction Categories | |
membershipNumber | Optional Membership number of the user for whom the payment is being made |
EX: 123456 | Membership Number can only contain digits and should be at least one digit long and cannot exceed 11 digits. |
• productCodes | Conditional Array Index (the maximum array length is 5, can choose upto 5 product items) Products or service Codes to which the payment has been made Required when the Product/Services feature is enabled at the merchant level NOTE: For Merchant specific configurations, please contact vela@datumtg.com. |
Ex: ABCD123 | Product Code must be at least 4 characters long. Product Code cannot exceed 20 characters. |
• productIds | Conditional Array Index(the maximum array length is 5, can choose upto 5 product items) Product ID for each item. |
100 | |
• productQuantitys | Conditional Array Index (the maximum array length is 5, can choose upto 5 product items) Quantity for each Product. Required when the Multiple Quantity feature for Product/Services is enabled. |
1, 2 etc. | |
• costPerUnits | Optional Array Index (the maximum array length is 5, can choose upto 5 product items) Price per unit of each product. |
8.99 | |
• subTotals | Optional Array Index (the maximum array length is 5, can choose upto 5 product items) Subtotal per product (qty × unit price) Required when the Mulitple Quantity and/or Multiple Product/Service features are enabled. |
17.98 | |
• specialInstructions | Optional Array Index (the maximum array length is 5, can choose upto 5 product items) Instructions per product (if any) |
Ex: extra pillow; Double Chocolate. | |
checkInDate | Conditional Date on which the customer is checking in. Required if the Product Type is LODGING |
2024-01-01 Date format is dependent on the Merchant Configuration |
Should be greater than the Current Date and less than Check-out Date. |
checkOutDate | Condtional Date on which the customer is checking out. Required if the Product Type is LODGING |
2024-01-04 Date format is dependent on the Merchant Configuration |
Should be greater than Check-in Date. |
bookingNumber | Conditional Booking or the Transaction Number of the payment. Required if the Product Type is LODGING |
123456 | Field length depends upon merchant level configuration. Cannot accept special characters. |
emailAddress | Optional Email Address of the user |
||
goodsAndServicesPurchaseType | Conditional | ||
• name | Conditional Required when the Processor is Chase Paymentech Netconnect |
Goods and Services Purchase Types | |
customerName | Required Name of the customer |
Ex: John Smith | Customer Name cannot exceed 50 characters. |
Credit Card Payment¶
Request (New Payment Method)¶
{
"money": {
"amount": 78,
"amountDue": "",
"currency": {
"currencyCode": "DOP",
"isoNumericCode": "214"
}
},
"paymentType": {
"name": "SINGLE_PAYMENT"
},
"consolidatedPayInfo": {
"payments": [
{
"type": "creditcard",
"paymentMethodType": "CREDIT_CARD",
"cardNetworkName": "VISA",
"nameOnCard": "MP MQ",
"firstName": "",
"lastName": "",
"companyName": "",
"cardNumber": "1231123412341234",
"expiryMonth": "04",
"expiryYear": "28",
"cvn": "123",
"cardSwipe": false,
"posKeyed": false,
"emvContact": false,
"geolocation": "{\"ip\":\"12.197.184.98\",\"type\":\"ipv4\",\"continent_code\":\"NA\",\"continent_name\":\"North America\",\"country_code\":\"US\",\"country_name\":\"United States\",\"region_code\":\"GA\",\"region_name\":\"Georgia\",\"city\":\"Cumming\",\"zip\":\"30040\",\"latitude\":34.21099853515625,\"longitude\":-84.17929077148438,\"msa\":\"12060\",\"dma\":\"524\",\"radius\":\"0\",\"ip_routing_type\":\"fixed\",\"connection_type\":\"tx\",\"location\":{\"geoname_id\":7317831,\"capital\":\"Washington D.C.\",\"languages\":[{\"code\":\"en\",\"name\":\"English\",\"native\":\"English\"}],\"country_flag\":\"https: assets.ipstack.com flags us.svg\",\"country_flag_emoji\":\"🇺🇸\",\"country_flag_emoji_unicode\":\"U+1F1FA U+1F1F8\",\"calling_code\":\"1\",\"is_eu\":false},\"time_zone\":{\"id\":\"America New_York\",\"current_time\":\"2025-08-20T13:36:22-04:00\",\"gmt_offset\":-14400,\"code\":\"EDT\",\"is_daylight_saving\":true},\"currency\":{\"code\":\"USD\",\"name\":\"US Dollar\",\"plural\":\"US dollars\",\"symbol\":\"$\",\"symbol_native\":\"$\"},\"connection\":{\"asn\":7018,\"isp\":\"At T Enterprises LLC\",\"sld\":null,\"tld\":null,\"carrier\":\"at t enterprises llc\",\"home\":null,\"organization_type\":null,\"isic_code\":null,\"naics_code\":null},\"userAgent\":\"Mozilla 5.0 Windows NT 10.0; Win64; x64 AppleWebKit 537.36 KHTML, like Gecko Chrome 139.0.0.0 Safari 537.36\"}",
"processDebitOrCredit": "",
"acceptCreditSurcharge": "",
"dynamicCurrencyDecision": "",
"refundMethod": {
"name": "ORIGINAL_PAYMENT_METHOD"
},
"refundStatus": {
"name": "NONE"
},
"voidStatus": {
"name": "NONE"
},
"orderId": "",
"subscriptionId": null,
"reEnterAccountNumber": "",
"accountHolderName": "",
"iBAN": "",
"reEnterIBAN": "",
"bankIdentifierCode": "",
"dateOfBirth": "",
"driversLicenseNumber": "",
"driversLicenseState": null,
"billingAddress": {
"country": "DOM",
"state": "AL",
"city": "Higuey",
"addressLine1": "APT POSTAL 106",
"addressLine2": "",
"addressLine3": "",
"streetNumber": "",
"streetName": "",
"zipCode": "23000"
},
"money": {
"amount": 78,
"currency": {
"currencyCode": "DOP",
"isoNumericCode": "214"
}
},
"paymentGateway": {
"name": "FISERV_DATAWIRE_ISO_8583"
},
"payWith": "CARD_NOT_PRESENT",
"posTerminalId": "",
"arqcData": "",
"serialNumber": "",
"trackData1": "",
"trackData2": "",
"encryptedTrack1": "",
"encryptedTrack2": "",
"encryptedTrack": false,
"posEntryMode": {
"name": "MANUAL_ENTRY_WIRED"
},
"ksn": "",
"posDeviceType": {
"name": "NONE"
},
"authCode": "",
"convenienceFees": 0,
"channel": {
"id": "265"
},
"issueDate": "",
"checkNumber": "",
"moneyOrderNumber": "",
"storeCreditNumber": "",
"storeCreditPIN": "",
"fallbackMSR": false,
"identityType": {
"name": null
},
"identityNumber": "",
"reEnterIdentityNumber": "",
"processAsQRCode": false,
"exchangeRate": 0
}
]
},
"paymentCycle": null,
"transactionType": {
"name": "SALE"
},
"ssoEnabledInd": false,
"threeDSecurePaReq": "",
"threeDSecureURL": "",
"threeDSecureVISAPit": "",
"realexRequestId": "",
"threeDSecureEncodedMD": "",
"password": "password",
"paymentMethodName": "",
"invoiceNumber": "",
"salesOrderNumber": "",
"customerId": "",
"customerNumber": "",
"customerName": "MP MQ",
"voidReason": "",
"refundReason": "",
"transactionCategory": {
"name": "CARD_NOT_PRESENT"
},
"paymentAction": {
"name": "SALE"
},
"memo": "",
"addTokenAsPartOfPaymentSubmission": false,
"merchantId": "38",
"userRole": "MERCHANT_ADMIN",
"uiType": "",
"emailAddress": "",
"reEnterEmailAddress": "",
"mobileNumber": "",
"reEnterMobileNumber": "",
"textMessageType": {
"name": "SMS"
},
"mobileCountryCallingCodeId": 1,
"mobilePhoneCarrierType": {
"name": "UNKNOWN",
"emailDomain": ""
},
"id": "",
"createdUserId": "",
"disablePaymentType": false,
"disableAmount": true,
"digitalSignature": "",
"agreeToPayInd": false,
"agreeToAcceptRefundInd": false,
"goodsAndServicesPurchaseType": {
"name": "SERVICE"
},
"checkInDate": "",
"checkOutDate": "",
"recurrenceEndDate": "",
"bookingNumber": "",
"groupName": "",
"membershipNumber": "",
"merchantLocation": null,
"numberOfCards": "1",
"confirmationInd": false,
"geolocation": "{\"ip\":\"12.197.184.98\",\"type\":\"ipv4\",\"continent_code\":\"NA\",\"continent_name\":\"North America\",\"country_code\":\"US\",\"country_name\":\"United States\",\"region_code\":\"GA\",\"region_name\":\"Georgia\",\"city\":\"Cumming\",\"zip\":\"30040\",\"latitude\":34.21099853515625,\"longitude\":-84.17929077148438,\"msa\":\"12060\",\"dma\":\"524\",\"radius\":\"0\",\"ip_routing_type\":\"fixed\",\"connection_type\":\"tx\",\"location\":{\"geoname_id\":7317831,\"capital\":\"Washington D.C.\",\"languages\":[{\"code\":\"en\",\"name\":\"English\",\"native\":\"English\"}],\"country_flag\":\"https: assets.ipstack.com flags us.svg\",\"country_flag_emoji\":\"🇺🇸\",\"country_flag_emoji_unicode\":\"U+1F1FA U+1F1F8\",\"calling_code\":\"1\",\"is_eu\":false},\"time_zone\":{\"id\":\"America New_York\",\"current_time\":\"2025-08-20T13:36:22-04:00\",\"gmt_offset\":-14400,\"code\":\"EDT\",\"is_daylight_saving\":true},\"currency\":{\"code\":\"USD\",\"name\":\"US Dollar\",\"plural\":\"US dollars\",\"symbol\":\"$\",\"symbol_native\":\"$\"},\"connection\":{\"asn\":7018,\"isp\":\"At T Enterprises LLC\",\"sld\":null,\"tld\":null,\"carrier\":\"at t enterprises llc\",\"home\":null,\"organization_type\":null,\"isic_code\":null,\"naics_code\":null},\"userAgent\":\"Mozilla 5.0 Windows NT 10.0; Win64; x64 AppleWebKit 537.36 KHTML, like Gecko Chrome 139.0.0.0 Safari 537.36\"}",
"qualifiedHealthcareAmount": null,
"amountType": {
"name": "UNKNOWN"
},
"numberOfInstallments": null,
"gender": {
"name": "UNSPECIFIED"
},
"releaseRemainingFundsInd": false,
"multipleInvoicesAmountBreakdown": null,
"loyaltyTierLevel": {
"name": "NONE"
},
"departmentId": null,
"roomNumber": "",
"productCounter": 2,
"productCodes": [
"BRK-003",
"BRK-002",
null,
null,
null
],
"productIds": [
123,
456,
null,
null,
null
],
"productQuantitys": [
3,
3,
null,
null,
null
],
"costPerUnits": [
14,
12,
0,
0,
0
],
"subTotals": [
42,
36,
0,
0,
0
],
"restrictions": [
"",
"",
"",
"",
""
],
"specialInstructions": [
"",
"",
"",
"",
""
],
"showProduct": [
false,
false,
false,
false,
false
],
"sameAsUserAddress": [
false,
false
],
"imagesBase64": [
null,
null
]
}
Response¶
{
"tiList": [
{
"id": 35998,
"originalOrderId": "100000009536",
"pymtGtwyRefNumber": "015240564596419",
"authCode": "OK154C",
"parentPymtGtwyRefNumber": null,
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"money": {
"amount": 78,
"currency": {
"id": 48,
"currencyCode": "DOP",
"currencyText": "Dominican Peso",
"currencySymbol": "₱",
"fractionalUnit": "Centavo",
"currencyExponent": "2",
"supportedByVisaCheckout": false,
"createdDateTime": 1754456477000,
"isoNumericCode": "214",
"isoCountryCode": "214",
"alpha2CountryCode": "DO"
}
},
"orderId": "100000009536",
"splitPaymentsTxnSequence": "2",
"encryptedPaymentMethod": "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",
"paymentMethodType": {
"value": "VISA",
"name": "VISA"
},
"encodedMetaData": null,
"responseMsg": "APPROVAL",
"responseCode": "00",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"initiatedDateTime": 1756398766000,
"transactionStatus": {
"name": "SUCCESS"
},
"channel": {
"id": 265,
"channelName": "ABC Comp-Fiserv ISO",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1754420455000,
"merchantId": 38,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": false,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 3035,
"paymentMethodType": {
"value": "Debit Card",
"name": "PIN_LESS_DEBIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA Debit",
"name": "VISA_DEBIT"
},
"cardId": 1220,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 157,
"merchantId": 38
},
{
"id": 3026,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 1201,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 148,
"merchantId": 38
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": {
"value": "Wise.com",
"name": "WISE_COM"
},
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"transactionType": {
"name": "SALE"
},
"batchStatus": {
"name": "PROCESSED"
},
"lockedDateTime": null,
"lockedByUserId": null,
"createdUser": {
"country": "DOM",
"addressLine1": "APT POSTAL 106",
"addressLine2": "",
"addressLine3": "",
"city": "Higuey",
"state": "AL",
"zipCode": "23000",
"streetNumber": null,
"streetName": null,
"id": 1133,
"userName": "madmin.restaurants",
"password": "$2a$11$Jz5Ro9S5/LEiGW8fR1lVKOLK8RJns91qYWAmL2eTtqfyMLN8KwPjW",
"temporaryPassword": null,
"temporaryPasswordCreatedDateTime": null,
"status": {
"name": "ACTIVE"
},
"firstName": "Madmin",
"lastName": "Restaurants",
"phone": "",
"mobile": "",
"fax": "",
"jobTitle": "",
"department": "",
"roles": [
{
"id": 1860,
"roleType": {
"name": "MERCHANT_ADMIN"
},
"checked": true,
"lastModifiedUserId": null
}
],
"userChannelMap": [
{
"id": 946,
"cardNotPresentChannel": {
"id": 265,
"channelName": "ABC Comp-Fiserv ISO",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1754420455000,
"merchantId": 38,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": false,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 3035,
"paymentMethodType": {
"value": "Debit Card",
"name": "PIN_LESS_DEBIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA Debit",
"name": "VISA_DEBIT"
},
"cardId": 1220,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 157,
"merchantId": 38
},
{
"id": 3026,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 1201,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 148,
"merchantId": 38
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": {
"value": "Wise.com",
"name": "WISE_COM"
},
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"cardPresentChannel": {
"id": 265,
"channelName": "ABC Comp-Fiserv ISO",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1754420455000,
"merchantId": 38,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": false,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 3035,
"paymentMethodType": {
"value": "Debit Card",
"name": "PIN_LESS_DEBIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA Debit",
"name": "VISA_DEBIT"
},
"cardId": 1220,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 157,
"merchantId": 38
},
{
"id": 3026,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 1201,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 148,
"merchantId": 38
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": {
"value": "Wise.com",
"name": "WISE_COM"
},
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"lastModifiedUserId": null
}
],
"oldEmail": null,
"email": "madmin.restaurants@email.com",
"locale": {
"name": "en_US"
},
"firstLoginDateTime": 1754496115000,
"lastLoginDateTime": 1756398762000,
"securityQuestionsEnrolledInd": true,
"createdUserId": 1,
"lastModifiedUserId": 1133,
"maximumAllowedLoginDays": -1,
"organizationName": "ABC Company",
"forceChangePasswordInd": false,
"originalUserId": null,
"loyaltyStatus": {
"name": "NOT_APPLICABLE"
},
"loyaltyRewardsNumber": null,
"loyaltyEnrolledDateTime": null,
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"totalOutstandingLoyaltyPoints": null,
"pendingLoyaltyPoints": null,
"forgotPasswordGeneratedDateTime": null,
"numberOfFailedLoginAttempts": 0,
"numberOfFailedForgotPasswordAttempts": 0,
"changePasswordDateTime": 1756388990000,
"lockedDateTime": null,
"lockedByUserId": null,
"merchantId": 38,
"createdDateTime": 1754426388000,
"forceChangeSecurityQuestionsInd": false,
"passwordNeverExpiresInd": false,
"phoneCountryCallingCodeId": 1,
"mobileCountryCallingCodeId": 1,
"faxCountryCallingCodeId": 1,
"acceptTermsOfUseAgreementInd": true,
"acceptPrivacyPolicyAgreementInd": true,
"namePrefix": null,
"nameSuffix": null,
"middleInitial": "",
"paymentAction": {
"name": "PRE_AUTHORIZATION"
},
"mobilePhoneCarrierType": {
"emailDomain": "",
"value": "Select",
"countryCode": "UNKNOWN",
"name": "UNKNOWN"
},
"transactionCategory": {
"name": "CARD_NOT_PRESENT"
},
"textMessageType": {
"name": "SMS"
},
"customer": null,
"oneTimePasscode": "59872958",
"oneTimePasscodeCreatedDateTime": 1754496177000,
"numberOfFailedOneTimePasscodeAttempts": 0,
"gender": null,
"lastLockedDateTime": null,
"lockedInterval": {
"value": "None",
"name": "NONE"
},
"currencyCode": "DOP",
"biometricsDeskoPentaBGRClientApplicationURL": null,
"biometricsDeskoPenta4XCubeClientApplicationURL": null,
"message": null,
"customerId": null,
"address": null,
"fullName": null,
"mobileWithCallingCode": null,
"sessionId": null,
"uiType": null,
"customerName": null,
"customerNumber": null,
"geolocation": null,
"currentPassword": null,
"reEnterPassword": null,
"reEnterEmail": null,
"merchantName": null,
"language": null,
"merchantCode": null,
"passwordAlreadyExists": false,
"currentPasswordValid": false,
"principal": null,
"userSession": null,
"selectedRoles": null,
"numberOfInactiveLoginDays": null,
"maskedEmail": null,
"auditEventType": null,
"requestAnotherOnetimePassword": false,
"strFirstLoginDateTime": null,
"strLastLoginDateTime": null,
"strLoyaltyEnrolledDateTime": null,
"displayFolioInformationInPaymentsModule": false,
"temporaryPasswordValid": false
},
"transactionOwner": {
"country": "DOM",
"addressLine1": "APT POSTAL 106",
"addressLine2": "",
"addressLine3": "",
"city": "Higuey",
"state": "AL",
"zipCode": "23000",
"streetNumber": null,
"streetName": null,
"id": 1133,
"userName": "madmin.restaurants",
"password": "$2a$11$Jz5Ro9S5/LEiGW8fR1lVKOLK8RJns91qYWAmL2eTtqfyMLN8KwPjW",
"temporaryPassword": null,
"temporaryPasswordCreatedDateTime": null,
"status": {
"name": "ACTIVE"
},
"firstName": "Madmin",
"lastName": "Restaurants",
"phone": "",
"mobile": "",
"fax": "",
"jobTitle": "",
"department": "",
"roles": [
{
"id": 1860,
"roleType": {
"name": "MERCHANT_ADMIN"
},
"checked": true,
"lastModifiedUserId": null
}
],
"userChannelMap": [
{
"id": 946,
"cardNotPresentChannel": {
"id": 265,
"channelName": "ABC Comp-Fiserv ISO",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1754420455000,
"merchantId": 38,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": false,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 3035,
"paymentMethodType": {
"value": "Debit Card",
"name": "PIN_LESS_DEBIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA Debit",
"name": "VISA_DEBIT"
},
"cardId": 1220,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 157,
"merchantId": 38
},
{
"id": 3026,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 1201,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 148,
"merchantId": 38
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": {
"value": "Wise.com",
"name": "WISE_COM"
},
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"cardPresentChannel": {
"id": 265,
"channelName": "ABC Comp-Fiserv ISO",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1754420455000,
"merchantId": 38,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": false,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 3035,
"paymentMethodType": {
"value": "Debit Card",
"name": "PIN_LESS_DEBIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA Debit",
"name": "VISA_DEBIT"
},
"cardId": 1220,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 157,
"merchantId": 38
},
{
"id": 3026,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 1201,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1754420455000,
"lastUpdatedDateTime": null,
"position": 148,
"merchantId": 38
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": {
"value": "Wise.com",
"name": "WISE_COM"
},
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"lastModifiedUserId": null
}
],
"oldEmail": null,
"email": "madmin.restaurants@email.com",
"locale": {
"name": "en_US"
},
"firstLoginDateTime": 1754496115000,
"lastLoginDateTime": 1756398762000,
"securityQuestionsEnrolledInd": true,
"createdUserId": 1,
"lastModifiedUserId": 1133,
"maximumAllowedLoginDays": -1,
"organizationName": "ABC Company",
"forceChangePasswordInd": false,
"originalUserId": null,
"loyaltyStatus": {
"name": "NOT_APPLICABLE"
},
"loyaltyRewardsNumber": null,
"loyaltyEnrolledDateTime": null,
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"totalOutstandingLoyaltyPoints": null,
"pendingLoyaltyPoints": null,
"forgotPasswordGeneratedDateTime": null,
"numberOfFailedLoginAttempts": 0,
"numberOfFailedForgotPasswordAttempts": 0,
"changePasswordDateTime": 1756388990000,
"lockedDateTime": null,
"lockedByUserId": null,
"merchantId": 38,
"createdDateTime": 1754426388000,
"forceChangeSecurityQuestionsInd": false,
"passwordNeverExpiresInd": false,
"phoneCountryCallingCodeId": 1,
"mobileCountryCallingCodeId": 1,
"faxCountryCallingCodeId": 1,
"acceptTermsOfUseAgreementInd": true,
"acceptPrivacyPolicyAgreementInd": true,
"namePrefix": null,
"nameSuffix": null,
"middleInitial": "",
"paymentAction": {
"name": "PRE_AUTHORIZATION"
},
"mobilePhoneCarrierType": {
"emailDomain": "",
"value": "Select",
"countryCode": "UNKNOWN",
"name": "UNKNOWN"
},
"transactionCategory": {
"name": "CARD_NOT_PRESENT"
},
"textMessageType": {
"name": "SMS"
},
"customer": null,
"oneTimePasscode": "59872958",
"oneTimePasscodeCreatedDateTime": 1754496177000,
"numberOfFailedOneTimePasscodeAttempts": 0,
"gender": null,
"lastLockedDateTime": null,
"lockedInterval": {
"value": "None",
"name": "NONE"
},
"currencyCode": "DOP",
"biometricsDeskoPentaBGRClientApplicationURL": null,
"biometricsDeskoPenta4XCubeClientApplicationURL": null,
"message": null,
"customerId": null,
"address": null,
"fullName": null,
"mobileWithCallingCode": null,
"sessionId": null,
"uiType": null,
"customerName": null,
"customerNumber": null,
"geolocation": null,
"currentPassword": null,
"reEnterPassword": null,
"reEnterEmail": null,
"merchantName": null,
"language": null,
"merchantCode": null,
"passwordAlreadyExists": false,
"currentPasswordValid": false,
"principal": null,
"userSession": null,
"selectedRoles": null,
"numberOfInactiveLoginDays": null,
"maskedEmail": null,
"auditEventType": null,
"requestAnotherOnetimePassword": false,
"strFirstLoginDateTime": null,
"strLastLoginDateTime": null,
"strLoyaltyEnrolledDateTime": null,
"displayFolioInformationInPaymentsModule": false,
"temporaryPasswordValid": false
},
"lastModifiedUserId": null,
"reconcileTransactionRefNumber": null,
"paymentService2000Data": null,
"batchID": null,
"voidActionInd": false,
"refundActionInd": false,
"captureActionInd": false,
"incrementalAuthActionInd": false,
"reAuthActionInd": false,
"paymentType": {
"name": "SINGLE_PAYMENT"
},
"paymentCycle": null,
"totalCapturedAmount": null,
"surchargeAmount": null,
"totalRefundedAmount": null,
"refundStatus": {
"name": "NONE"
},
"refundMethod": null,
"totalVoidedAmount": null,
"voidStatus": {
"name": "NONE"
},
"incrementalAuthAmount": null,
"reAuthAmount": null,
"totalAuthAmount": null,
"scheduledPaymentDateTime": null,
"subscriptionId": null,
"vcOrderId": null,
"invoiceNumber": "",
"customerNumber": "",
"transactionCategory": {
"name": "CARD_NOT_PRESENT"
},
"encryptedGeolocationInfo": "0VIoGvAp43QSG4En1C+IIJEl9WWq0fTLGTC1dIAjN4dMrgbhMisSEA2FTK3OJ/ddeCBz/UO5kGp8AccXR36V9Hhq/86rCoaqRnp+ApZCo1TwqrhZXzJ2Hgufm7vucuu3FxK3ZYnbNWm34HB1YgdLxivK+6s7zj9xpj8gT+O8WnQWuXe20zay5HoM0BuC2K8qLh6GrC1ch75rMhqSLQrFLLHmHNbvIgxfF2b5MpeiWLCMDGn+l9envrlYtPESrkWATaK30gwME2ecX82TRNMJDtKfzeFNv694QDjnIDBlU0tJ3cO7dfCj39PvtCo2Vg6ReU2T02mJuFGqJEWTMlLYT4bnA/cQIzqbggAE1U6GHFzRKl+hbBaJ5qQEmX51lYqV87gkt+KelRcJPTxJstwydw4w7/eckPUp7iIYop2CeOPRjmEoHOl4oPITFnUIZqIITnlOzF1XDSwTT/i0PYqx5hjAUBO1PuOp3mASCxZA6SKJB24Tw43M9y/DAKwQ6gsBQmWm6Dd7wJ6aWzN9DpCRun5BPodtEiYCO2+JypSqu03doU34UgHrUOnlhkZwjzmxyixKEzsmYP7o8i4wtGLQ+dkyahfgfj8TbKbReVmH5xVYvM+faLiVXMam+xo/zzSBtWL/6OJ39cbi8O/cBMXfNe5ZpUcyWYI2+AwOv5tWzAbRWZSlw8EH25xQH+3Gxadz28yQ7LCMznTWKRwtQFuqkph2tagTyD9uaTbaC+iyJ/U0hxDa3pDRIFmGruNXR6aYHwVyYCWlTW7oz+9rGz2IgiU3P7GzL6/gmEw9Dfvjoa89gwABdQVZ8AOC5Qj0/2Ub782PyN7JL4x0QxJZpXAkDG1ilFCa9Ky5TTXWzx1/yNsPfPerk29jQzaT6M23+dNOu+I6bmuo6PddehzrD+0jcRKt9ZRiRt8Q7j5Xps/eEzASQQ7/T9ps3JD0rlJ8qadiFqkzoxDMKXz7FHogDJM1q2OgfQEJxLTu7f610dGuw5GwZ/ZmscxBjTj95kW6iE9AjSy57c6A1RqWndL9HesdXD/oad6wLv3SCrppvHHvpogaLpXPGKNDgbwUdJmxSxyXWLRvGQdteTTMvBYjDZSmEKajQRVV8X/X+KuT1PSlBQBKKr05mmP486yx3Kxc5AKrVcvX3sou8d0YfU+swq5NTWjLmSefxOjqh6bPGxXJCMjQl8xgkDOlLcEScfsf1VcnXSUZMQIDkknkZ8fIVIKzexSt3nMBlYjY7z3Ggh9tcneOKBQDTHk1dV3ul6OfNhGyrzxMDq8Ku/7lnSgiKgtL7Dzr27dYqcETTEdOScCzzr0wMZ0oTkjIpGRW4lVYJwJjG/Mx0ACLH2iP3tb5CBLY4A3kVqhCKkV9xjkCOlis+dcmTDRbsGnrYUXvTUCyFwcVMa8z7E/8Ujm05Ovveik46yPk9BlpSO5C73ZByDU6UDlXuCKybkyYuC/o8WLca6LNCvvSq2rb/l1SaU4WOSmEUWM2/tWpmqIBtew4/a6yIhurfiag/f6ojDUqgakZ2cxj5XSR/joDuTxuPuApWUajsgWZJFT481KI3hEP5z/of9qrCKQRAqMuFUQIQn/OvMnGJPMa+6JJqIYSSYC2ZL546Q==",
"voidReason": "",
"refundReason": "",
"captureAmount": null,
"voidAmount": null,
"posEntryMode": {
"name": "MANUAL_ENTRY_WIRED"
},
"merchant": {
"id": 38,
"merchantName": "ABC Company",
"merchantDescription": "ABC Company",
"addressLine1": "12000 Findley Rd",
"addressLine2": "",
"addressLine3": null,
"city": "Johns Creek",
"state": "GA",
"zipCode": "30097",
"country": "USA",
"mailingAddressLine1": "12000 Findley Rd",
"mailingAddressLine2": "",
"mailingAddressLine3": null,
"mailingCity": "Johns Creek",
"mailingState": "GA",
"mailingZipCode": "30097",
"mailingCountry": "USA",
"pointOfContact": "administrator",
"pointOfContactJobTitle": "Manager",
"pointOfContactDepartment": "Finance",
"pointOfContactEmail": "no-reply-test@datumsoftware.com",
"pointOfContactPhone": "6787402699",
"pointOfContactMobile": "",
"pointOfContactFax": "",
"lastModifiedUserId": 1,
"addressVerificationCheckInd": false,
"cardVerificationCheckForCNPTransactionsInd": true,
"cardVerificationCheckForTokenizedTransactionsInd": 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": false,
"displayFolioInformationInPaymentsModule": false,
"recurringPaymentsEnabledInd": false,
"productsAndServicesEnabledInd": true,
"namePrefix": null,
"nameSuffix": null,
"displayDigitalSignatureForCardPresentTransactions": true,
"displayDigitalSignatureForCardNotPresentTransactions": false,
"paymentTokenizationEnabledInd": true,
"paymentsBatchAuthorizationEnabledInd": false,
"paymentsBatchProcessingEnabledInd": false,
"allowPaymentsWithoutLoggingIn": true,
"allowUsersToSelfEnrollInd": false,
"allowMultiCurrencyPricingInd": false,
"allowDynamicCurrencyConversionInd": false,
"mobilePhoneCarrierType": {
"emailDomain": "",
"value": "Select",
"countryCode": "UNKNOWN",
"name": "UNKNOWN"
},
"cardPresentTransactionsEnabledInd": true,
"defaultCurrencyCode": "DOP",
"settlementCurrencyCode": "DOP",
"allowPreAuthorizationTransactionInd": true,
"allowSaleTransactionInd": true,
"softDescriptorsEnabledInd": false,
"softDescriptorMerchantName": "",
"softDescriptorProductDescription": "",
"merchantStatus": {
"name": "ACTIVE"
},
"merchantURL": "https://ABC Company-test.payvela.com/ui/resources/login",
"merchantDisplayTitle": "ABC Company",
"merchantCode": "ABC Company",
"brandingDirectory": "ABC Company",
"sessionIdleTime": 900,
"sessionTimeoutTime": 20,
"keepaliveInterval": 300,
"customerSupportInformation": "+1-809-686-5500",
"merchantBccEmailAddress": "velaqaautomation@gmail.com",
"abuseEmailAddress": "Abuse@datumsoftware.com",
"locale": {
"name": "en_US"
},
"lateFeesEnabledInd": false,
"lateFeesType": {
"name": "PERCENTAGE"
},
"lateFeesTier1FromNumOfDays": 1,
"lateFeesTier1ToNumOfDays": 30,
"lateFeesTier2FromNumOfDays": 31,
"lateFeesTier2ToNumOfDays": 60,
"lateFeesTier3FromNumOfDays": 61,
"lateFeesTier3ToNumOfDays": 90,
"tier1LateFees": 0,
"tier2LateFees": 3,
"tier3LateFees": 6,
"waiveTheLateFeesEnabledInd": false,
"maxNumOfTimesPerYearLateFeeCanBeWaived": {
"name": "ONCE"
},
"paymentApplicationURL": "https://ABC Company-test.payvela.com/ui/resources/login",
"giftCardsEnabledInd": false,
"minBookingNumberLength": 6,
"maxBookingNumberLength": 9,
"allowPartialPaymentsForInvoicesInd": false,
"convenienceFeesEnabledInd": false,
"creditCardsConvFeesType": {
"name": "PERCENTAGE"
},
"creditCardsConvFees": null,
"industryType": {
"name": "LODGING"
},
"displayHealthcareFieldsOnHSAFSAPaymentMethods": false,
"displayChartOnDashboard": false,
"reportsModuleEnabledInd": true,
"displayLastXDaysOfPaymentTokensForCardOnFile": 45,
"chartsDisplayTransactionRevenue": {
"name": "NONE"
},
"chartsGroupByPaymentMethods": {
"name": "NONE"
},
"chartsGroupByTransactionTypes": {
"name": "NONE"
},
"chartsGroupByProductsAndServices": {
"name": "NONE"
},
"chartsDateRangeType": {
"name": "TODAY"
},
"numOfDaysBetweenCheckinAndCurrentDate": 21,
"smsSubscriptionType": {
"name": "FREE_VIA_SMTP"
},
"cardPresentManualEntryOnlyTransactionsEnabledInd": false,
"cardNotPresentTransactionsEnabledInd": true,
"splitPaymentsEnabledInd": true,
"accountLookupEnabledInd": false,
"nextGenHpiLocationLookup": "",
"billingEmailRequiredForPayments": false,
"cardholderNameRequiredForTransactions": true,
"textMessageType": {
"name": "SMS"
},
"billingEnabledInd": false,
"billingRevenueShareByPercentage": 20,
"installmentPaymentsEnabledInd": false,
"minNumberOfInstallments": 2,
"maxNumberOfInstallments": 36,
"settledTransactionsReportEnabledInd": true,
"sendSettledTransactionsReportViaEmailEnabled": true,
"summaryByTypeReportEnabledInd": true,
"transactionSummaryReportEnabledInd": true,
"settledTxnsReportEmailRecipients": "veqaautomation@gmail.com",
"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": "VELA® KDS",
"industryType": "RESTAURANT",
"name": "VELA_KDS"
},
"employerIdentificationNumber": "1323333332",
"autoReconciliationEnabledInd": false,
"customerSummaryEnabledInd": false,
"surchargesEnabledInd": false,
"surchargesByPercentage": 0,
"onlineReceiptLinkEnabledInd": false,
"maxNumOfFailedOneTimePasscodeAttempts": 3,
"apiAccessEnabledInd": true,
"enableDigitalIdOnMakeAPaymentPageInd": false,
"barcodeScanningEnabledInd": false,
"autoReconciliationFeesEnabledInd": false,
"paperlessBillingEnabledInd": false,
"multipleQuantityListingAllowedInd": true,
"multipleProductsAndServicesAllowedInd": true,
"processFullCaptureFundsInd": false,
"paymentTokenPreferenceType": {
"name": "ACCOUNT_HOLDER_NAME"
},
"minimumPasswordLength": 10,
"retainAmountOnAccountLookupInd": false,
"merchantProperties": [
{
"id": 776,
"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": 1753287192000,
"lastUpdatedDateTime": null,
"message": null
},
{
"id": 777,
"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": 1753287192000,
"lastUpdatedDateTime": null,
"message": null
}
],
"merchantBillings": [],
"merchantBillingModel2s": [],
"minNumOfLowercaseAlphabetsInPassword": 1,
"minNumOfUppercaseAlphabetsInPassword": 1,
"minNumOfNumericsInPassword": 1,
"minNumOfSpecialCharactersInPassword": 1,
"passwordHistoryCount": 25,
"maxNumOfInactiveDaysForUser": 90,
"signUpUsersMaximumAllowedLoginDays": 99999,
"serverTimeZone": {
"value": "America/New York",
"tzIdentifier": "America/New_York",
"utcOffsetSDT": "−05:00",
"utcOffsetDST": "−04:00",
"tzAbbreSDT": "EST",
"tzAbbreDST": "EDT",
"name": "AMERICA_NEW_YORK"
},
"merchantTimeZone": {
"value": "Atlantic Time (North America)",
"offset": "-04:00",
"name": "ATLANTIC_TIME"
},
"exportDailyTransactionsSftpInd": false,
"deskoDocumentScanningInd": false,
"exportSFTPDirectoryName": "velatest",
"manifestationFileOriginationType": {
"name": "NONE"
},
"message": null,
"address": null,
"fullName": null,
"activeUserCount": null,
"activeCustomerCount": null,
"paymentTokenPurgeEnabledInd": false,
"paymentTokenPurgeDays": null,
"language": null,
"assignedCurrencies": null,
"echeckConvFees": null,
"echeckConvFeesType": {
"name": "FLAT"
},
"emvcompliantTransactionType": {
"name": "RELAXED"
}
},
"memo": "",
"partialAuthAmount": null,
"retryTraceNumber": 108285,
"lastFourDigitsOfAcctNum": "0026",
"merchantNumber": "000039349410050",
"digitalSignature": null,
"goodsAndServicesPurchaseType": {
"indicator": "",
"name": "SERVICE"
},
"checkInDate": null,
"checkOutDate": null,
"bookingNumber": "",
"roomNumber": "",
"groupName": "",
"customerName": "MP MQ",
"merchantLocation": null,
"customerId": null,
"routingLevel": {
"name": "PRIMARY"
},
"product": null,
"productQuantity": 0,
"totalRefundedQuantity": 0,
"convenienceFees": 0,
"acquirerTerminalId": "01340065",
"transactionStatusInformation": null,
"applicationIdentifier": null,
"terminalVerificationResults": null,
"issuerApplicationData": null,
"cardholderVerificationMethodResults": null,
"macKSN": null,
"issuerAuthenticationData": null,
"issuerScriptTemplate1": null,
"issuerScriptTemplate2": null,
"applicationLabel": null,
"fiservIPGTransactionId": null,
"transactionDetails": [
{
"id": 114710,
"fieldNumber": "63.14.7",
"fieldName": "FIRST_AUTHORIZED_AMOUNT",
"fieldValue": "000000000000",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114703,
"fieldNumber": "63.14.6",
"fieldName": "REQUESTED_PAYMENT_SERVICE_IND",
"fieldValue": " ",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114706,
"fieldNumber": "63.SD.XZ",
"fieldName": "63.SD.XZ",
"fieldValue": "HNB",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114711,
"fieldNumber": "63.14.4",
"fieldName": "VALIDATION_CODE",
"fieldValue": "G552",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114708,
"fieldNumber": "63.14.5",
"fieldName": "MARKET_SPECIFIC_DATA_IND",
"fieldValue": "H",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114704,
"fieldNumber": "63.14.2",
"fieldName": "AUTHORIZATION_CHARACTER_IND",
"fieldValue": "P",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114702,
"fieldNumber": "63.SD.AS",
"fieldName": "63.SD.AS",
"fieldValue": "C",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114700,
"fieldNumber": "63.VI.2",
"fieldName": "CARD_LEVEL_RESPONSE_CODE",
"fieldValue": "C ",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114701,
"fieldNumber": "63.49.2",
"fieldName": "CARD_CODE_RESPONSE_VALUE",
"fieldValue": "M",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114712,
"fieldNumber": "63.22.2",
"fieldName": "RESPONSE_DATA",
"fieldValue": "APPROVAL ",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114699,
"fieldNumber": "63.14.8",
"fieldName": "TOTAL_AUTHORIZED_AMOUNT",
"fieldValue": "000000000000",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114709,
"fieldNumber": "63.SD.AR",
"fieldName": "ASSOCIATION_RESPONSE_CODE",
"fieldValue": "V000",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114707,
"fieldNumber": "63.SD.TC",
"fieldName": "TERMINAL_TYPE_CAPABILITY",
"fieldValue": "601100000000000",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
},
{
"id": 114705,
"fieldNumber": "63.14.3",
"fieldName": "TRAN_ID",
"fieldValue": "015240564596419",
"createdDateTime": 1756398767000,
"lastUpdatedDateTime": null,
"createdUserId": 1133,
"lastModifiedUserId": null
}
],
"transactionProductInfos": [],
"posTerminal": null,
"qualifiedHealthcareAmount": null,
"amountType": {
"code": "",
"name": "UNKNOWN"
},
"avsResultCode": "M",
"cvvResultCode": "M",
"fiservLocalTransmissionDateTime": "082825123246",
"numberOfInstallments": 0,
"merchantCategoryCode": "3742",
"membershipNumber": "",
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"field55EMVData": null,
"captureMode": {
"name": "HOST_CAPTURE"
},
"eightDigitBIN": "3df9b5b9392fda86a0c0f0d425679ea8740e972e3d2aad9b93c6ad77a2d3d22f",
"binIssuingCountryCode": null,
"cardNetworkTransactionId": "015240564596419",
"recurrenceEndDate": null,
"electronicCommerceIndicator": null,
"salesOrderNumber": "",
"purchaseOrderNumber": null,
"addTokenAsPartOfPaymentSubmission": false,
"vehicleLicensePlateNumber": null,
"vehicleOwnershipType": null,
"licenseIssuingCountry": null,
"licenseIssuingState": null,
"expiryMonth": "04",
"expiryYear": "28",
"encryptedUserBiometricInfo": null,
"exchangeRate": 0,
"orderNumber": null,
"orderStatus": null,
"billingEmail": "",
"multipleInvoicesAmountBreakdown": null,
"returnURL": null,
"cancelURL": null,
"paymentRedirectURL": null,
"cardType": null,
"realex3DSecureVISAPit": "",
"realex3DSecureURL": "",
"realex3DSecurePaReq": "",
"realex3DSecureEncodedMD": "",
"realexRequestID": "",
"capturePymtGtwyRefNumber": null,
"geolocation": null,
"paymentAction": null,
"strCheckInDate": null,
"strCheckOutDate": null,
"strTransactionDateTime": null,
"avsResponseStatus": null,
"cvvResponseStatus": null,
"profileSubscriptionId": null,
"message": null,
"hasTransactionDocuments": false,
"releaseRemainingFundsInd": false,
"departmentId": 0,
"transactionProductInfoMap": {},
"ipaymentMethod": null,
"transactionDetailMap": {
"63.VI.2": "C ",
"63.49.2": "M",
"63.22.2": "APPROVAL ",
"63.SD.XZ": "HNB",
"63.14.8": "000000000000",
"63.14.6": " ",
"63.14.7": "000000000000",
"63.14.4": "G552",
"63.14.5": "H",
"63.14.2": "P",
"63.14.3": "015240564596419",
"63.SD.AR": "V000",
"63.SD.AS": "C",
"63.SD.TC": "601100000000000"
},
"qrcodeBase64Image": null,
"qrcodeCopyURL": null,
"qrcodeBase64ImageString": null,
"ssoenabledInd": false,
"IFDSerialNumber": null
}
]
}
Updated As Of Version 6.7.1.0