Skip to main content
POST
File a case

Authorizations

Authorization
string
header
required

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

Path Parameters

case_id
string
required

Body

application/json
file_mode
enum<string>
required

Filing mode. Use 'auto' to evaluate workflow rules and determine if the case should be filed, or 'chargeback' to file the case regardless of workflow rules.

Available options:
chargeback,
auto
Example:

"auto"

queue_if_too_early
boolean
default:false

If true and the case is blocked only by a network waiting period (filing_too_early), the case is queued instead of rejected and is filed automatically once the waiting period has passed. Has no effect when the case fails validation for any other reason. See Filing a Dispute.

Example:

false

Response

Accepted. The filing process has been initiated. Also returned when queue_if_too_early is true and the case was queued for filing instead.

success
boolean