Bearer API key
Use `Authorization: Bearer <apiKey>` for `POST /payments/initialize` and related custom REST requests.
Foxpay custom REST integrations authenticate with Bearer API keys. Payment initialization requests should send `Authorization: Bearer <apiKey>` and use merchant-specific credentials issued for the intended environment.
Use `Authorization: Bearer <apiKey>` for `POST /payments/initialize` and related custom REST requests.
Use API keys issued for the merchant and environment you are integrating, and keep test and live credentials separate.
Webhook callbacks use signed requests and should be handled as a separate verification flow from client-initiated API calls.