<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EthocaAlertNotification xmlns="http://schemas.ethoca.com/alerts/v1/xml">
<Username>useepay</Username>
<Password>m9WjWF6r3ZSkzFxN</Password>
<Chunked>false</Chunked>
<Alert>
<EthocaID>1ID4HE2ZBPD2HL6AXXY24JGH7</EthocaID>
<Type>customerdispute_alert</Type>
<AlertTimestamp>2026-01-05T09:28:02.000</AlertTimestamp>
<Age>4</Age>
<Issuer>Lizandro Test Issuer</Issuer>
<CardNumber>411111******1111</CardNumber>
<CardBIN>411111</CardBIN>
<ARN>123412345556</ARN>
<CardLast4>1111</CardLast4>
<AuthCode>288683</AuthCode>
<TransactionId>11XZZ58c4e6407b5f2284K7E2LXRH5RFXF</TransactionId>
<TransactionTimestamp>2026-01-05T09:28:02.000</TransactionTimestamp>
<MerchantDescriptor>CHNENtttttXI</MerchantDescriptor>
<MemberID>9066</MemberID>
<MCC>5651</MCC>
<Amount>22.11</Amount>
<Currency>USD</Currency>
<TransactionType>eCommerce</Transac tionType>
<InitiatedBy>issuer</InitiatedBy>
<Is3DSecure>no</Is3DSecure>
<Source>Issuer</Source>
<MerchantMemberName>Useepay submerchant 1</MerchantMemberName>
<ChargebackReasonCode>4863</ChargebackReasonCode>
<ChargebackAmount>100.100</ChargebackAmount>
<ChargebackCurrency>USD</ChargebackCurrency>
</Alert>
</EthocaAlertNotification>curl --location --request POST 'https://pay-gateway1.uat.useepay.com/api/v1/chargeback_alert/eth' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EthocaAlertNotification xmlns="http://schemas.ethoca.com/alerts/v1/xml">
<Username>useepay</Username>
<Password>m9WjWF6r3ZSkzFxN</Password>
<Chunked>false</Chunked>
<Alert>
<EthocaID>1ID4HE2ZBPD2HL6AXXY24JGH7</EthocaID>
<Type>customerdispute_alert</Type>
<AlertTimestamp>2026-01-05T09:28:02.000</AlertTimestamp>
<Age>4</Age>
<Issuer>Lizandro Test Issuer</Issuer>
<CardNumber>411111******1111</CardNumber>
<CardBIN>411111</CardBIN>
<ARN>123412345556</ARN>
<CardLast4>1111</CardLast4>
<AuthCode>288683</AuthCode>
<TransactionId>11XZZ58c4e6407b5f2284K7E2LXRH5RFXF</TransactionId>
<TransactionTimestamp>2026-01-05T09:28:02.000</TransactionTimestamp>
<MerchantDescriptor>CHNENtttttXI</MerchantDescriptor>
<MemberID>9066</MemberID>
<MCC>5651</MCC>
<Amount>22.11</Amount>
<Currency>USD</Currency>
<TransactionType>eCommerce</Transac tionType>
<InitiatedBy>issuer</InitiatedBy>
<Is3DSecure>no</Is3DSecure>
<Source>Issuer</Source>
<MerchantMemberName>Useepay submerchant 1</MerchantMemberName>
<ChargebackReasonCode>4863</ChargebackReasonCode>
<ChargebackAmount>100.100</ChargebackAmount>
<ChargebackCurrency>USD</ChargebackCurrency>
</Alert>
</EthocaAlertNotification>'{}