curl --location --request GET '/api/v1/sandbox/info' \
--header 'x-api-key: <api-key>'
{
"environment": "sandbox",
"business": {
"id": "biz_001",
"name": "KuvarPay Demo"
},
"features": {
"deterministicMode": true,
"webhookTesting": true,
"errorSimulation": true
},
"limits": {
"maxTransactions": 1000,
"maxInvoices": 500,
"maxPaymentLinks": 100
}
}