View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011625 | Taler | merchant backoffice SPA | public | 2026-07-09 16:50 | 2026-07-11 01:15 |
| Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
| Priority | high | Severity | block | Reproducibility | have not tried |
| Status | feedback | Resolution | open | ||
| Target Version | 1.6 | ||||
| Summary | 0011625: KYC auth QR code and payto URI does not include amount and reference/subject | ||||
| Description | The SPA just shows the exchange's plain payto without the additional information. | ||||
| Tags | No tags attached. | ||||
|
|
previous code was taken the payto from here https://docs.taler.net/core/api-merchant.html#get--management-instances-$INSTANCE-kyc // Array of full payto://-URIs with // wire transfer instructions (including // optional amount and subject) for a KYC auth wire // transfer. Set only if this is (still) required // to get the given exchange working. now the new endpoint https://docs.taler.net/core/api-merchant.html#post-[-instances-$INSTANCE]-private-accounts-$H_WIRE-kycauth // Full payto:// URL of the (exchange) bank account to which the // money should be sent, excludes the wire subject and the amount. target_payto: string; ... what stop us for being consistent, here the whole WireTransferInstructionDetail could be just and payto:// with params. now some params are in the payto (receiver name, postal) and some are not and the client software needs to add it. (!!) |
|
|
1c7b743ab..20c181844 adds * the credit_amount to the payto * subject when type is simple to the payto as message param * qr_reference_number when the type is CH_QR_BILL as message param completely brittle |
|
|
i think this should come from the merchant backend in the payto instead of relying on the client |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-07-09 16:50 | Florian Dold | New Issue | |
| 2026-07-09 16:50 | Florian Dold | Status | new => assigned |
| 2026-07-09 16:50 | Florian Dold | Assigned To | => sebasjm |
| 2026-07-09 16:50 | Florian Dold | Relationship added | related to 0011624 |
| 2026-07-11 01:00 | sebasjm | Note Added: 0029140 | |
| 2026-07-11 01:15 | sebasjm | Note Added: 0029141 | |
| 2026-07-11 01:15 | sebasjm | Assigned To | sebasjm => Christian Grothoff |
| 2026-07-11 01:15 | sebasjm | Status | assigned => feedback |
| 2026-07-11 01:15 | sebasjm | Note Added: 0029142 |