Standalone Refund

Description

The refundAsStandAloneCredit endpoint submits a refund transaction for a payment whose funds have been captured to a payment gateway. This operation creates a standalone refund that is not directly tied to the original authorization but is still linked to the captured payment, ensuring funds are returned to the customer via the specified payment method.

Request

Endpoint

ui/v1/refundAsStandAloneCredit

Method

POST
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

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
consolidatedPayInfo Required

JSON Element
• payments Required

Array index
• type Required

Type of payment method being used
• creditcard
• echeck
• pinlessdebitcard etc.
•• paymentMethodType Required

Required if it is Standalone Refund

Payment method type name
Payment Method Types
•• cardNetworkName Required
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
• refundMethod Required

Array index
•• name Required

Refund Method name
Refund Methods

STAND_ALONE_CREDIT
Must be valid method name
• refundStatus Required

Array index
•• name Required

Refund Method name
Refund Statuses Must be valid Status name
transactionType Required
• name Required

Transaction Type being used.


REFUND
Transaction Types
refundReason Optional

Refund Reason text if any
Ex: Not satisfied
OrderId Required

Order ID of the Payment
invoiceNumber Optional

Invoice reference
Ex: 123456
transactionCategory Required

Array index
• name Required

Transaction Category being used
Transaction Categories
refundPaymentMethod Required

Array index
•• paymentGateway Required

Array index
••• name Required

Name of payment gateway processing the refund
Payment Gateways
• merchantId Required

Specific Id for each merchant
1 must be an integer
• 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

{
    "money": {
        "amount": "17150.00",
        "amountDue": "",
        "currency": {
            "currencyCode": "DOP",
            "isoNumericCode": "214"
        }
    },
    "paymentType": {
        "name": "SINGLE_PAYMENT"
    },
    "consolidatedPayInfo": {
        "payments": [
            {
                "type": "creditcard",
                "paymentMethodType": "CREDIT_CARD",
                "cardNetworkName": "MASTERCARD",
                "nameOnCard": "john smith",
                "firstName": "",
                "lastName": "",
                "companyName": "",
                "cardNumber": "123443211234",
                "expiryMonth": "04",
                "expiryYear": "27",
                "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-09-03T12:59:51-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": "STAND_ALONE_CREDIT"
                },
                "refundStatus": {
                    "name": "FULL"
                },
                "voidStatus": {
                    "name": "NONE"
                },
                "orderId": "100000009597",
                "subscriptionId": null,
                "routingNumber": "",
                "accountNumber": "",
                "reEnterAccountNumber": "",
                "accountHolderName": "",
                "iBAN": "",
                "reEnterIBAN": "",
                "bankIdentifierCode": "",
                "bankName": "",
                "accountType": "",
                "dateOfBirth": "",
                "driversLicenseNumber": "",
                "driversLicenseState": null,
                "billingAddress": {
                    "state": null,
                    "streetNumber": "",
                    "streetName": ""
                },
                "money": {
                    "amount": "17150.00",
                    "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": "86"
                },
                "issueDate": "",
                "checkNumber": "",
                "moneyOrderNumber": "",
                "storeCreditNumber": "",
                "storeCreditPIN": "",
                "fallbackMSR": false,
                "identityType": {
                    "name": null
                },
                "identityNumber": "",
                "reEnterIdentityNumber": "",
                "processAsQRCode": false,
                "exchangeRate": 0
            }
        ]
    },
    "paymentCycle": null,
    "transactionType": {
        "name": "REFUND"
    },
    "ssoEnabledInd": false,
    "threeDSecurePaReq": "",
    "threeDSecureURL": "",
    "threeDSecureVISAPit": "",
    "realexRequestId": "",
    "threeDSecureEncodedMD": "",
    "password": "password",
    "paymentMethodName": "",
    "invoiceNumber": "",
    "salesOrderNumber": "",
    "customerId": "",
    "customerNumber": "",
    "customerName": "asdfasdf",
    "voidReason": "",
    "refundReason": "",
    "transactionCategory": {
        "name": "CARD_NOT_PRESENT"
    },
    "paymentAction": {
        "name": "PRE_AUTHORIZATION"
    },
    "memo": "",
    "addTokenAsPartOfPaymentSubmission": false,
    "merchantId": "11",
    "userRole": "MERCHANT_ADMIN",
    "uiType": "",
    "emailAddress": "",
    "reEnterEmailAddress": "",
    "mobileNumber": "",
    "reEnterMobileNumber": "",
    "textMessageType": {
        "name": "SMS"
    },
    "mobileCountryCallingCodeId": 66,
    "mobilePhoneCarrierType": {
        "name": "UNKNOWN",
        "emailDomain": "",
        "value": ""
    },
    "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-09-03T12:59:51-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": 1,
    "productCodes": [
        "PCAC001",
        null,
        null,
        null,
        null
    ],
    "productIds": [
        110,
        null,
        null,
        null,
        null
    ],
    "productQuantitys": [
        1,
        null,
        null,
        null,
        null
    ],
    "totalRefundedQuantitys": [
        null,
        null,
        null,
        null,
        null
    ],
    "remainingQuantitys": [
        1,
        null,
        null,
        null,
        null
    ],
    "costPerUnits": [
        17150,
        0,
        0,
        0,
        0
    ],
    "subTotals": [
        17150,
        0,
        0,
        0,
        0
    ],
    "restrictions": [
        "",
        "",
        "",
        "",
        ""
    ],
    "specialInstructions": [
        "",
        "",
        "",
        "",
        ""
    ],
    "showProduct": [
        false,
        false,
        false,
        false,
        false
    ],
    "agreeToAcceptRefund": false,
    "sameAsUserAddress": [
        false
    ]
}

