Authentication
Aurix Pay uses API key authentication to access the API. You can create access keys for both sandbox and production environments directly in the developer console.
To authenticate your requests, simply include the generated key in the x-api-key header.
curl --location 'https://api.sandbox.aurixpay.ws/banking/v1/institutions' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: {{API_KEY}}' \
Last updated