Callout Integration Point

This integration point implements the execution of authorization callout rules. While an authorization is processed, callout rules may be triggered. The purpose of the callout integration point is to call out, that is, send messages, to external systems and to receive and handle the associated responses.

See Callout Rules for more details on callout rules.

The callout request can only be send as part of authorization processing. The callout only supports synchronous interactions.

Callout Rules and Callout History can be accessed through the generic APIs.

GET

/generic/calloutrules configures the callout rules.

GET

/generic/authorizationcallouthistory retrieves the callout history.

Request Message

The request message that is sent to the external component can be of any JSON/XML-form as created in the dynamic logic (the "Request Logic").

System Properties

This integration point uses the following system properties:

  1. ohi.<0>.endpoint.request.

  2. ohi.service.<0>.client.authentication.

See Application Properties for more information ont these properties and how to use them.