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 Azure EventGrid subscriptions.
HTTP — Sending Messages
To find your Gateway API URL:
- Open the Azure Portal and navigate to your managed application resource group.
- Filter resources by names starting with
rtgs-ga. - Copy the Application URL from the essentials section.
This URL is your HTTP endpoint for sending messages to the Gateway.
EventGrid — Receiving Messages
To receive asynchronous responses:
- In the Azure Portal, locate the Event Grid Topic resource (name begins with
rtgs-messaging-). - Create at least one Event Grid Subscription.
- Follow Microsoft's standard subscription setup procedures.
Event Schema
All events use CloudEvents v1.0 schema. See API and Event Messaging for the full message compatibility table.