Fund Failed

The fund transaction status is set to failed when either the payment fails or the user cancels the transaction . This event is considered to be a terminal state of the transaction.

FieldTypeDescription
eventIdStringUnique Event Identifier
eventCdStringEvent Type
payloadObjectPayload Object with the Details about the fund transaction
payload.transactionIdStringUnique id of transaction
payload.statusReasonStringTransaction status reason
payload.paymentStatusStringFAILED
payload.custIdStringUnique Customer Identifier
timestampStringTime of the Queue Entry
{
  "eventId": "69ca71a4-e07b-4b5b-8b2c-e8e086634d45",
  "eventCd": "fund.failed",
  "timestamp" : "2022-12-10T09:27:32.316Z",
  "payload": {,
        "transactionId": "5ccab76b-9b47-4fa1-86e8-4d9db2fb6ebf",
        "statusReason": “”,
        "paymentStatus": “FAILED”,
        "custId" : "fcdd0bdb-10a8-440a-8c43-d79a5fcaf52e"
  }
}