Skip to main content

Creating a Relationship

Step-by-step guide to requesting a new relationship with another participant on the RTGS.global network.

← All recipes
Sign the request
curl -X POST "https://signing.api.example.com/v1/sign" \
-H "Content-Type: application/json" \
-d '{"SignFor":"RTGS:G:BL12345678","Method":"GET","PathAndQuery":"/v3/relationships"}'
Check your existing relationships
curl -X GET "https://api.example.com/v3/relationships" \
-H "rtgs-global-sig: {signature}"
Response
{
"RelationshipId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"Sts": "Pending"
}