marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

commit 1aff7b911c1aa66fb666ee3c9ce0c5d79237cfa1
parent 2b7891083ae77d6f191f143c1bfc56d69a80ff1a
Author: priscilla <priscilla.huang@efrei.net>
Date:   Fri, 11 Nov 2022 05:51:00 -0500

QR code

Diffstat:
Mstandards/draft-grothoff-taler.xml | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/standards/draft-grothoff-taler.xml b/standards/draft-grothoff-taler.xml @@ -426,6 +426,8 @@ also <xref target="taler-registry" />). </t> </section> + + <section anchor="registry-entry-restore" title="Action: restore"> <t> A "restore" action instructs the wallet to restore a wallet backup @@ -475,6 +477,35 @@ also <xref target="taler-registry" />). </t> </section> + + +<section anchor="Scanning QR code" title="Action:scanning"> + <t> + An "scanning" action instructs the wallet to simulate QR code. + This action can be used by the customer to pay an amount for a merchant + or for a friend. + </t> + <t> + The specific arguments of a "scanning" action is: + <list style="symbols"> + <t>merchant_host: The hostname of the merchant.</t> + <t>merchant_prefix_path: An optional list of path components that identifies the path prefix of the merchant base URL.</t> + <t>QRcode_id: Uniquely identifies the QR code</t> + </list> + </t> +<t> + <list style="symbols"> + <t>Name: scanning</t> + <t>Syntax: taler://scanning/{merchant_host}{/merchant_prefix_path*}/{QRcode_id}</t> + <t>Example: taler://scanning/merchant.example.com/FEGHYJY48FEGU6WETYIOIDEDE2QW3OCZVY</t> + <t>Contact: N/A</t> + <t>References: [this.I-D]</t> + </list> +</t> +</section> + + + </section><!-- tracking --> <section anchor="security" title="Security Considerations">