If unauthorized activity occurs on a card, you can create a Card Dispute and we'll return the funds if appropriate.
If the Card Dispute's status is accepted
, this will contain details of the successful dispute.
The amount of the dispute, if provided, or the transaction amount otherwise.
The ISO 8601 date and time at which the Card Dispute was created.
The identifier of the Transaction that was disputed.
Why you disputed the Transaction in question.
The Card Dispute identifier.
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
If the Card Dispute's status is lost
, this will contain details of the lost dispute.
If the Card Dispute's status is rejected
, this will contain details of the unsuccessful dispute.
The results of the Dispute investigation.
A constant representing the object's type. For this resource it will always be card_dispute
.
If the Card Dispute's status is won
, this will contain details of the won dispute.
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Filter Card Disputes for those with the specified status or statuses. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three
.
Filter records to the one with the specified idempotency_key
you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The monetary amount of the part of the transaction that is being disputed. This is optional and will default to the full amount of the transaction if not provided. If provided, the amount must be less than or equal to the amount of the transaction.
The Transaction you wish to dispute. This Transaction must have a source_type
of card_settlement
.
Why you are disputing this Transaction.
The identifier of the Card Dispute.
After a Card Dispute is created in production, the dispute will be reviewed. Since no review happens in sandbox, this endpoint simulates moving a Card Dispute into a rejected or accepted state. A Card Dispute can only be actioned one time and must have a status of pending_reviewing
.
The dispute you would like to action.
Why the dispute was rejected. Not required for accepting disputes.
The status to move the dispute to.