ISO8583 Issuing Gateway¶
General description¶
ISO8583 HTTP Gateway (Gateway) has been developed according to ISO8583 Native host-to-host Interface specification for processing issuing direction messages received from card suite solution and transform them to HTTP REST calls to pre-configured web-hook using JSON payload. In other words, it enables issuing customers to communicate with the Processing using REST service.
Gateway starts a new thread that listens on the configured server port and forwards all the non-technical messages to the customer in JSON format.
Deployment¶
Configure SSH host connectivity:
| Parameter | Description |
|---|---|
backend.url |
Webhook endpoint URL that should be called upon receiving incoming message |
Payload specification¶
Field names used are the same as within ISO8583 Native host-to-host Interface specification.
For details on allowed field values/usage conditions etc., please refer to ISO8583 Native host-to-host Interface specification.