View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007052 | Taler | merchant backend | public | 2021-10-20 20:11 | 2024-01-12 14:04 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 0.9 | Fixed in Version | 0.9 | ||
Summary | 0007052: obtain KYC status on deposit | ||||
Description | Right now, the merchant does not obtain the KYC status when a deposit happens, leaving it uninitialized. Only when the backoffice staff manually requests the status of a deposit the backend would fetch the KYC status, and notice that we might not get paid because of it. We might instead want to cache (in RAM) if we know the exchange_kyc_serial for a particular bank account at an exchange yet, and if we do NOT know it, directly trigger the GET /deposits/.../ request at the exchange as part of the POST /pay handler. That way, we do not _always_ have to bother fetching the KYC status (inside the exchange) or fetching/updating it at the merchant, but we would also notice immediately if a KYC is missing, and not only once a staff member goes hunting for missing wire transfers. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-20 20:11 | Christian Grothoff | New Issue | |
2021-10-20 20:11 | Christian Grothoff | Status | new => assigned |
2021-10-20 20:11 | Christian Grothoff | Assigned To | => Christian Grothoff |
2021-11-20 21:27 | Christian Grothoff | Status | assigned => resolved |
2021-11-20 21:27 | Christian Grothoff | Resolution | open => fixed |
2021-11-20 21:27 | Christian Grothoff | Fixed in Version | => 0.9 |
2021-11-20 21:27 | Christian Grothoff | Target Version | => 0.9 |
2022-11-04 20:53 | Christian Grothoff | Status | resolved => closed |
2024-01-12 14:04 | Christian Grothoff | Category | merchant backend API (C) => mechant backend |
2025-03-22 14:09 | Christian Grothoff | Category | mechant backend => merchant backend |