View Issue Details

IDProjectCategoryView StatusLast Update
0010032Talerexchange AML backoffice (SPA)public2025-06-12 17:28
ReporterFlorian Dold Assigned Tosebasjm  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.0 
Target Version1.0 stretch goals 
Summary0010032: AML SPA does not show account AML status in AML SPA despite successful KYC auth and access token
DescriptionWhen a merchant completes KYC auth, hits a deposit zero-limit and receives an auth token, the exchange clearly knows something about the merchant. However, this info doesn't show up anywhere in the AML SPA.

We don't have a decision yet at this point, but we should be able to return some state for the account, even if it's not a proper decision, as we clearly have active legi measures for it.

Maybe `GET /aml/$OFFICER_PUB/legitimizations` is the right endpoint for the SPA to query?
Tagscompliance

Relationships

related to 0010031 resolvedsebasjm AML SPA should also show KYC auth transfers under transfers page 
child of 0008155 confirmed acceptance testing of SPA with MG 

Activities

Florian Dold

2025-05-26 23:52

manager   ~0025014

Alternatively, we could consider a new end point that combines decisions and legitimizations into an AML account status. The old endpoints would still be useful for historic information, but to list AML accounts, we'd use the new one.

Florian Dold

2025-05-27 09:49

manager   ~0025018

Or alternatively, maybe easier: We just create an initial decision with default rules!

Christian Grothoff

2025-06-12 09:07

manager   ~0025213

*If* we do this, it would be important to represent the default rules via a "NULL" in the database. But I'm not sure that makes sense yet.

Christian Grothoff

2025-06-12 09:19

manager   ~0025214

I think the better answer (also related to 0010031) is to add a per-account filter to the /aml/$OFFICER_PUB/transfers-* endpoints, allowing the SPA to easily query all wire transfers related to any account.

Christian Grothoff

2025-06-12 09:41

manager   ~0025217

taler-docs :: ff649e17..902a35ca adds a per-account filter to the /aml/$OPUB/transfer-* endpoints so that the AML SPA can easily obtain a list of all incoming/outgoing/kycauth transfers per account and add those to the account details page of the SPA. IMO that should address this issue nicely, as it would show us that the KYC auth transfer has happened (plus of course we have the default rules now returned, so we know that if there was no other decision, the default rules apply and can show those).

Note that IMO 0010031 is about showing the lists of all wire transfers (kycauth/credit/debit) globally (unfiltered by account), while this issue should then be read as showing the wire transfers per-account on the per-account page.

Christian Grothoff

2025-06-12 09:41

manager   ~0025218

exchange :: 250a2376b..1c53b0276 implements the new per-account filter for the transactions.

sebasjm

2025-06-12 17:28

developer   ~0025227

5c66655f9..effe8b919 links account details with transfers and back

Issue History

Date Modified Username Field Change
2025-05-26 23:49 Florian Dold New Issue
2025-05-26 23:52 Florian Dold Note Added: 0025014
2025-05-27 09:06 Christian Grothoff Tag Attached: compliance
2025-05-27 09:06 Christian Grothoff Status new => confirmed
2025-05-27 09:49 Florian Dold Note Added: 0025018
2025-06-03 23:14 Christian Grothoff Assigned To => Christian Grothoff
2025-06-03 23:14 Christian Grothoff Status confirmed => assigned
2025-06-05 00:20 Christian Grothoff Summary AML SPA does not show account AML status in AML SPA despite successful KYC auth and access token => AML SPA does not show account AML status in AML SPA despite successful KYC auth and access token [8h], 25.6.25
2025-06-11 22:38 Christian Grothoff Product Version => 1.0
2025-06-12 09:07 Christian Grothoff Note Added: 0025213
2025-06-12 09:14 Christian Grothoff Relationship added related to 0010031
2025-06-12 09:19 Christian Grothoff Note Added: 0025214
2025-06-12 09:41 Christian Grothoff Note Added: 0025217
2025-06-12 09:41 Christian Grothoff Note Added: 0025218
2025-06-12 09:45 Christian Grothoff Assigned To Christian Grothoff => sebasjm
2025-06-12 09:45 Christian Grothoff Category exchange => exchange AML backoffice (SPA)
2025-06-12 09:45 Christian Grothoff Summary AML SPA does not show account AML status in AML SPA despite successful KYC auth and access token [8h], 25.6.25 => AML SPA does not show account AML status in AML SPA despite successful KYC auth and access token
2025-06-12 09:47 Christian Grothoff Relationship added child of 0008155
2025-06-12 09:47 Christian Grothoff Target Version 1.1 => 1.0 stretch goals
2025-06-12 17:28 sebasjm Status assigned => resolved
2025-06-12 17:28 sebasjm Resolution open => fixed
2025-06-12 17:28 sebasjm Note Added: 0025227