v1
latestOpenAPI 3.0.32026-07-2621102.1 MBClaim
/claim/details/retrieve
Use this endpoint to get claim details
📘 Note
This endpoint may return different data depending on the value of profile-type. See <a href="ref:api-reference-profile-type-differences" target="_blank">Profile Type Differences</a> for details.
post/claim/details/retrieve
Request body
Example request
{
"providerId": 9999,
"transactionId": "984513-395483653-4483483478",
"ClaimId": "2503040008C"
}Response
Successful claim details retrieve request
Example response
{
"Questionnaire": {
"QuestionList": [
{
"Identifier": "ClaimReason",
"DisplayText": "Which of the following best describes the reason for your dispute?",
"DataType": "String",
"Type": "RadioButtons",
"Format": "RadioButtons",
"IsOptional": true,
"AnswerList": [
{
"Identifier": "MerchantDuplicate",
"DisplayText": "I was charged more than once."
}
],
"SelectedAnswer": "Yes",
"APIDocumentationList": [
{
"ImplementationNotes": "Get list of similar transactions within search criteria",
"Endpoint": "/claim/intake/retrieveSimilarTransactions",
"Method": "post"
}
]
}
]
},
"DisputeReasonQuestionnaire": {
"QuestionList": [
{
"Identifier": "ClaimReason",
"DisplayText": "Which of the following best describes the reason for your dispute?",
"DataType": "String",
"Type": "RadioButtons",
"Format": "RadioButtons",
"IsOptional": true,
"AnswerList": [
{
"Identifier": "MerchantDuplicate",
"DisplayText": "I was charged more than once."
}
],
"SelectedAnswer": "Yes",
"APIDocumentationList": [
{
"ImplementationNotes": "Get list of similar transactions within search criteria",
"Endpoint": "/claim/intake/retrieveSimilarTransactions",
"Method": "post"
}
]
}
]
},
"QuestionnaireExt": {
"QuestionList": [
{
"Identifier": "ClaimReason",
"DisplayText": "Which of the following best describes the reason for your dispute?",
"DataType": "String",
"Type": "RadioButtons",
"Format": "RadioButtons",
"IsOptional": true,
"AnswerList": [
{
"Identifier": "MerchantDuplicate",
"DisplayText": "I was charged more than once."
}
],
"SelectedAnswer": "Yes",
"APIDocumentationList": [
{
"ImplementationNotes": "Get list of similar transactions within search criteria",
"Endpoint": "/claim/intake/retrieveSimilarTransactions",
"Method": "post"
}
]
}
]
}
}