{
  "id": "k2p-env-sandbox-2026",
  "name": "Key2Pay (Sandbox)",
  "values": [
    {
      "key": "baseUrl",
      "value": "https://sandbox-api.key2pays.com/v1",
      "type": "default",
      "enabled": true,
      "description": "Sandbox base URL. Test keys (sk_test_…) only work here."
    },
    {
      "key": "apiKey",
      "value": "",
      "type": "secret",
      "enabled": true,
      "description": "Your Key2Pay sandbox API key — starts with sk_test_… Find it in the merchant dashboard under API access."
    },
    {
      "key": "secretKey",
      "value": "",
      "type": "secret",
      "enabled": true,
      "description": "Optional — a separate signing secret used to verify webhook deliveries. Not needed for regular API calls."
    },
    {
      "key": "idempotencyKey",
      "value": "",
      "type": "default",
      "enabled": true,
      "description": "Leave blank — the collection's pre-request script generates a fresh one per call. Set explicitly only when you intend to replay the same request."
    }
  ],
  "_postman_variable_scope": "environment",
  "_postman_exported_using": "Key2Pay docs",
  "_postman_exported_at": "2026-05-07T00:00:00.000Z"
}
