You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Useing the "Get Transaction List" api, get a error xml:
<?xml version="1.0" encoding="utf-8"?> <ErrorResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <messages> <resultCode>Error</resultCode> <message> <code>E00003</code> <text>The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:transId' element is invalid - The value &#39;&#39; is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:numericString' - The Pattern constraint failed.</text> </message> </messages> </ErrorResponse>
The text was updated successfully, but these errors were encountered:
Please share the code you are trying to run (masking login id and transaction key).
GetTransactionList expects batchId as input, and returns transactions in that batch. For getting the batchId, you can get it by providing the start and end date as inputs to GetSettledBatchList API for settled transactions. For unsettled transactions, you can use the GetUnsettledTransactionList API.
@liminggui98 closing this issue considering the steps provided by @ashtru and @gnongsie had this. Please feel free to re-open if further support needed on this issue.
Useing the "Get Transaction List" api, get a error xml:
<?xml version="1.0" encoding="utf-8"?> <ErrorResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <messages> <resultCode>Error</resultCode> <message> <code>E00003</code> <text>The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:transId' element is invalid - The value &#39;&#39; is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:numericString' - The Pattern constraint failed.</text> </message> </messages> </ErrorResponse>
The text was updated successfully, but these errors were encountered: