Download OpenAPI specification:Download
Issuer Initiated Host to Host Events API allows to get access to the H2H events structure. You can find out more about apis at the IFSF website.
Provides the transaction state change event object structure
{- "eventID": "187",
- "event": "trxStateChange",
- "timestamp": "2021-11-29T17:11:37.167Z",
- "trxUmti": "968b12ea-caa5-1921-ecec-4cb5503d6266",
- "trxState": "InProgress"
}
Provides the master changes event object structure
{- "eventID": "340",
- "event": "masterChanges",
- "timestamp": "2021-11-29T17:11:37.167Z",
- "changes": {
- "country": "GB",
- "merchantID": "e0d60cdd-024d-4b41-80b1-1dc0e5142c26",
- "changeType": "New",
- "changedObject": "sites"
}
}