View Issue Details

IDProjectCategoryView StatusLast Update
0011337Talermerchant backendpublic2026-04-02 23:50
Reportersebasjm Assigned ToChristian Grothoff  
PrioritylowSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version1.6 
Summary0011337: kyc long polling doesn't stop when i delete the bank account
DescriptionThis request, i expect it to close when I delete the bank accoutn

curl 'https://merchant.taler/private/kyc?lp_not_etag=NEA1EZ000CYPEXBH7B3QGENPC168PXSE2E07TAE6WZEG97NTC1F0&timeout_ms=15000' \
  -H 'If-none-match: "NEA1EZ000CYPEXBH7B3QGENPC168PXSE2E07TAE6WZEG97NTC1F0"' \
  -H 'Authorization: Bearer secret-token:4KYFSX0AH9DZFYFASCZG7JMS8Y7DQ76D7XBAY319Q6QGWVSCF2HG' \
  -H 'sec-ch-ua-platform: "Linux"' \
  -H 'Referer: https://dev.taler/' \
  -H 'sec-ch-ua: "Chromium";v="145", "Not:A-Brand";v="99"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' \
  -H 'Accept: application/json'

TagsNo tags attached.

Activities

Christian Grothoff

2026-04-02 23:50

manager   ~0028365

Should be noted that it will stop when systemd restarts taler-merchant-kyccheck after some time ;-).
But, I guess we should stop earlier. But tricky: because when you re-add the account, we actually only re-enable it (no INSERT), so need to make sure we also notice on UPDATE that an account is re-enabled.

Issue History

Date Modified Username Field Change
2026-04-02 23:13 sebasjm New Issue
2026-04-02 23:49 Christian Grothoff Assigned To => Christian Grothoff
2026-04-02 23:49 Christian Grothoff Status new => assigned
2026-04-02 23:49 Christian Grothoff Target Version => 1.6
2026-04-02 23:50 Christian Grothoff Note Added: 0028365