Overview
Tender uses HMAC-based authentication to secure API requests. You’ll need two credentials:- Access ID - Your public API identifier
- Access Secret - Your private key for signing requests
Generating API Credentials
Log in to Dashboard
Navigate to sandbox-merchant.tender.cash (sandbox) or merchant.tender.cash (live) and log in to your account.
Create New Credentials
- Click Generate New Credentials
- Give your credentials a descriptive name (e.g., “Production API”, “Dev Server”)
Test vs Production Credentials
- Test Environment
- Production Environment
Test Credentials are for:
- Development and integration
- Testing payment flows
- Webhook testing
- Uses testnet cryptocurrencies
Managing Credentials
Viewing Active Credentials
In the dashboard, you can:- View all active API credentials
- See last used date
- Check usage statistics
- View credential names and environments
Revoking Credentials
If credentials are compromised:Next Steps
Authentication Guide
Learn how to sign API requests with your credentials
Quick Start
Make your first API call
Troubleshooting
401 Unauthorized Error
401 Unauthorized Error
Credentials not working
Credentials not working
Check:
- Are you using the correct environment (test vs production)?
- Have the credentials been revoked?
- Is the timestamp in the correct format?
- Is the signature generated correctly?