{
  "info": {
    "name": "AcmePay v1 (archived)",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_postman_id": "acmepay-v1-archived"
  },
  "variable": [
    { "key": "base", "value": "https://api.acmepay.duckdns.org/api/v1" },
    { "key": "staging_base", "value": "https://staging.acmepay.duckdns.org/v1" },
    { "key": "apigw_base", "value": "https://apigw.acmepay.duckdns.org/v1" },
    { "key": "api_key", "value": "apk_test_ACMEPAY_DEMO_KEY_123456" }
  ],
  "item": [
    { "name": "Create charge", "request": { "method": "POST", "url": "{{base}}/charges", "header": [ { "key": "X-AcmePay-Key", "value": "{{api_key}}" } ] } },
    { "name": "Refund charge", "request": { "method": "POST", "url": "{{base}}/refunds", "header": [ { "key": "X-AcmePay-Key", "value": "{{api_key}}" } ] } },
    { "name": "Get balance", "request": { "method": "GET", "url": "{{base}}/balance", "header": [ { "key": "X-AcmePay-Key", "value": "{{api_key}}" } ] } },
    { "name": "Settlement report", "request": { "method": "GET", "url": "{{base}}/reports/settlements" } },
    { "name": "Internal reconciliation (VPN)", "request": { "method": "GET", "url": "https://api.acmepay.duckdns.org/internal/reports?date=2025-12-01" } },
    { "name": "Collect session (retired)", "request": { "method": "POST", "url": "{{base}}/../collect/session" } },
    { "name": "Staging smoke test", "request": { "method": "GET", "url": "{{staging_base}}/balance", "header": [ { "key": "Authorization", "value": "Basic YWNtZXBheTpzdGFnaW5nLW9ubHk=" } ] } }
  ]
}
