Skip to main content
POST
/
v2
/
issuer
/
claims
/
{claim_id}
/
file
File a claim
curl --request POST \
  --url https://api.decisionly.com/v2/issuer/claims/{claim_id}/file \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_mode": "chargeback"
}
'
{
"results": [
{
"case_id": "case_xyz789",
"success": true
}
]
}

Authorizations

Authorization
string
header
required

Use your API key as the username. No password is required.

Path Parameters

claim_id
string
required

Body

application/json
file_mode
enum<string>
required

Filing mode. Use 'auto' to evaluate workflow rules and determine which cases to file, or 'chargeback' to file all cases regardless of workflow rules.

Available options:
chargeback,
auto

Response

Accepted. The filing process has been initiated. Returns results for each case showing whether it passed validation. Cases that fail validation will not be filed.

results
object[]

Filing results for each case in the claim.