Issuer Initiated Host to Host API - Events (v1.0)

Download OpenAPI specification:Download

Support: support@ifsf.org License: IFSF License

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.

Events structure

Shows events structure

transaction state change event object structure

Provides the transaction state change event object structure

Authorizations:
apikeyoauth2

Responses

Response samples

Content type
application/json
{
  • "eventID": "187",
  • "event": "trxStateChange",
  • "timestamp": "2021-11-29T17:11:37.167Z",
  • "trxUmti": "968b12ea-caa5-1921-ecec-4cb5503d6266",
  • "trxState": "InProgress"
}

Master changes event object structure

Provides the master changes event object structure

Authorizations:
apikeyoauth2

Responses

Response samples

Content type
application/json
{
  • "eventID": "340",
  • "event": "masterChanges",
  • "timestamp": "2021-11-29T17:11:37.167Z",
  • "changes": {
    }
}