v1
latestOpenAPI 3.0.32026-07-2621102.1 MBIntake
/claim/intake/retrieveTransactions
Use this endpoint to retrieve transactions that can be selected to add to the claim. Using the customer ID, account number, and submitted claim reasons to retrieve valid transactions.
A default date range is built into the dispute system, so most inputs are optional.
This API can be called multiple times if ad-hoc searching is being performed.
Prerequisite API call:
- /claim/intake/addClaimReasons
post/claim/intake/retrieveTransactions
Request body
Example request
{
"SearchMerchantName": "Amazon"
}Response
postRetrieveTransactions
Example response
{
"TransactionList": [
{
"AmountInfo": {
"ISOCodeAlpha": "USD",
"ISOCurrencyName": "US Dollar"
}
}
]
}