{{aggregator_id}} and {{secret_key}} before building payment flows.
Choose your environment
Make the request
1
Set your credentials
Store
{{secret_key}} in a server-side secret manager. Use {{base_url}} for the environment you are calling.2
Call the aggregator endpoint
Send a
GET request to /v1/aggregators/{{aggregator_id}} with the X-SFPY-AGGREGATOR-SECRET-KEY header.3
Verify the response
A successful call returns aggregator metadata and confirms your credentials are valid.
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.