Pay-i API Keys
Pay-i's API keys are generated per-application. There are no group, organization, or account-level API keys.
Access Application Settings
After creating an application in the Pay-i dashboard, go to the application settings. This can be accessed from the Organization view or from the Application dashboard.
From Organization View
From the organization view, click the ellipsis ('...') next to an application and click on Edit.
From Application Dashboard
From the application dashboard, click on Settings, located in the bottom left corner of the screen.
About API Keys
There are always two API keys for each application, and they can be regenerated independently. Functionally, there is no difference between the two keys.
Having two keys enables secure secrets rotation without service interruption - you can update one key at a time in your systems while the other remains valid. This approach is particularly useful for production applications to maintain security best practices.
See the Authentication section for more details on how these keys get used in code.
Updated 1 day ago