{
  "timestamp": "<string>",
  "messageType": "verification",
  "processorTransactionId": "<string>",
  "lifeCycleId": "<string>",
  "merchant": "<string>",
  "amountCents": 123,
  "last4": "<string>",
  "friendlyName": "<string>",
  "isApprovedBySlash": true,
  "cardId": "<string>"
}
timestamp
string
required
messageType
enum<string>
required

The type of the card event - "verification" represents a verification that merchant or wallet makes to ensure that the card exists and is active - "authorisations" represents a charge attempt on the card - "financials" represents a clearing event on the card - "reversal" represents a dropped charge on the card

Available options:
verification,
financials,
reversal,
authorisations
processorTransactionId
string
required

The transaction id (on the processor's end) for this card event

lifeCycleId
string
required

The life cycle id (on the processor's end) for this card event

merchant
string
required

Raw merchant description

amountCents
number

Raw merchant description

last4
string
required

The last 4 digit of the card

friendlyName
string
required

The friendly name of the card

isApprovedBySlash
boolean

If Slash approved this transaction, note that Slash would only approve or deny authorisations

cardId
string
required

The Id of the card