v1
latestOpenAPI 3.0.32026-07-2621102.1 MBIntake
/claim/intake/create
Use this endpoint to create a new claim in the dispute system.
A claim is a unit of work that will contain one or more specific transaction disputes. The API is called by passing in key information required to create a shell claim.
post/claim/intake/create
Request body
Example request
{
"CustomerId": "P123|123456789012",
"AccountNumber": "P123|123456789012"
}Response
Successful claim initiation request
Example response
{
"ClaimId": "2108160022C"
}