Skip to main content

Base URL

The OmniPay API is designed using REST principles, and to ensure the highest level of security, all communication is transmitted over HTTPS. All requests contain the following base URL:
https://omnipay.page/api

Authentication

To authenticate your requests, you’ll need to provide an API key, which can be obtained from your OmniPay dashboard. Include these keys in your request headers under the following keys:
Authorization: Bearer <your-api-key>