View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011121 | Taler | merchant backend | public | 2026-02-19 21:19 | 2026-02-19 21:19 |
| Reporter | sebasjm | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0011121: informing the same wire transfer creates duplicated entries | ||||
| Description | calling multiple times to https://docs.taler.net/core/api-merchant.html#post-[-instances-$INSTANCE]-private-transfers create duplicated entries in https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-transfers curl 'https://merchant.taler/private/transfers?payto_uri=payto%3A%2F%2Fiban%2FDE14671864691355310925%3Freceiver-name%3Dsebas&limit=-11' \ { "transfers": [ { "credit_amount": "KUDOS:0.9", "wtid": "THXCW9H0EBEGCKY7F81X2SMP5T51G28BD7TCT6AVDVJQ8VB18CN0", "payto_uri": "payto://iban/DE14671864691355310925?receiver-name=sebas", "exchange_url": "https://exchange.taler/", "transfer_serial_id": 6, "verified": false, "confirmed": true, "expected": true, "execution_time": { "t_s": 1771529169 } }, { "credit_amount": "KUDOS:0.9", "wtid": "THXCW9H0EBEGCKY7F81X2SMP5T51G28BD7TCT6AVDVJQ8VB18CN0", "payto_uri": "payto://iban/DE14671864691355310925?receiver-name=sebas", "exchange_url": "https://exchange.taler/", "transfer_serial_id": 5, "verified": false, "confirmed": true, "expected": true, "execution_time": { "t_s": 1771529169 } }, { "credit_amount": "KUDOS:0.9", "wtid": "THXCW9H0EBEGCKY7F81X2SMP5T51G28BD7TCT6AVDVJQ8VB18CN0", "payto_uri": "payto://iban/DE14671864691355310925?receiver-name=sebas", "exchange_url": "https://exchange.taler/", "transfer_serial_id": 4, "verified": false, "confirmed": true, "expected": true, "execution_time": { "t_s": 1771529169 } }, { "credit_amount": "KUDOS:0.9", "wtid": "THXCW9H0EBEGCKY7F81X2SMP5T51G28BD7TCT6AVDVJQ8VB18CN0", "payto_uri": "payto://iban/DE14671864691355310925?receiver-name=sebas", "exchange_url": "https://exchange.taler/", "transfer_serial_id": 3, "verified": false, "confirmed": true, "expected": true, "execution_time": { "t_s": 1771529169 } }, { "credit_amount": "KUDOS:0.9", "wtid": "THXCW9H0EBEGCKY7F81X2SMP5T51G28BD7TCT6AVDVJQ8VB18CN0", "payto_uri": "payto://iban/DE14671864691355310925?receiver-name=sebas", "exchange_url": "https://exchange.taler/", "transfer_serial_id": 2, "verified": false, "confirmed": true, "expected": true, "execution_time": { "t_s": 1771529168 } }, { "credit_amount": "KUDOS:0.9", "wtid": "ZJ0MR023X8JKNFA1YDP276XJJGWZRZBFDMW65P6N742YNS05VS40", "payto_uri": "payto://iban/DE14671864691355310925?receiver-name=sebas", "exchange_url": "https://exchange.taler/", "transfer_serial_id": 1, "verified": false, "confirmed": true, "expected": true, "execution_time": { "t_s": 1771509996 } } ] } | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-02-19 21:19 | sebasjm | New Issue |