← Tx log

Transakcia 2e48be15

Endpointsale
Staverror
PartnerE2E Production Demo Partner
Idempotency key813A477B-1C60-4482-977F-3CA7C96438A9
Payment method
Amount
Approved
GP tx id
eKasa OKP
Requested16. 5. 2026 18:26:23
Completed16. 5. 2026 18:26:24
Duration1000 ms
Error codeINTERNAL_ERROR
null value in column "status" of relation "tx_log" violates not-null constraint

Request payload

{
  "items": [
    {
      "name": "Pre-flight test",
      "type": "SALE",
      "vatRate": "VAT_23",
      "quantity": 1,
      "unitPrice": 800
    }
  ],
  "amount": {
    "value": 800,
    "currency": "EUR"
  },
  "clientDocId": "ae30d8e3-45f2-4e8e-a238-674eef8f603a",
  "paymentMethod": "CASH",
  "electronicReceipt": false
}

Response payload

{
  "error": {
    "code": "INTERNAL_ERROR",
    "message": "null value in column \"status\" of relation \"tx_log\" violates not-null constraint"
  }
}