Sandbox Environment
A full mirror of production with test credentials and seed data. Ship with confidence before going live.
Test Credentials
Use these credentials in sandbox mode. All sandbox keys are prefixed with sk_test_.
Sandbox credentials
bash
# Sandbox API Key
sk_test_sandbox_demo_key_001
# Sandbox Base URL
https://sandbox.api.tpay365.com/v1
# Test Employee ID
emp_test_8821-9920No real data
Sandbox mode never touches production data. All vault operations use a separate encrypted store that is wiped weekly.
Seed Data
The sandbox is pre-populated with test employees, employers, and subscription providers.
| Entity | Count | ID Pattern |
|---|---|---|
| Employees | 50 | emp_test_* |
| Employers | 5 | org_test_* |
| Providers | 20 | prv_test_* |
| BACS Files | 10 | bacs_test_* |
Differences from Production
- No real bank transfers are executed. Payment execution returns simulated results.
- Webhooks are delivered to your endpoint but can also be inspected in the dashboard.
- Rate limits are relaxed (1,000 req/s vs 100 req/s in production).
- Vault data is wiped weekly. Do not store anything you need long-term.