Skip to main content

Integrating with the RTGS.global API

Integration Model

The integration follows an HTTP in, Events out pattern:

  • Messages are sent to the Gateway via HTTP endpoints.
  • Results are received asynchronously via webhook callbacks.

HTTP — Sending Messages

Your RTGS.global technical contact will supply the Gateway API URL specific to your organisation.

Webhooks — Receiving Messages

Provide a webhook URL during the integration setup phase. RTGS.global will use this to deliver event notifications to your systems. To change the webhook URL after setup, contact your RTGS.global technical integration representative.

Event Schema

All events use CloudEvents v1.0 schema. See API and Event Messaging for the full message compatibility table.