v1
latestOpenAPI 3.0.32026-07-2621102.1 MBIntake
/claim/intake/retrieveSimilarTransactions
Use this endpoint to get a list of similar transactions within search criteria that can be selected to add to the claim.
SearchAccountNumber is required if the customer identified that the transaction was on a different account than the claim. Get other valid account numbers by calling /claim/intake/retrieveOtherAccounts.
Requires a question response indicating in APIDocumentationList that this method is required.
Prerequisite API call:
- /claim/intake/retrieveQuestionnaire
post/claim/intake/retrieveSimilarTransactions
Request body
Example request
{
"providerId": 9999,
"transactionId": "984513-395483653-4483483478",
"ClaimId": "2108160022C",
"SearchMerchantName": "Amazon"
}Response
postRetrieveSimilarTransactions
Example response
{
"TransactionList": [
{
"AmountInfo": {
"ISOCodeAlpha": "USD",
"ISOCurrencyName": "US Dollar"
}
}
]
}