Fund Completed

The fund transaction has been completed. This event is considered to be a terminal state of the transaction.

FieldTypeDescription
eventIdStringUnique Event Identifier
eventCdStringEvent Type
timestampStringTime of the Queue Entry
payloadObjectPayload Object with the Details about the fund transaction
payload.amountNumberTransfer amount
payload.transactionIdStringUnique id of transaction
payload.statusReasonStringTransaction status reason
payload.reasonCodeStringMentioned in the table below
payload.paymentStatusStringCOMPLETED: Final state - swift copy update
payload.swiftUrlStringAfter payment successful will get swiftURL
payload.swiftDocRefIdStringPassword to access swift document
payload.custIdStringUnique Customer Identifier
{  
  "eventId": "69ca71a4-e07b-4b5b-8b2c-e8e086634d45",  
  "eventCd": "fund.completed",  
  "timestamp" : "2022-12-10T09:27:32.316Z",  
  "payload": {  
        "amount": 195114.34,  
        "transactionId": "5ccab76b-9b47-4fa1-86e8-4d9db2fb6ebf",  
        "statusReason": “”,  
        “reasonCode”: “”,  
        "paymentStatus": “COMPLETED”,  
        "swiftUrl": “<https://sandbox.fairexpay.com/non/down/6d320f82-f117-4239-87c5-af04593c18ca”>,  
        "custId" : "fcdd0bdb-10a8-440a-8c43-d79a5fcaf52e"  
  }  
}