Your API credentials grant access to the PentrraWallet API. Keep them secure.
Pentrra Wallet API — Test Credentials
For testing purposes only. These credentials are sandboxed and do not process real transactions.
Test API Keys
| Key Type | Value |
|---|---|
| API Key | ak_test87965eb806ab0257ba964860a4f25ae3952797ad |
| Secret Key | sk_test91b5953a58667b4ecf49c11689acf24b69a77cf7 |
| VIP Key | vk_test_3c44f29b8267eabd3d3914ee960c8f86 |
Never commit live keys to version control. Store them in environment variables or a secrets manager.
Getting Started with Live Access
To receive live API credentials and start processing real transactions, follow these steps:
- Create an account at pentrrawallet.com
- Complete KYC verification (Know Your Customer) — identity verification for individuals
- Complete KYB verification (Know Your Business) — business verification for organizations
- Generate your API credentials from your dashboard once verifications are approved
Security Best Practices
- Store credentials in environment variables, never hardcoded in source code
- Use
.envfiles locally and add them to.gitignore - Rotate your secret key immediately if it is ever exposed
- Use the VIP Key only for privileged operations as documented
Support
If you need help, reach out to us:
- WhatsApp: +44 7451 259717
- Email: [email protected]
These test keys are provided for sandbox testing only. Live keys are issued after successful KYC/KYB verification on the PentrraWallet platform.