Response

{
    "tiList": [
        {
            "id": 36060,
            "originalOrderId": "100000009597",
            "pymtGtwyRefNumber": "MCC425702",
            "authCode": "OK1882",
            "parentPymtGtwyRefNumber": "015246876821779",
            "paymentGateway": {
                "value": "Fiserv (Datawire & Global ISO-8583 & Nashville)",
                "name": "FISERV_DATAWIRE_ISO_8583"
            },
            "money": {
                "amount": 17150,
                "currency": {
                    "id": 48,
                    "currencyCode": "DOP",
                    "currencyText": "Dominican Peso",
                    "currencySymbol": "₱",
                    "fractionalUnit": "Centavo",
                    "currencyExponent": "2",
                    "supportedByVisaCheckout": false,
                    "createdDateTime": 1754456477000,
                    "isoNumericCode": "214",
                    "isoCountryCode": "214",
                    "alpha2CountryCode": "DO"
                }
            },
            "orderId": "100000009598",
            "splitPaymentsTxnSequence": "2",
            "encryptedPaymentMethod": "uV7zqMZHuuLiQuV+tqRFZrnn45qSL27aBt1LErRGZXQNlRNc17MXj0IZgZyOXkFJq+JhMSR7z2M76pLxS0F+Lk+gSF4dYyQxIOUdt5uWwateh6RYBB9Eqws1J3j+RaTZz5Xk0lPDIQpKaP9Cgh5/MOlrVVY9+078pJycHNDGHO8rkCxZScPuwPTAtK2Cv1gjLNqx1Z4lwoyW0+tM7KEuFEZQpfnZmzFGB7d/rMSUSWdoy3mNamYyhhk201GSpgXGIH5uwx8r3Mu30/ScE5r7hsnTzChCSvgn2WeYPB4p0Gx+pfY4pmbyJK4NKx1wpIM8xGnRS3UpM2BbXjdpLt5o4k5FUChnKMtdQnoFbgl+Z1byi/bWM5hLl7LBG7EpgzdKz/mjPNH3WPqken1b0lAqle1rQ7H6ZA2yeFUcoxAxGaxwrOwGyCo9vrRoQSyn3brg1/qh60BMZ+4oBwsWmXbp0bSsBSwbxna94qWFZ0YzUTZt98fA9UtAcZDprzIZWAtHhYohvbbB22+3U/f3cDHhpnDQIr+VDUJXQbO4+qeYZfp1+8vyIkuiII87gHwi/ZnEcVALqIJCLrNM1nFXg9Gs9+mDe9/Izd9Tqykbj2ElFVH/Qo3gA9YeuUs2nFfxtMQ2slIzX6/b0So0e6+t6+VihAoiEaqJB96rLPz2Euh8jzWf7gP5d/OqryvjgVo9NXepNqUA/rrd4fmqYrqaNRM92GHFgnuBwJvzXUBM6f5sTSNc3ArbzAi17mfa2z8ONPedOUXWjDDxDuseCBup3KHCLPr0jg/+fvz9h3M6jnYAaNZAPZ4NjcZ0ZbuSucHFKM4J5dPeYPkRslZ8uhWUsg3kRPF0jzOk6YaMKY2jInmC2+LLjtC9GQYb3DBRAM05f5GkHP19mkMM8qmiUYJs9u9SBvziFKB+ZNZZdt+K2/Wz7G8ahKEAct+bmwoUMHzyQyX94Rh0GhMxHqvL0ykbKLuqaKpB0kHb1qseqYAC0i9zTVVa/tZHn7mWbPmxBo+Tv7vodsTRj0u1wmJfG5x/KHzZNMzpPybjK+iWe47MfWf1MYo2DBkegMLzGoc5JuJXRB57kahsj2CnEnwCar6iE08QP7w2mS05/sqP1zowwFSlM8554cKsAKlal4pt3E5kNKN9UkLtU2Q7XuloAnY/kUyBVsG9KhhGNm3ndXF/JBgmeg7uehjkNu+QrgDDoUr42HiTS5EJ26Mbbs3aFxmJMAB8wzbA2xBYZRO4WXxT1y1cTllxjROuw5FKh/gFL6vVVLMjr3yfC+oGyzfWNnp8/ervgevIiF8Go7106gT5QfwRr06b4kck3ua9XULVtOWhSz3FgXwykB00VePXH+WZfR6Y8F2XtQ3dPOF5U3sx2eDBt70fjB2F2dHs6jvyyEHM46amMQN6KXEeqx+nVH2+MY7r32QGHtd3qQLw9ycNePoEvZFpFBHs7At7B7eeJ2t6IN/SUHHmrhDKMSb32ubvuGg3Qe95dBUBoukhcdJaNXMua5UKnE+3rlKnJoynPGNaClke3JXVxIvFGDcaYOU+9hHg7P0aJIVfg+Cp7xBl+ujqlrP9DX/LKVBIJfshP1JeBjcZVR0982ovFlK70KeBGOl9Uh7cwOvPZgaAbD000OtfZPna8tEl0MfSmQjqZvjcnFKg+lpa0gROW0kRPIwJO4qeSrkpwm8Pk9bosBQv9TCwizKx7hV+XXb9tsRJH1MDdnlPDzmL97ZnmViY+zeuxk1l9Ml5QJsGB3EZ09zeD8KrInp47DPQptRBTEkmVtWr7IJdbaOhDcOIUgPofnM248BVkBfEmL7MFmBstpnbbnMNQtIeO3odu8Ububv6dag7ERYgGoCYd7h7HzBIQ1UsrFZcW/0gik+MNnAGxvFaL3wcQX15Dti9y5HMlNBrgQlyP1mjhRpwEVudYNMv9jLVzS6Wxc2SLFMfH/ptZgDy1RXFZMlQwGr4QQ0jqaZPD47ntz4lPrWtN6rTr0JH6FwNSKS8ZZZ/4ToNaJ3un+0QKFUjpbioxJFlvXs6lKSabNXBxNTv3xPfh4UuQBjwpMalVRSUOZWuhIQDCxs1iwfz0RUk5qG9b45NaCHp8lQigUlC98tmbLpbhBvQ03z5o1RUzrySSADbpH1zxO6RJwBm9IkB3SML77me2Q95xefyD25rn1mq2vn8ddLh1puJc5erzWQFHJHdU28Qk3sK1+8X+uAmkeDu9aEFsFMMm34Dw9r2sc0ELarzBxS4q+ZXMI29V4gUsKiTKrRUGqyMJKx7cuqSeQAir+ZU4GbsAXCq5pCj9LNBtgYn2F+Qt29DlRaBQTlgY8ZAcfMfhZ4EaTCh0/VyydMrn2Fv65rR0hZQk9LqjRaYTfFChMC5qtXQqYC/2WESDkE8fjNm/sWnLu87FIyk706fvK+H1qu2esi8GSPbDGF4Psv602btGVx1zaKvz56t+v9nIL4yMSoJ61dhgc70B1ASYJR84iJsB6O0yJfaEpAaluTkoi1rjZsDwL45oDi9zBhYcmvNWxQ2VuTR7CbYELhAkZVXlOFORcimGmCbUPrvwhqC0Ni+CVxg81DmCzb+4RD6FEsGedT2fRFM0teuki/NrKap4+at6ztHFI2poez2aDI21bSGCVnzMdWhIOLd1b1sOw9Jhx2HouCPEIF2275ItCC/fJjQzGMfFTnfUztrNcX/Lkjz8xC0VLeVucLinrhQudyqBnZkjwJhTcJFQEqLZEbrSMGQibtPcIT5ad9ttuqi2NMCRQYXorq7zCclkYXK99hkwmfUrxQQb6nS6i9PEt+nxGnxsw0EECqxZpqWzQuOQkZS1s9EhiJo8iRrIb5rvlMFMe9IA4j//tMRHMMf6nCj3nuZQJrXfUKw8TUevtRQILJCTw+Bb65VCFqMSilovQryWLiJ7oJ0NXiYCHRpZvXN3CdI8MpZ8IT1Hd3sY/biB52OGgxEVHb9Kr+Y9zHistWVHqZDv+7OY0JKo7QEXKKK36o6kAsH1eD82X9XKH96liaYrxCz25p6Cm3vdhai1Xve5DXO/D2pcRDKQc5RL9yEc4DsRrUbtks3xC+LbKBw+X3hWc9q7pGXb7EjO1tA/UFRwdJZOl0XiU85Gk8SEcV5klr0oDe5cB769vMkfxdx7fvzOA6kA1FavJsvHu625An8dmyRwNweTw+wEtzG0EJuRGcmJ53pRtWJP8eIAhN2ktD/d8JDCvSzYKCMmHgxypv7UnQ9GTvSpseLDLymrEGi89sJ8BbzlvrP8yk7p2qZkBMRtdQu9xcTFwivgIiNSg6UcahtV3ZsNwapjifmvVnA3wnnfRWGp2FD3qFAxngFi5Kjb2ON17AGHkB9GxSjCHQ7xeiet/DdebImrbs=",
            "paymentMethodType": {
                "value": "Mastercard",
                "name": "MASTERCARD"
            },
            "encodedMetaData": null,
            "responseMsg": "APPROVAL",
            "responseCode": "00",
            "createdDateTime": 1756918844000,
            "lastUpdatedDateTime": null,
            "initiatedDateTime": 1756918843000,
            "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": 1756918792000,
                "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": 1756918792000,
                "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": "STAND_ALONE_CREDIT"
            },
            "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/eEzAeqkJFcy/99aAVUYIpWiXXsWsZ03h2FxQDxfSJgHeMofYew/JY+yblzXVGELRkv+37BYYOTZRN07rUtUq1wsgWgg8e3UOn/r2f1JcVdmG2agoKwHqRwIdJjb8hGV5ftbX0xJOcc2vqMC0fcTxHwuAA3xU8i4/L9fbPygaLbq6Po6JTlEKL5zjxjLd5FVcBNHFgBqeyxaq8jx77deB5q9xYB6K+RWmyZcb2tIr4MbywpvO0UuOT3v1T733M9jSlWKj5FK/UDGUrReNLmHIJ63T7R9h8oX+wNFnE6hdh0jCXazqNQNAOw9wyqWZkNadGBWkzqkjtSmXutG1VwRHR1I01P8Eps/h0ANZPtJcHRkTDbKVCu5dCMDa8XR9oH3nb4W0AKNAu1VD67vZ8Jfk9Q2g/rUFh9RF1ZxlqgkpS0yBDEBGVnYYSSS63t2otCYtWs3HXef6XHt+aH7GI72+yDC05e7mQmc0t92VdNSCJQMgdjEmNHOahN3CQuBYPUWasPWEayKKKsZdG/MLEM3xh+lEWr6pMbQw6gNoWA0M/Bjn91OKFhGldy7ipPrCEb2BqTdETMp0f8x16pIov1/vDi8zrCwCOd7bG/7DPjPCoR4sPxug68rwRVhaR+WlhO264avB40nOWtAmcGv5QRW9CWrxlphDqBoPv6hUsTf6TcKzyCg==",
            "voidReason": "",
            "refundReason": "",
            "captureAmount": null,
            "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,
                "tier2LateFees": 3,
                "tier3LateFees": 6,
                "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,
                "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,
                "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": 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": 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": 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": 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": 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": 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": 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": 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
                    },
                    {
                        "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": 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": 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": 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": 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": 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": 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": 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
                    }
                ],
                "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": 108340,
            "lastFourDigitsOfAcctNum": "1732",
            "merchantNumber": "000039349410050",
            "digitalSignature": null,
            "goodsAndServicesPurchaseType": {
                "indicator": "",
                "name": "SERVICE"
            },
            "checkInDate": null,
            "checkOutDate": null,
            "bookingNumber": "",
            "roomNumber": "",
            "groupName": "",
            "customerName": "asdfasdf",
            "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": 115604,
                    "fieldNumber": "63.SD.M3",
                    "fieldName": "63.SD.M3",
                    "fieldValue": "XXX",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115596,
                    "fieldNumber": "63.SD.TC",
                    "fieldName": "TERMINAL_TYPE_CAPABILITY",
                    "fieldValue": "601100000000000",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115597,
                    "fieldNumber": "63.14.3",
                    "fieldName": "BANKNET_DATE",
                    "fieldValue": "0903",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115624,
                    "fieldNumber": "63.14.11",
                    "fieldName": "FILLER",
                    "fieldValue": " 000000000000",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115612,
                    "fieldNumber": "63.14.6",
                    "fieldName": "CVC_ERROR_CODE",
                    "fieldValue": " ",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115609,
                    "fieldNumber": "63.MC.04",
                    "fieldName": "TERMINAL_OPERATING_ENVIRONMENT",
                    "fieldValue": "2\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115613,
                    "fieldNumber": "63.14.10",
                    "fieldName": "MARKET_SPECIFIC_DATA_IND",
                    "fieldValue": " ",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115603,
                    "fieldNumber": "63.SD.XZ",
                    "fieldName": "63.SD.XZ",
                    "fieldValue": "R",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115620,
                    "fieldNumber": "63.MC.02",
                    "fieldName": "TERMINAL_DATA_CARDHOLDER_AUTHENTICATION_CAPABILITY",
                    "fieldValue": "0\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115607,
                    "fieldNumber": "63.MC.05",
                    "fieldName": "CARDHOLDER_PRESENT_DATA",
                    "fieldValue": "5\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115615,
                    "fieldNumber": "63.MC.07",
                    "fieldName": "CARD_DATA_INPUT_MODE",
                    "fieldValue": "S\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115619,
                    "fieldNumber": "63.14.7",
                    "fieldName": "POS_ENTRY_MODE_CHANGE",
                    "fieldValue": " ",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115601,
                    "fieldNumber": "63.14.4",
                    "fieldName": "BANKNET_REFERENCE",
                    "fieldValue": "MCC425702",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115627,
                    "fieldNumber": "63.SD.M5",
                    "fieldName": "63.SD.M5",
                    "fieldValue": "XXX",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115626,
                    "fieldNumber": "63.SD.M4",
                    "fieldName": "63.SD.M4",
                    "fieldValue": "XXX",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115599,
                    "fieldNumber": "63.MC.09",
                    "fieldName": "CARDHOLDER_AUTHENTICATION_ENTITY",
                    "fieldValue": "9\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115614,
                    "fieldNumber": "63.14.8",
                    "fieldName": "TRANSACTION_EDIT_ERROR_CODE",
                    "fieldValue": " ",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115618,
                    "fieldNumber": "63.MC.06",
                    "fieldName": "CARD_PRESENT_DATA",
                    "fieldValue": "0\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115611,
                    "fieldNumber": "63.MC.12",
                    "fieldName": "PIN_CAPTURE_CAPABILITY",
                    "fieldValue": "0",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115616,
                    "fieldNumber": "63.SD.IC",
                    "fieldName": "TRANSACTION_INTEGRITY_CLASS",
                    "fieldValue": "A2",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115625,
                    "fieldNumber": "63.SD.M2",
                    "fieldName": "63.SD.M2",
                    "fieldValue": "00000",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115623,
                    "fieldNumber": "63.14.5",
                    "fieldName": "FILLER",
                    "fieldValue": "  ",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115617,
                    "fieldNumber": "63.MC.08",
                    "fieldName": "CARDHOLDER_AUTHENTICATION_METHOD",
                    "fieldValue": "9\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115606,
                    "fieldNumber": "63.MC.11",
                    "fieldName": "TERMINAL_DATA_OUTPUT_CAPABILITY",
                    "fieldValue": "0\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115598,
                    "fieldNumber": "63.MC.01",
                    "fieldName": "TERMINAL_DATA_CARD_DATA_INPUT_CAPABILITY",
                    "fieldValue": "6\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115600,
                    "fieldNumber": "63.22.2",
                    "fieldName": "RESPONSE_DATA",
                    "fieldValue": "APPROVAL        ",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115608,
                    "fieldNumber": "63.SD.AR",
                    "fieldName": "ASSOCIATION_RESPONSE_CODE",
                    "fieldValue": "M000",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115610,
                    "fieldNumber": "63.14.9",
                    "fieldName": "FILLER",
                    "fieldValue": " ",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115605,
                    "fieldNumber": "63.MC.10",
                    "fieldName": "CARD_DATA_OUTPUT_CAPABILITY",
                    "fieldValue": "0\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115622,
                    "fieldNumber": "63.14.2",
                    "fieldName": "AUTHORIZATION_CHARACTER_IND",
                    "fieldValue": "A",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115621,
                    "fieldNumber": "63.14.12",
                    "fieldName": "TOTAL_AUTHORIZED_AMOUNT",
                    "fieldValue": "000001715000",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                },
                {
                    "id": 115602,
                    "fieldNumber": "63.MC.03",
                    "fieldName": "TERMINAL_DATA_CARD_CAPTURE_CAPABILITY",
                    "fieldValue": "0\u001C",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null
                }
            ],
            "transactionProductInfos": [
                {
                    "id": 282,
                    "orderId": "100000009598",
                    "kdsOrderId": null,
                    "productQuantity": 1,
                    "totalRefundedQuantity": 0,
                    "orderNumber": null,
                    "subTotal": 17150,
                    "specialInstructions": "",
                    "productId": 110,
                    "productCode": "PCAC001",
                    "createdDateTime": 1756918844000,
                    "lastUpdatedDateTime": null,
                    "createdUserId": 586,
                    "lastModifiedUserId": null,
                    "initiatedDateTime": 1756918843000,
                    "productName": null,
                    "costPerUnit": null
                }
            ],
            "posTerminal": null,
            "qualifiedHealthcareAmount": null,
            "amountType": {
                "code": "",
                "name": "UNKNOWN"
            },
            "avsResultCode": null,
            "cvvResultCode": null,
            "fiservLocalTransmissionDateTime": "090325010043",
            "numberOfInstallments": 0,
            "merchantCategoryCode": "3742",
            "membershipNumber": "",
            "loyaltyTierLevel": {
                "nickname": "None",
                "name": "NONE"
            },
            "field55EMVData": null,
            "captureMode": {
                "name": "HOST_CAPTURE"
            },
            "eightDigitBIN": "1ead6684ab89faa9f7b45f61cb096a4d6daca6ceac5d2dc12af8f6381ba2f95d",
            "binIssuingCountryCode": null,
            "cardNetworkTransactionId": "MCC425702",
            "recurrenceEndDate": null,
            "electronicCommerceIndicator": null,
            "salesOrderNumber": "",
            "purchaseOrderNumber": null,
            "addTokenAsPartOfPaymentSubmission": false,
            "vehicleLicensePlateNumber": null,
            "vehicleOwnershipType": null,
            "licenseIssuingCountry": null,
            "licenseIssuingState": null,
            "expiryMonth": "04",
            "expiryYear": "27",
            "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.SD.XZ": "R",
                "63.MC.09": "9\u001C",
                "63.14.8": " ",
                "63.14.9": " ",
                "63.14.6": " ",
                "63.14.7": " ",
                "63.14.4": "MCC425702",
                "63.14.5": "  ",
                "63.14.2": "A",
                "63.14.3": "0903",
                "63.MC.01": "6\u001C",
                "63.MC.02": "0\u001C",
                "63.MC.03": "0\u001C",
                "63.MC.04": "2\u001C",
                "63.MC.05": "5\u001C",
                "63.MC.06": "0\u001C",
                "63.MC.07": "S\u001C",
                "63.MC.08": "9\u001C",
                "63.SD.M5": "XXX",
                "63.SD.M2": "00000",
                "63.SD.M4": "XXX",
                "63.SD.M3": "XXX",
                "63.22.2": "APPROVAL        ",
                "63.SD.IC": "A2",
                "63.MC.12": "0",
                "63.SD.AR": "M000",
                "63.SD.TC": "601100000000000",
                "63.14.12": "000001715000",
                "63.14.11": " 000000000000",
                "63.14.10": " ",
                "63.MC.10": "0\u001C",
                "63.MC.11": "0\u001C"
            },
            "qrcodeBase64Image": null,
            "qrcodeCopyURL": null,
            "qrcodeBase64ImageString": null,
            "ssoenabledInd": false,
            "IFDSerialNumber": null
        }
    ]
}

Updated As Of Version 6.7.1.1