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

Get Transaction

Use this to retrieve a single transaction for dispute

Resource URL: <base url>/groups/<transaction group>/channels/<transaction group channel>

HTTP Verb: GET
Authentication: User Access Token

REQUEST

Sample Request

<Base URL>types/BillPayment/references/64857797

RESPONSE

FieldDescription
accountNumberif applicable, transaction account number
acquirerThe domain name of the acquirer
acquirerCodeThe domain code of the acquirer
acquirerCountryThe ISO Alpha-2 country code of the acquirer
additionalInfoIf applicable, any additional relevant data not captured by any field above
cardAcceptorCodeIf applicable, the unique identifier of the card acceptor
cardAcceptorLocationIf applicable, the location of the card acceptor
cardSchemeIf applicable, the scheme of the card used in the transaction
customerReferenceThe reference of the customer
disputeCategoriesThe dispute categories
disputeCategoryErrorsThe reasons, per dispute category, a dispute cannot be logged against the transaction
issuerThe domain name of the issuer
issuerCodeThe domain code of the issuer
issuerCountryThe ISO Alpha-2 country code of the issuer
merchantIf applicable, the domain name of the merchant
merchantCategoryCodeIf applicable, the category of the merchant
merchantCodeIf applicable, the domain code of the merchant
merchantCountryIf applicable, the ISO Alpha-2 country code of the merchant
merchantReferenceIf applicable, the unique reference of the transaction in the merchant’s system
merchantTypeIf applicable, the type of the merchant. Either Regular, TSA, or Government
panIf applicable, the PAN of the card used in the transaction
regionThe region of the dispute
responseCodeThe response code of the transaction
responseDescriptionThe user-friendly description of the response code
schemeAmountIf applicable, the amount of the transaction from the card scheme’s system
schemeCurrencyCodeIf applicable, the currency of the transaction from the card scheme’s system. Format: ISO 4217 numeric
settledThe settlement status of the transaction
settlementAmountIf applicable, the settlement amount of the transaction
settlementCurrencyCodeIf applicable, the currency of the transaction settlement. Format: ISO 4217 numeric
sinkNodeNameIf applicable, the name of the sink node (Postilion)
sourceNodeNameIf applicable, the name of the source node (Postilion)
stanIf applicable, the system trace audit number (Postilion)
surchargeAmountIf applicable, the surcharge (or fee) of the transaction
terminalIdThe unique identifier of the terminal
terminalTypeThe type of the terminal
transactionAmountThe amount of the transaction
transactionCurrencyCodeThe currency of the transaction. Format: ISO 4217 numeric
transactionDateThe UTC date and time of the transaction
transactionReferenceThe unique reference of the transaction in the store
transactionStoreThe store of the transaction
transactionTypeThe type of the transaction

Sample Response

{
"issuerCode": "ZIB",
"issuer": "Zenith International Bank",
"acquirerCode": "WEMA",
"acquirer": "WEMA Bank",
"merchantCode": "",
"merchant": "",
"merchantType": "Regular",
"merchantReference": "",
"customerReference": "09096813886",
"transactionStore": "PAYDIRECT",
"transactionReference": "64857797",
"transactionDate": "2018-05-30T20:15:33Z",
"transactionType": "BillPayment",
"transactionAmount": "NGN 1,426.00",
"surchargeAmount": "NGN 0.00",
"transactionCurrencyCode": "566",
"terminalType": "ATM",
"terminalId": "10571967",
"pan": "539941******8691",
"cardScheme": "MasterCard",
"responseCode": "00",
"responseDescription": "Approved or completed successfully",
"settled": true,
"region": "Domestic Nigeria Bill Payment",
"additionalInfo": {
"Payment Reference": "ZIB|ATM|10571967|MNS|300518211533|KMWRKNT4"
},
"disputeCategories": [
"Inquiry",
"Chargeback",
"Government Biller",
"TSA Biller",
"Refund",
"Good Faith"
],
"disputeCategoryErrors": {
"TSA Biller": [
"Transaction cannot be disputed because it involves a Regular biller"
],
"Inquiry": [
"Transaction cannot be disputed because it involves a MasterCard card"
],
"Refund": [
"Transaction cannot be disputed because you are not the Acquirer"
],
"Government Biller": [
"Transaction cannot be disputed because it involves a Regular biller"
]
}
}
Was this article helpful to you? Yes No 1

How can we help?