|
From: | Christian Grothoff |
Subject: | Re: [Taler] Pointing taler-exchange to my libeufin nexus / sandbox setup |
Date: | Fri, 18 Nov 2022 21:34:58 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 |
On 11/18/22 16:59, Calvin Burns via Taler wrote:
On Tue, 11/15/2022 02:33:23 AM, Taler wrote:[...] [exchange-account-1] PAYTO_URI = "payto://iban/AB123456" # output of `libeufin cli accounts show` WIRE_GATEWAY_URL = http://nexus-host:5017/ # same as LIBEUFIN_NEXUS_URL. Or do i need trailing paths? WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = myuser PASSWORD = mypassWho uses the PAYTO_URI and WIRE_GATEWAY_URL how?
The WIRE_GATEWAY_URL is used by taler-exchange-transfer and taler-exchange-wirewatch when talking to libeufin.
The PAYTO_URI is mostly used to determine the wire method ("iban") by various components, the actual account number isn't actually used (anymore, AFAIK). when we need that, we use the information given to taler-exchange-offline.
Happy hacking! Christian
[Prev in Thread] | Current Thread | [Next in Thread] |