Fetch a Dispute
attention
This API is available for Finix Flex and Finix Core customers.
Fetch a previously created Dispute
.
curl https://finix.sandbox-payments-api.com/disputes/DIs7yQRkHDdMYhurzYz72SFk \
-H "Content-Type: application/vnd.json+api" \
-u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
Example Response:
{
"id" : "DIs7yQRkHDdMYhurzYz72SFk",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"tags" : {
"order_number" : "21DFASJSAKAS"
},
"amount" : 888888,
"state" : "PENDING",
"transfer" : "TRoTrJ3kqNTFh1P2FJ7A36Ky",
"reason" : "FRAUD",
"message" : null,
"action" : null,
"identity" : "IDpYDM7J9n57q849o9E9yNrG",
"created_at" : "2022-01-27T07:43:03.74Z",
"updated_at" : "2022-01-27T07:43:03.48Z",
"occurred_at" : "2022-01-27T07:42:48.56Z",
"respond_by" : "2022-02-03T07:43:03.73Z",
"dispute_details" : {
"arn" : "123"
},
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/disputes/DIs7yQRkHDdMYhurzYz72SFk"
},
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"transfer" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRoTrJ3kqNTFh1P2FJ7A36Ky"
},
"evidence" : {
"href" : "https://finix.sandbox-payments-api.com/disputes/DIs7yQRkHDdMYhurzYz72SFk/evidence"
},
"adjustment_transfers" : {
"href" : "https://finix.sandbox-payments-api.com/disputes/DIs7yQRkHDdMYhurzYz72SFk/adjustment_transfers"
}
}
}
HTTP Request
GET https://finix.sandbox-payments-api.com/disputes/:DISPUTE_ID
URL Parameters
Parameter |
Description |
---|---|
:DISPUTE_ID | ID of the Dispute |
Response
Field | Type | Description |
---|---|---|
state |
integer | The current state of the Dispute . It is one of the following values: INQUIRY, PENDING, WON, or LOST |
reason |
integer | The system defined reason for the Dispute . It is one of the following values: INQUIRY, QUALITY, CLERICAL, FRAUD, or TECHNICAL |