Get Your Keys
To start integrating xPay into your platform, you first need to retrieve your API keys. These keys are essential for authenticating your requests and securely interacting with xPay’s services.
Steps to Get Your Keys:
Login to Your xPay Dashboard
Navigate to xPay Dashboard and log in using your account credentials.
Access the Settings Section
Once logged in, navigate to the Settings section, where you can find your API keys. If your account has not yet been approved, you will see the Test Keys in the test tab. For approved live accounts, your Live Keys will be available in the live tab.
Test Keys vs. Live Keys
- Test Keys: Use these during the integration phase to simulate payments and test your setup without processing real transactions.
- Live Keys: After your account is approved, these keys will allow you to accept real payments in production.
Never expose your API keys in your code or publicly.
For security purposes, always store your keys in your environment variables. Exposing your keys can compromise your xPay account and the security of your transactions.
Was this page helpful?