View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007737 | Taler | merchant backend API (HTTP specification) | public | 2023-03-02 13:55 | 2023-04-08 10:01 |
Reporter | sebasjm | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | git (master) | ||||
Target Version | post-1.0 | ||||
Summary | 0007737: merchant with a wallet should be able to fill a reserve for tipping | ||||
Description | wallet support starting a deposit with a payto URI and right now it fills a contract with some empty values but this deposit will make a wire transfer to the exchange without the reserveId The exchange could detect if "merchant_payto_uri" in the DepositRequest of https://docs.taler.net/core/api-exchange.html#deposit is the same of the exchange account and then it could reuse some fields to get the reserve id (maybe the order_id?) With this there is no need of a wire transfer and it make the transaction efficient | ||||
Tags | No tags attached. | ||||
|
Actually, we should use the P2P transfer feature for this. That requires then no changes at the exchange. All we need is for the merchant backend/SPA to generate an 'invoice' (pull payment request) using its tipping reserve private key! |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-03-02 13:55 | sebasjm | New Issue | |
2023-03-02 13:55 | sebasjm | Status | new => assigned |
2023-03-02 13:55 | sebasjm | Assigned To | => Christian Grothoff |
2023-03-02 15:41 | Christian Grothoff | Note Added: 0019916 | |
2023-03-02 15:41 | Christian Grothoff | Category | exchange => merchant backend API (HTTP specification) |
2023-04-04 15:55 | Florian Dold | Target Version | git (master) => post-1.0 |
2023-04-08 10:01 | Christian Grothoff | Assigned To | Christian Grothoff => |
2023-04-08 10:01 | Christian Grothoff | Status | assigned => confirmed |