Refund Transaction
Description¶
The refundTransaction
endpoint submits a refund transaction for a payment whose funds have been captured to a payment gateway.
Request¶
Endpoint¶
/ui/v2/refundTransaction
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 |
---|---|---|---|
• transactionIds | Required Array index |
36055 | Must be array |
• orderId | Optional Order Id of the transaction |
100000009593 | |
• merchantId | Required Specific Id for each merchant |
1 | must be an integer |
refundMethod | Required | ||
• name | Required Refund Method name |
Refund Methods | STAND_ALONE_CREDIT |
refundMoney | Required Array index |
||
• amount | Required Refund amount |
10.00 The maximum Amount limit is the Payment Amount |
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 |
refundStatus | Required | ||
• name | Required Refund Method name |
Refund Statuses | Must be valid Status name |
refundReason | Optional Refund Reason text if any |
Ex: Not satisfied | |
invoiceNumber | Optional Invoice reference |
Ex: 123456 | |
transactionCategory | Required Array index |
||
• name | Required Transaction Category being used |
Transaction Categories | |
refundPaymentMethod | Required Array index |
||
• type | Required Type of payment method being used |
• creditcard • echeck • pinlessdebitcard etc. |
|
•• paymentMethodType | *Conditional Required if it is Standalone Refund Payment method type name |
Payment Method Types | |
•• cardNetworkName | Conditional Applies to credit card and debit card refunds only. Card network name |
Card Networks | |
•• nameOnCard | Conditional Depends on the Payment processor Cardholder's name |
John Smith | Accent Characters are not allowed. |
•• firstName | Conditional Depends on the Payment processor Cardholder's first name |
John | Accent Characters are not allowed. |
•• lastName | Conditional Depends on the Payment processor 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 | |
•• paymentGateway | Required Array index |
||
••• name | Required Name of payment gateway processing the refund |
Payment Gateways | |
• productCodes | Conditional Array Index (the maximum array length is 5, can choose upto 5 product items) Products or service Codes to which the refund 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 | |
• totalRefundedQuantitys | Optional Array Index (the maximum array length is 5, can choose upto 5 product items) Quantity for the refunded items |
1, 2 etc. |
Request Body¶
{
"transactionIds": [
"36055"
],
"orderId": "100000009593",
"merchantId": 11,
"refundMethod": {
"name": "ORIGINAL_PAYMENT_METHOD"
},
"refundMoney": {
"amount": "17150.00",
"currency": {
"currencyCode": "DOP",
"isoNumericCode": "214"
}
},
"refundStatus": {
"name": "FULL"
},
"refundReason": "",
"invoiceNumber": "",
"customerNumber": "",
"transactionCategory": {
"name": "CARD_NOT_PRESENT"
},
"memo": "",
"refundPaymentMethod": {
"type": "creditcard",
"paymentMethodType": "CREDIT_CARD",
"cardNetworkName": "VISA",
"nameOnCard": "",
"firstName": "",
"lastName": "",
"companyName": "",
"cardNumber": "",
"expiryMonth": "",
"expiryYear": "",
"cvn": "",
"refundMethod": {
"name": "ORIGINAL_PAYMENT_METHOD"
},
"refundStatus": {
"name": "FULL"
},
"voidStatus": {
"name": "NONE"
},
"orderId": "",
"money": {
"amount": "17150.00",
"currency": {
"currencyCode": "DOP",
"isoNumericCode": "214"
}
},
"paymentGateway": {
"name": "FISERV_DATAWIRE_ISO_8583"
},
"payWith": "CARD_NOT_PRESENT",
"channel": {
"id": "86"
}
},
"productCodes": [
"PCAC001",
null,
null,
null,
null
],
"productIds": [
110,
null,
null,
null,
null
],
"productQuantitys": [
1,
null,
null,
null,
null
],
"totalRefundedQuantitys": [
null,
null,
null,
null,
null
],
"costPerUnits": [
17150,
0,
0,
0,
0
],
"subTotals": [
17150,
0,
0,
0,
0
],
"specialInstructions": [
"",
"",
"",
"",
""
]
}
Response¶
{
"tiList": [
{
"id": 36056,
"originalOrderId": "100000009593",
"pymtGtwyRefNumber": "015245840215002",
"authCode": "OK077C",
"parentPymtGtwyRefNumber": "015245858167035",
"paymentGateway": {
"value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"money": {
"amount": 17150.000,
"currency": {
"id": 48,
"currencyCode": "DOP",
"currencyText": "Dominican Peso",
"currencySymbol": "₱",
"fractionalUnit": "Centavo",
"currencyExponent": "2",
"supportedByVisaCheckout": false,
"createdDateTime": 1754456477000,
"isoNumericCode": "214",
"isoCountryCode": "214",
"alpha2CountryCode": "DO"
}
},
"orderId": "100000009594",
"splitPaymentsTxnSequence": "2",
"encryptedPaymentMethod": "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",
"paymentMethodType": {
"value": "VISA",
"name": "VISA"
},
"encodedMetaData": null,
"responseMsg": "APPROVAL",
"responseCode": "00",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"initiatedDateTime": 1756822081000,
"transactionStatus": {
"name": "SUCCESS"
},
"channel": {
"id": 86,
"channelName": "Fiserv-ecommerce",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1568119974000,
"merchantId": 11,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 586,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 698,
"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": 586,
"createdDateTime": 1568119974000,
"lastUpdatedDateTime": 1729832507000,
"position": 57,
"merchantId": 11
},
{
"id": 706,
"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": 586,
"createdDateTime": 1568119974000,
"lastUpdatedDateTime": 1729832507000,
"position": 65,
"merchantId": 11
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"transactionType": {
"name": "REFUND"
},
"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": 586,
"userName": "Fiserv.eCommerce",
"password": "$2a$11$QDbw.fXUdRJQnJZ.TO4Vku/4KQpp8AfKpj.SM9Qp6Ma0MBfI1hRT.",
"temporaryPassword": null,
"temporaryPasswordCreatedDateTime": null,
"status": {
"name": "ACTIVE"
},
"firstName": "Fiserv",
"lastName": "aa",
"phone": "",
"mobile": null,
"fax": "",
"jobTitle": "",
"department": "",
"roles": [
{
"id": 1382,
"roleType": {
"name": "MERCHANT_ADMIN"
},
"checked": true,
"lastModifiedUserId": null
}
],
"userChannelMap": [
{
"id": 463,
"cardNotPresentChannel": {
"id": 86,
"channelName": "Fiserv-ecommerce",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1568119974000,
"merchantId": 11,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 586,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 698,
"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": 586,
"createdDateTime": 1568119974000,
"lastUpdatedDateTime": 1729832507000,
"position": 57,
"merchantId": 11
},
{
"id": 706,
"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": 586,
"createdDateTime": 1568119974000,
"lastUpdatedDateTime": 1729832507000,
"position": 65,
"merchantId": 11
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"cardPresentChannel": {
"id": 87,
"channelName": "Fiserv-Retail",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1568638833000,
"merchantId": 11,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 586,
"industryType": {
"name": "RETAIL"
},
"allowCashAsPaymentMethodInd": false,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 715,
"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": 586,
"createdDateTime": 1568638833000,
"lastUpdatedDateTime": 1729832507000,
"position": 57,
"merchantId": 11
},
{
"id": 723,
"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": 586,
"createdDateTime": 1568638833000,
"lastUpdatedDateTime": 1729832507000,
"position": 65,
"merchantId": 11
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"lastModifiedUserId": null
}
],
"oldEmail": "",
"email": "fiserv.ecommerce@gmail.com",
"locale": {
"name": "en_US"
},
"firstLoginDateTime": 1601301248000,
"lastLoginDateTime": 1756822075000,
"securityQuestionsEnrolledInd": true,
"createdUserId": 491,
"lastModifiedUserId": 1,
"maximumAllowedLoginDays": -1,
"organizationName": "Club Med Punta Cana",
"forceChangePasswordInd": false,
"originalUserId": null,
"loyaltyStatus": {
"name": "NOT_APPLICABLE"
},
"loyaltyRewardsNumber": null,
"loyaltyEnrolledDateTime": 1601301248000,
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"totalOutstandingLoyaltyPoints": null,
"pendingLoyaltyPoints": null,
"forgotPasswordGeneratedDateTime": null,
"numberOfFailedLoginAttempts": 0,
"numberOfFailedForgotPasswordAttempts": 0,
"changePasswordDateTime": 1756578417000,
"lockedDateTime": null,
"lockedByUserId": null,
"merchantId": 11,
"createdDateTime": 1601301051000,
"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": "19001521",
"oneTimePasscodeCreatedDateTime": 1743103773000,
"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": 586,
"userName": "Fiserv.eCommerce",
"password": "$2a$11$QDbw.fXUdRJQnJZ.TO4Vku/4KQpp8AfKpj.SM9Qp6Ma0MBfI1hRT.",
"temporaryPassword": null,
"temporaryPasswordCreatedDateTime": null,
"status": {
"name": "ACTIVE"
},
"firstName": "Fiserv",
"lastName": "aa",
"phone": "",
"mobile": null,
"fax": "",
"jobTitle": "",
"department": "",
"roles": [
{
"id": 1382,
"roleType": {
"name": "MERCHANT_ADMIN"
},
"checked": true,
"lastModifiedUserId": null
}
],
"userChannelMap": [
{
"id": 463,
"cardNotPresentChannel": {
"id": 86,
"channelName": "Fiserv-ecommerce",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1568119974000,
"merchantId": 11,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 586,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 698,
"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": 586,
"createdDateTime": 1568119974000,
"lastUpdatedDateTime": 1729832507000,
"position": 57,
"merchantId": 11
},
{
"id": 706,
"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": 586,
"createdDateTime": 1568119974000,
"lastUpdatedDateTime": 1729832507000,
"position": 65,
"merchantId": 11
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"cardPresentChannel": {
"id": 87,
"channelName": "Fiserv-Retail",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1568638833000,
"merchantId": 11,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 586,
"industryType": {
"name": "RETAIL"
},
"allowCashAsPaymentMethodInd": false,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 715,
"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": 586,
"createdDateTime": 1568638833000,
"lastUpdatedDateTime": 1729832507000,
"position": 57,
"merchantId": 11
},
{
"id": 723,
"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": 586,
"createdDateTime": 1568638833000,
"lastUpdatedDateTime": 1729832507000,
"position": 65,
"merchantId": 11
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"forExProvider": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"lastModifiedUserId": null
}
],
"oldEmail": "",
"email": "fiserv.ecommerce@gmail.com",
"locale": {
"name": "en_US"
},
"firstLoginDateTime": 1601301248000,
"lastLoginDateTime": 1756822075000,
"securityQuestionsEnrolledInd": true,
"createdUserId": 491,
"lastModifiedUserId": 1,
"maximumAllowedLoginDays": -1,
"organizationName": "Club Med Punta Cana",
"forceChangePasswordInd": false,
"originalUserId": null,
"loyaltyStatus": {
"name": "NOT_APPLICABLE"
},
"loyaltyRewardsNumber": null,
"loyaltyEnrolledDateTime": 1601301248000,
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"totalOutstandingLoyaltyPoints": null,
"pendingLoyaltyPoints": null,
"forgotPasswordGeneratedDateTime": null,
"numberOfFailedLoginAttempts": 0,
"numberOfFailedForgotPasswordAttempts": 0,
"changePasswordDateTime": 1756578417000,
"lockedDateTime": null,
"lockedByUserId": null,
"merchantId": 11,
"createdDateTime": 1601301051000,
"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": "19001521",
"oneTimePasscodeCreatedDateTime": 1743103773000,
"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": "FULL"
},
"refundMethod": {
"name": "ORIGINAL_PAYMENT_METHOD"
},
"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": "LmGn+Hqi3uf4SvrJvU5z8zlG2dUT8YpHAMEOEZkPfMWiuHdxSBMsmYpRoLxL7EyYo/f3jwyjhE2MlbqunS4KqaLm8iPNhIQx83aJgDeuvH4dBsfyxLuZo9/hHveJHPT0+AM1opXvXMLMHDmiPdcfmf8Nqop+VzqhEg6rVYXR56EuaPno6T65xWLnqGatSe39DGFH3zT2eIYR8zghN8I23pX9ELqnQpwyXTUTxKFzyQ0RCpssr7DPbTSfkbCjvO8d7E+zpDwk0LXTdq7hHXLcRd6qRqEgXnMfto6pSoWnvX1Monstj4kRpHZsE5FiNNwI9ITYVdsIB6VvmpKdJm1cPT0Pi6Ti2Iq4EChVxpB0LvtYRhZG9Pdzq4mltITejSKVcFb/IvItAq9FwHP5qhiiA7bhCwOJ8vW9P4rHYzsDejeLYxEvbp8r5CkfqOiMxJmY+PI3wTBl5YqDO9Wn4le60pykmd5E5nUZP1vJFZf4sX+Kw13EX9Iw1YDfxTXMoPTXo9EraOOOEn9jq0+I9eW8QuM0iUjuvfDitgaAoM1sYXvumxZwe66wvX7eiWbtz3js8x4JVjqq9+RTawjFm0Q/FkF/s9TJaFMKxfyMdtG2qJ5VudTNCJGxxDmEjAlarXFLahY3mt1KHsro79Oy1auwxja9LSYCFCp0gJ4IsEXPPYNQYffe0ldYwvT8OoxURX4PmeFyzXNfe0bV6QKL/a9I2oStX0NGquERZ13Ge3W5SihOBZXnMah06XQpsfiFI7gK2lKeqN9j5c4BdXY60PSMLqTnJLtKiMCpxLoKcTYc07OGOIAoL6NY+4Nj8gBMK33ck7nqYIkWTFVIQpdF5k763S1AzqjlM1wqrkU1KikqJcXylWOSwalYM5+6/6RuOChCFRiLowzkKu6BPRTL3mxg+u8aqdL/mtSGfW/T6z3a48EXgYMz8vEdSy4uq4Cyvwddy5fdiic7p5CzKTk+1HpDtdOAlwNSeq1mNv1h6f4zWMiYc3HAfONDKFkLoASk248pwLFZRzPPzz1DbrydKZXIm0ckNKpXYeN/rTDfPhm0jEfJRNtlXf9dLOoJmhi55KPvIq4zvbvwEbaq3k0dB7MyRF8XJyHSjAkEyabSipPaTruo8ZnXxfHXCnHE9ISzl06W6q1ZUILWX9KacctxX5xEnQPzpSVHMMTQv/y/AOUMjtHs6byZAOBZPqZQPT0uxcmJn4hoi9+OWaXL1y9WO3HSNpTyxdy9e3xyBt2Zn90dltVYIdipiSNJJMp61DXn+fMTSqAHqOIDc5uX4cB30Xr6G1xNYePFQFRSDD4P2LeCsR/eX1rbvifGQG2/JPedVF0YvIz6NBBFGG8Et+xyHK/QEPrKlQvTaJqFurvi/P2+PJ/qsj9EeVdOKHdkDRoe0geCWfB8kelPUdeeySytXp2TnH6HOWr113T0Rh5NgycLy+rral9Ze7M2B9n3oQ3UmxPOq+2nVBEZK+XcIPcuhWiRb3AMxIvokt858ttNx2MYO7t+UJiEkTR1PUoDY1qNH8ishu901drbSeNBxpbEPaIsAKaWZH435DF/buQfvqgv4D6Jf+V0D9Rl/ZF+0cqQuh+9+1pPOpfcYzS0H5eVdFxF6mONokKj2vxzXFCVwG4A8J4=",
"voidReason": "",
"refundReason": "",
"captureAmount": 17150.000,
"voidAmount": null,
"posEntryMode": {
"name": "MANUAL_ENTRY_WIRED"
},
"merchant": {
"id": 11,
"merchantName": "Club Med Punta Cana",
"merchantDescription": "Club Med Punta Cana",
"addressLine1": "APT POSTAL 106",
"addressLine2": "",
"addressLine3": "",
"city": "Higuey",
"state": "AL",
"zipCode": "23000",
"country": "DOM",
"mailingAddressLine1": "APT POSTAL 106",
"mailingAddressLine2": "",
"mailingAddressLine3": "",
"mailingCity": "Higuey",
"mailingState": "AL",
"mailingZipCode": "23000",
"mailingCountry": "DOM",
"pointOfContact": "Admin",
"pointOfContactJobTitle": "Manager",
"pointOfContactDepartment": "Finance",
"pointOfContactEmail": "abcd@gmail.com",
"pointOfContactPhone": "6786400263",
"pointOfContactMobile": "",
"pointOfContactFax": "",
"lastModifiedUserId": 1,
"addressVerificationCheckInd": false,
"cardVerificationCheckForCNPTransactionsInd": true,
"cardVerificationCheckForTokenizedTransactionsInd": false,
"loyaltyRewardsEnabledInd": false,
"initialLoyaltyRewardsNumber": null,
"passwordNeverExpiresInd": false,
"passwordExpirationDays": 90,
"passwordExpirationWarningDays": 5,
"onetimePasscodeValdtyTimePeriod": 10,
"phoneCountryCallingCodeId": 66,
"mobileCountryCallingCodeId": 66,
"faxCountryCallingCodeId": 66,
"billingPresentmentEnabledInd": false,
"displayInvoiceNumberInPaymentsModule": true,
"adhocInvoicesEnabledInd": false,
"displayMemoInPaymentsModule": true,
"displayFolioInformationInPaymentsModule": false,
"recurringPaymentsEnabledInd": false,
"productsAndServicesEnabledInd": true,
"namePrefix": null,
"nameSuffix": null,
"displayDigitalSignatureForCardPresentTransactions": true,
"displayDigitalSignatureForCardNotPresentTransactions": true,
"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://clubmed-puntacana-test.payvela.com",
"merchantDisplayTitle": "Club Med®",
"merchantCode": "clubmed-puntacana",
"brandingDirectory": "clubmed-puntacana",
"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.0,
"tier2LateFees": 3.0,
"tier3LateFees": 6.0,
"waiveTheLateFeesEnabledInd": false,
"maxNumOfTimesPerYearLateFeeCanBeWaived": {
"name": "ONCE"
},
"paymentApplicationURL": "https://clubmed-puntacana-test.payvela.com",
"giftCardsEnabledInd": false,
"minBookingNumberLength": 6,
"maxBookingNumberLength": 9,
"allowPartialPaymentsForInvoicesInd": false,
"convenienceFeesEnabledInd": false,
"creditCardsConvFeesType": {
"name": "PERCENTAGE"
},
"creditCardsConvFees": 3.25,
"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": "Puntacana",
"billingEmailRequiredForPayments": false,
"cardholderNameRequiredForTransactions": true,
"textMessageType": {
"name": "SMS"
},
"billingEnabledInd": true,
"billingRevenueShareByPercentage": 20.0,
"installmentPaymentsEnabledInd": false,
"minNumberOfInstallments": 2,
"maxNumberOfInstallments": 36,
"settledTransactionsReportEnabledInd": true,
"sendSettledTransactionsReportViaEmailEnabled": true,
"summaryByTypeReportEnabledInd": true,
"transactionSummaryReportEnabledInd": true,
"settledTxnsReportEmailRecipients": "vela@datumtg.com",
"offlinePaymentActionsOnInvoicesEnabledInd": false,
"qrCodeEnabledInd": true,
"dateFormat": {
"value": "yyyy-MM-dd",
"name": "YYYY_MM_DD"
},
"dateTimeFormat": {
"value": "yyyy-MM-dd hh:mm a zzz",
"name": "YYYY_MM_DD_HH_MM_A_ZZZ"
},
"logoutSingleSignOnTime": 10,
"reconciliationPlatformName": {
"value": "None",
"industryType": "OTHER",
"name": "NONE"
},
"employerIdentificationNumber": "12-3456781",
"autoReconciliationEnabledInd": false,
"customerSummaryEnabledInd": false,
"surchargesEnabledInd": false,
"surchargesByPercentage": 0.0,
"onlineReceiptLinkEnabledInd": false,
"maxNumOfFailedOneTimePasscodeAttempts": 3,
"apiAccessEnabledInd": true,
"enableDigitalIdOnMakeAPaymentPageInd": true,
"barcodeScanningEnabledInd": true,
"autoReconciliationFeesEnabledInd": false,
"paperlessBillingEnabledInd": false,
"multipleQuantityListingAllowedInd": false,
"multipleProductsAndServicesAllowedInd": false,
"processFullCaptureFundsInd": false,
"paymentTokenPreferenceType": {
"name": "ACCOUNT_HOLDER_NAME"
},
"minimumPasswordLength": 10,
"retainAmountOnAccountLookupInd": false,
"merchantProperties": [
{
"id": 677,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "TerminalID",
"propertyDescription": "Terminal ID (TID)",
"groupName": null,
"propertyStringValue": "01620227",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 1,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1590498895000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 658,
"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": 1568144827000,
"lastUpdatedDateTime": 1594665529000,
"message": null
},
{
"id": 694,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "TerminalID",
"propertyDescription": "Terminal Id (TID) - Direct Marketing (MOTO)",
"groupName": null,
"propertyStringValue": "01620230",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665528000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 695,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "DatawireID",
"propertyDescription": "Datawire ID (DID) - Direct Marketing (MOTO)",
"groupName": null,
"propertyStringValue": "00038451351221096182",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665528000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 681,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "DatawireID",
"propertyDescription": "Datawire ID (DID)",
"groupName": null,
"propertyStringValue": "00035934955927229725",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 1,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1590499424000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 696,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "MerchantID",
"propertyDescription": "Merchant Id (MID) - Direct Marketing (MOTO)",
"groupName": null,
"propertyStringValue": "000039349410043",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665529000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 691,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "TerminalID",
"propertyDescription": "Terminal Id (TID) - Retail",
"groupName": null,
"propertyStringValue": "01620226",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665356000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 676,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "MerchantID",
"propertyDescription": "Merchant ID (MID)",
"groupName": null,
"propertyStringValue": "000039349410027",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 1,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1590498895000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 659,
"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": 1568144827000,
"lastUpdatedDateTime": 1594665529000,
"message": null
},
{
"id": 693,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "MerchantID",
"propertyDescription": "Merchant Id (MID) - Retail",
"groupName": null,
"propertyStringValue": "000039349410019",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665356000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 679,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "TerminalID",
"propertyDescription": "Terminal ID (TID)",
"groupName": null,
"propertyStringValue": "01620230",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 1,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1590499424000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 680,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "MerchantID",
"propertyDescription": "Merchant ID (MID)",
"groupName": null,
"propertyStringValue": "000039349410043",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 1,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1590499424000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 688,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "TerminalID",
"propertyDescription": "Terminal Id (TID) - Restaurant",
"groupName": null,
"propertyStringValue": "01620227",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665178000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 689,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "DatawireID",
"propertyDescription": "Datawire ID (DID) - Restaurant",
"groupName": null,
"propertyStringValue": "00038451339586834069",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665178000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 692,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "DatawireID",
"propertyDescription": "Datawire ID (DID) - Retail",
"groupName": null,
"propertyStringValue": "00038451342705293207",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665356000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 678,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "DatawireID",
"propertyDescription": "Datawire ID (DID)",
"groupName": null,
"propertyStringValue": "00035934939440895719",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 1,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1590498895000,
"lastUpdatedDateTime": 1756578417000,
"message": null
},
{
"id": 690,
"merchantPropertyType": {
"name": "FISERV_DATAWIRE_CREDENTIALS"
},
"propertyName": "MerchantID",
"propertyDescription": "Merchant Id (MID) - Restaurant",
"groupName": null,
"propertyStringValue": "000039349410027",
"propertyIntValue": null,
"propertyBooleanValue": null,
"merchantPropertyStatus": {
"name": "ACTIVE"
},
"createdUserId": 405,
"lastModifiedUserId": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdDateTime": 1594665178000,
"lastUpdatedDateTime": 1756578417000,
"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": true,
"exportSFTPDirectoryName": "velaaa",
"manifestationFileOriginationType": {
"name": "NONE"
},
"message": null,
"address": null,
"fullName": null,
"activeUserCount": null,
"activeCustomerCount": null,
"paymentTokenPurgeEnabledInd": false,
"paymentTokenPurgeDays": null,
"language": null,
"assignedCurrencies": null,
"echeckConvFees": 1.99,
"echeckConvFeesType": {
"name": "FLAT"
},
"emvcompliantTransactionType": {
"name": "RELAXED"
}
},
"memo": "",
"partialAuthAmount": null,
"retryTraceNumber": 108337,
"lastFourDigitsOfAcctNum": "0026",
"merchantNumber": "000039349410050",
"digitalSignature": null,
"goodsAndServicesPurchaseType": {
"indicator": "",
"name": "SERVICE"
},
"checkInDate": 1756785600000,
"checkOutDate": 1756872000000,
"bookingNumber": "123123",
"roomNumber": "",
"groupName": "",
"customerName": "JJ Smith",
"merchantLocation": null,
"customerId": null,
"routingLevel": {
"name": "PRIMARY"
},
"product": null,
"productQuantity": 0,
"totalRefundedQuantity": 0,
"convenienceFees": 0.000,
"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": 115554,
"fieldNumber": "63.14.7",
"fieldName": "FIRST_AUTHORIZED_AMOUNT",
"fieldValue": "000000000000",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115544,
"fieldNumber": "63.14.4",
"fieldName": "VALIDATION_CODE",
"fieldValue": "G022",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115551,
"fieldNumber": "63.14.8",
"fieldName": "TOTAL_AUTHORIZED_AMOUNT",
"fieldValue": "000001715000",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115548,
"fieldNumber": "63.14.5",
"fieldName": "MARKET_SPECIFIC_DATA_IND",
"fieldValue": "N",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115549,
"fieldNumber": "63.SD.AS",
"fieldName": "63.SD.AS",
"fieldValue": "C",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115546,
"fieldNumber": "63.SD.ZZ",
"fieldName": "63.SD.ZZ",
"fieldValue": "XKP",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115555,
"fieldNumber": "63.14.3",
"fieldName": "TRAN_ID",
"fieldValue": "015245840215002",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115545,
"fieldNumber": "63.22.2",
"fieldName": "RESPONSE_DATA",
"fieldValue": "APPROVAL ",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115553,
"fieldNumber": "63.14.6",
"fieldName": "REQUESTED_PAYMENT_SERVICE_IND",
"fieldValue": " ",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115552,
"fieldNumber": "63.SD.AR",
"fieldName": "ASSOCIATION_RESPONSE_CODE",
"fieldValue": "V000",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115547,
"fieldNumber": "63.SD.TC",
"fieldName": "TERMINAL_TYPE_CAPABILITY",
"fieldValue": "601100000000000",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115550,
"fieldNumber": "63.14.2",
"fieldName": "AUTHORIZATION_CHARACTER_IND",
"fieldValue": "P",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
},
{
"id": 115543,
"fieldNumber": "63.VI.2",
"fieldName": "CARD_LEVEL_RESPONSE_CODE",
"fieldValue": "C ",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null
}
],
"transactionProductInfos": [
{
"id": 278,
"orderId": "100000009594",
"kdsOrderId": null,
"productQuantity": 1,
"totalRefundedQuantity": 0,
"orderNumber": null,
"subTotal": 17150.000,
"specialInstructions": "",
"productId": 110,
"productCode": "PCAC001",
"createdDateTime": 1756822082000,
"lastUpdatedDateTime": null,
"createdUserId": 586,
"lastModifiedUserId": null,
"initiatedDateTime": 1756822081000,
"productName": null,
"costPerUnit": null
}
],
"posTerminal": null,
"qualifiedHealthcareAmount": null,
"amountType": {
"code": "",
"name": "UNKNOWN"
},
"avsResultCode": "M",
"cvvResultCode": "M",
"fiservLocalTransmissionDateTime": "090225100801",
"numberOfInstallments": 0,
"merchantCategoryCode": "3742",
"membershipNumber": "",
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"field55EMVData": null,
"captureMode": {
"name": "HOST_CAPTURE"
},
"eightDigitBIN": "3df9b5b9392fda86a0c0f0d425679ea8740e972e3d2aad9b93c6ad77a2d3d22f",
"binIssuingCountryCode": null,
"cardNetworkTransactionId": "015245840215002",
"recurrenceEndDate": null,
"electronicCommerceIndicator": null,
"salesOrderNumber": "",
"purchaseOrderNumber": null,
"addTokenAsPartOfPaymentSubmission": false,
"vehicleLicensePlateNumber": null,
"vehicleOwnershipType": null,
"licenseIssuingCountry": null,
"licenseIssuingState": null,
"expiryMonth": "05",
"expiryYear": "30",
"encryptedUserBiometricInfo": null,
"exchangeRate": null,
"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": {
"PCAC001": 1
},
"ipaymentMethod": null,
"transactionDetailMap": {
"63.VI.2": "C ",
"63.SD.ZZ": "XKP",
"63.22.2": "APPROVAL ",
"63.14.8": "000001715000",
"63.14.6": " ",
"63.14.7": "000000000000",
"63.14.4": "G022",
"63.14.5": "N",
"63.14.2": "P",
"63.14.3": "015245840215002",
"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.1