Newgen Sandbox API
Test environment for Newgen API - all operations are simulated and do not affect real data
auth
POST /sandbox/auth/registerRegister sandbox user
POST /sandbox/auth/loginLogin (auto-creates user if not exists)
cards
GET /sandbox/cardsList cards
POST /sandbox/cardsCreate virtual card
payments
POST /sandbox/paymentsProcess payment
transactions
GET /sandbox/transactionsList transactions
dashboard
GET /sandbox/dashboard/statsGet statistics
webhooks
GET /sandbox/webhooksList webhooks
POST /sandbox/webhooksCreate webhook
keys
GET /sandbox/keysList API keys
POST /sandbox/keysCreate API key
Notes
- Sandbox accepts any Bearer token (just needs to be 20+ chars or start with "sandbox_")
- Sandbox auto-approves KYC for all users
- Sandbox accepts any password
- Webhooks logs to console instead of sending HTTP requests