1. Home
  2. Arbiter
  3. Arbiter 2.0
  4. Get Dispute

Get Dispute

Use this endpoint to retrieve a dispute by the log code 

Resource URL: <base url>arbiter/api/v1/disputes/<log code>

HTTP Verb: GET
Authentication: User Access Token

Sample Request

 <base url>arbiter/api/v1/disputes/ /UBA00II1

Sample Response

{
"id": 21,
"logCode": "FBN00II21",
"issuerCode": "FBN",
"issuer": "FIRST BANK OF NIGERIA",
"acquirerCode": "GTB",
"acquirer": "GUARANTY TRUST BANK",
"merchantCode": "",
"merchant": "",
"customerReference": "D2",
"transactionStore": "PAYDIRECT",
"transactionReference": "791417",
"transactionDate": "2017-06-30 20:29:02",
"transactionType": "BillPayment",
"transactionAmount": "NGN 2,000.00",
"transactionCurrencyCode": "566",
"terminalType": "Bank Branc",
"dispenseType": "NO_DISPENSE",
"requestedAmount": "NGN 2,000.00",
"dispensedAmount": "NGN 0.00",
"additionalInfo": {
"surchargeAmount": 10000,
"PaymentReference": "FBN|BRH|ARA|30-06-2017|289560",
"responseDescription": "Approved or completed successfully",
"terminalId": "2069018M",
"pan": "506099*********7158",
"IsSettled": true,
"merchantType": "REGULAR",
"responseCode": "00"
},
"reasonCode": "AW",
"reason": "Altered Amount or Partial Dispense",
"category": "CHARGEBACK",
"region": "DOMESTIC_BILL_PAYMENT",
"merchantDisputant": false,
"status": "CHARGEBACK",
"statusStartDate": "2017-08-02 12:29:18",
"statusActions": [
{
"action": "COMMENT",
"required": [
"comment"
]
}
],
"evidence": [],
"journal": [
{
"id": 0,
"disputeId": 21,
"detail": "Dispute logged: CHARGEBACK",
"addedBy": "Selenium.FBN@FBN",
"addedOn": "2017-08-02 12:29:18"
}
],
"createdBy": "Selenium.FBN@FBN",
"createdOn": "2017-08-02 12:29:18"
}

Was this article helpful to you? Yes No 3

How can we help?