RTGS.global Participant Gateway API
Overview
The RTGS.global Participant Gateway API allows JSON messages to be sent and received.
HTTP requests are sent to the API endpoints and responses will either be synchronously returned as a HTTP response or asynchronously via Azure Event Grid.
Synchronous responses
The messages will be in the Body of the HTTP response with the appropriate HTTP status code.
Asynchronous responses
The messages will be delivered using the CloudEvent v1.0 schema. The payload is provided in the data_base64 property of the CloudEvent. This value must be base64-decoded before the payload can be used or verified.
Azure Event Grid supports multiple subscription types however all asynchronous responses are marked as a webhook in this documentation. The same message types will be used, regardless of the subscription choice.
License