Available Events

Event NameTriggerContentSample Payload
transaction.messageWhenever a new Transaction Message is registered in the Fidel API systemA complete understanding of the created Transaction Message objectSee here

Sample Payloads

transaction.message

{
  "id": "b64deaa6-5974-4e8a-afe9-83caa393fef5",
  "acceptor": {
    "acquirerId": "019246",
    "city": "Astoria",
    "country": "USA",
    "id": "242661000053360",
    "mcc": "5812",
    "name": "AMZN Mktp US Amzn.com/bill",
    "state": "NY"
  },
  "approvalCode": "79612P",
  "cardId": "3c4b862f-607f-4873-be08-e5336d2c2745",
  "cardholderBillingAmount": 123.45,
  "cardholderBillingCurrency": "USD",
  "createdDateTime": "2023-08-03T06:08:14Z",
  "localDateTime": "2023-08-03T07:04:48",
  "messageType": "AUTH_ADVC",
  "network": "MASTERCARD",
  "programId": "a89decc6-3974-3a7e-afe9-83cfa393fe4",
  "result": "APPROVED",
  "amount": 123.45,
  "currency": "USD",
  "transactionReference": "MARYLB_MPL_0523",
  "transactionType": "DEBIT_01",
  "transmissionDateTime": "2023-08-03T06:04:49Z"
}