Retrieve the raw transaction message

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

transactionMessageId

uuid

required

accept

string

enum

Defaults to application/hal+json

Generated from available response content types

application/hal+jsonapplication/problem+json

Allowed:

application/hal+json``application/problem+json

``200 Raw transaction message retrieved successfully

object

_links

object

required

self

object

required

self object

message

object

required

message object

raw

object

required

The raw payload from the network that originated the underlying transaction message (will vary by network and message).

Has additional fields

``204

The request has been successfully processed and there is no content to return

``400 The server cannot or will not process the request due to something that is perceived to be a client error

``401 Authentication credentials were either missing or incorrect

``403 Authentication credentials used do not have have permissions to perform the request

``404 The requested resource was not found on the server

``500 The server encountered an unexpected condition that prevented it from fulfilling the request

{
  "_links": {
    "self": {
      "href": "/transaction-messages/80b08eeb-c4cc-4e5c-8d0b-15bc2e04b4dc/raw"
    },
    "message": {
      "href": "/transaction-messages/80b08eeb-c4cc-4e5c-8d0b-15bc2e04b4dc"
    }
  },
  "raw": {
    "messageTypeIndicator": "0100",
    "primaryAccountNumber": "444444******0000",
    "processingCode": "000000",
    "transactionAmount": "000000000145",
    "transmissionDateTime": "0425000000",
    "systemsTraceAuditNumber": "537254",
    "localTransactionTime": "133945",
    "localTransactionDate": "0424",
    "merchantType": "5734",
    "acquiringInstitutionIdentificationCode": "KWGBYTEI4FL0QQQ",
    "retrievalReferenceNumber": "IWVQ22_2024-04-24",
    "authorizationIdentificationResponse": "537254",
    "responseCode": "00",
    "cardAcceptorTerminalIdentification": "TERMINAL01",
    "cardAcceptorIdentificationCode": "KWGBYTEI4FL0QQQ",
    "cardAcceptorNameLocation": "Uber                    LONDON      LNDGBR",
    "transactionCurrencyCode": "840",
    "cardholderBillingAmount": "000000000118",
    "cardholderBillingCurrency": "826",
    "networkManagementInformationCode": "MASTERCARD"
  }
}