Skip to main content
Version: 1.0.0

RTGS.global Participant API

Overview

The RTGS.global Participant 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 delivered asynchronously as notifications to your participant infrastructure.

Synchronous responses

The messages will be in the Body of the HTTP response with the appropriate HTTP status code.

Asynchronous responses

Asynchronous notifications are delivered via Aries Basic Message to the Aries agent hosted within your participant infrastructure. The agent forwards each notification to a webhook endpoint of your choice, or it can be surfaced in the participant portal UI.

Notifications use the CloudEvents v1.0 schema as an envelope. The body payload is an ISO 20022 message in JSON format, provided in the data_base64 property of the CloudEvent and must be base64-decoded before use or verification.

License