v1

latestOpenAPI 3.1.02026-07-26290731.0 KB

Get Transaction V2

Get Details of a transaction to confirm the status

get/collections/api/v2/gettransaction.json

Query parameters

transactionReferencestring

original tran ref

Headers

Authorizationstring

Set value to "Bearer <token>"

Content-Typestring

Set value to "application/json"

Response

200

Amountinteger
CardNumberstring
MerchantReferencestring
PaymentReferencestring
RetrievalReferenceNumberstring
Stanstring
Channelstring
TerminalIdstring
SplitAccountsobject[]
TransactionDatestring
ResponseCodestring
ResponseDescriptionstring
BankCodestring
PaymentIdinteger
RemittanceAmountinteger

Example response

{
  "Amount": 10000,
  "CardNumber": "506099*********7499",
  "MerchantReference": "1559290853mwdde9421",
  "PaymentReference": "FBN|WEB|MX6072|03-05-2023|474461620|276749",
  "RetrievalReferenceNumber": "000106923853",
  "Stan": "000008",
  "Channel": "WEB",
  "TerminalId": "3PXM0001",
  "TransactionDate": "2023-05-03T07:36:54",
  "ResponseCode": "00",
  "ResponseDescription": "Approved by Financial Institution",
  "BankCode": "011",
  "Token": {
    "expiry": "5003",
    "panLast4Digits": "7499",
    "cardType": "Verve",
    "token": "512342222817082"
  },
  "DeviceInfo": {
    "userAgent": "PostmanRuntime/7.44.0",
    "os": "UnKnown, More-Info: PostmanRuntime/7.44.0",
    "browserName": "UnKnown, More-Info: PostmanRuntime/7.44.0",
    "ipAddress": "172.23.21.144",
    "architecture": "Unknown",
    "deviceType": "Desktop",
    "countryCode": "US",
    "countryName": "USA",
    "region": "en"
  },
  "PaymentId": 474461620,
  "RemittanceAmount": 9800
}