summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst40
1 files changed, 20 insertions, 20 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 31106dfc..b10452b3 100644
--- 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.