cURL
curl --request GET \ --url https://api.getsafepay.com/raastwire/v1/aggregators/{raast-aggregator-id}/alias/{alias-id} \ --header 'X-SFPY-AGGREGATOR-SECRET-KEY: <api-key>'
{ "api_version": "v1", "data": { "id": "2", "token": "als_962c42c4-06a1-482f-a227-970453f29eb9", "merchant_id": "mer_63b32978-8af7-41b8-88fc-d027be766f77", "aggregator_merchant_id": "am_01fa1fd6-d8aa-47c7-a4c3-a1ac0a76ae36", "alias_type": "TILL_CODE", "alias_value": "542185757", "status": "Active", "start_date": "2025-08-20", "expiration_date": "2035-08-20", "opening_date": "2025-08-20", "closing_date": "2035-08-20", "created_at": "2025-08-20T09:47:27Z", "updated_at": "2025-08-25T11:46:52Z", "alias_record_id": "448589" } }
Explore alias in detail
The unique identifier for the aggregator
"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"
The unique identifier for the alias
"als_962c42c4-06a1-482f-a227-970453f29eb9"
This response contains details of an alias
Standard response structure for successful operations
The current version of the API spec
"v1"
Raast alias record
Show child attributes
Was this page helpful?