taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7d7c342b11c5ad565e0aaebd76acda5b4f7193b0
parent dc3d0f992037caae566a4a4cbfaa6602b17a0619
Author: priscilla <priscilla.huang@efrei.net>
Date:   Fri, 11 Nov 2022 07:22:02 -0500

QR code

Diffstat:
Mcore/api-merchant.rst | 40++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2986,16 +2986,16 @@ Create statics QR code static QR code to avoid clutter. - **Response:** + **Response:** - :http:statuscode:`200 Ok`: - The QR code has been successfully created. + :http:statuscode:`200 Ok`: + The QR code has been successfully created. - :http:statuscode:`404 Not found`: - The merchant is unknown. So, we cannot create static QR code. + :http:statuscode:`404 Not found`: + The merchant is unknown. So, we cannot create static QR code. - :http:statuscode:`409 Conflict`: - A QR code already exists for this store. There will have a lot of QR code for one store. + :http:statuscode:`409 Conflict`: + A QR code already exists for this store. There will have a lot of QR code for one store. Create dynamics QR code @@ -3008,17 +3008,17 @@ Create dynamics QR code for every merchant. - **Response:** + **Response:** - :http:statuscode:`200 Ok`: - The QR code has been successfully created. + :http:statuscode:`200 Ok`: + The QR code has been successfully created. - :http:statuscode:`404 Not found`: - The merchant is unknown. So, we cannot create dynamic QR code. + :http:statuscode:`404 Not found`: + The merchant is unknown. So, we cannot create dynamic QR code. - :http:statuscode:`409 Conflict`: - A QR code already exists for this store. So, the creation of the QR code is impossible. - One store have just one dynamic QR code. + :http:statuscode:`409 Conflict`: + A QR code already exists for this store. So, the creation of the QR code is impossible. + One store have just one dynamic QR code. @@ -3030,13 +3030,13 @@ Scaning the QR code Scan the QR code to be redirected to an internet page. In this internet page, customers need to enter a price and send the money. - **Response:** + **Response:** - :http:statuscode:`200 OK`: - The QR code directs us successfully to the payment website. + :http:statuscode:`200 OK`: + The QR code directs us successfully to the payment website. - :http:statuscode:`404 Not found`: - The QR code is unknown to the backend. + :http:statuscode:`404 Not found`: + The QR code is unknown to the backend.