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.

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.

Webhook delivery is handled via Svix. Each notification is signed by RTGS.global — verify the signature against the decoded payload before processing. See Verifying webhooks for details.