{{aggregator_id}} and {{secret_key}} before building payment flows.
Choose your environment
| Environment | Base URL | Notes |
|---|---|---|
| Sandbox | https://dev.api.getsafepay.com/raastwire | Use for integration testing. |
| Production | https://api.getsafepay.com/raastwire | Live traffic and real money movement. |
Make the request
Set your credentials
Store
{{secret_key}} in a server-side secret manager. Use {{base_url}} for the environment you are calling.Call the aggregator endpoint
Send a
GET request to /v1/aggregators/{{aggregator_id}} with the X-SFPY-AGGREGATOR-SECRET-KEY header.Expected response
A successful response (status201) includes your aggregator metadata.
Never expose
{{secret_key}} in client-side apps. Always call the API from a secure backend.