{
  "info": {
    "name": "PAL UAT Collection",
    "_postman_id": "pal-uat-001",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Valid Payment Request",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "X-Client-ID",
            "value": "TENKIPAY"
          },
          {
            "key": "X-Signature",
            "value": "sample-signature"
          },
          {
            "key": "X-Timestamp",
            "value": "1234567890"
          },
          {
            "key": "X-Nonce",
            "value": "abc123"
          },
          {
            "key": "X-Idempotency-Key",
            "value": "req-001"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"payer_alias\": \"2320001\",\n  \"payee_alias\": \"2329991\",\n  \"amount\": \"100.00\",\n  \"currency\": \"SLE\",\n  \"description\": \"Test Payment\",\n  \"reference\": \"TXN-001\"\n}"
        },
        "url": {
          "raw": "http://localhost:8080/api/v1/payments",
          "protocol": "http",
          "host": [
            "localhost"
          ],
          "port": "8080",
          "path": [
            "api",
            "v1",
            "payments"
          ]
        }
      }
    }
  ]
}