Viewing and Managing API Keys
The API page allows you to view and manage your API credentials, which are required when integrating with the PIK Open API.
How to Access API Keys
To view your API keys:
-
Log in to the PIK system
-
Navigate to Settings
-
Click API
On this page, you can view your existing API credentials.
API Keys Overview
Your API keys are used to authenticate requests made to the PIK Open API.
These keys identify your application and control access to API resources.
Please keep your API keys secure and do not share them publicly.
Regenerating API Keys
If you believe your API key has been exposed or you want to rotate credentials:
-
Navigate to Settings → API
-
Click Regenerate API Key
-
Confirm the action
A new API key will be generated immediately.
Any existing integrations using the old key will need to be updated.
Configuring Webhook URL
On the same page, you can configure your Webhook URL.
The webhook URL is used by PIK to send real-time event notifications to your system, such as payment status updates.
After configuring your webhook URL:
-
Ensure your endpoint is publicly accessible over HTTPS
-
Verify that your system can receive and process webhook requests
For more details, refer to the Webhooks documentation.
Security Notes
-
Treat API keys as sensitive credentials
-
Rotate your API keys regularly
-
If suspicious activity is detected, regenerate your keys immediately