Create dispute

Create a new dispute.

Body Params

Fields needed to create a dispute.

uuid
required
length ≥ 1

customer_id of the customer initiating a dispute.

uuid
required
length ≥ 1

transaction_id that is being disputed.

string
required
length ≥ 1

Customer email address.

string
required
length ≥ 1

Customer phone number.

string
enum
required

The reason for this dispute.

Must be one of the following: MERCHANT_DISPUTE, FRAUD

Allowed:
string
required
length ≥ 1

Details of the dispute.

file_attachments
array of objects
file_attachments
Response

{
  "dispute_id": "06c33e31-0811-46ad-9588-9c5d09537372",
  "dispute_status": "submitted"
}
Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json