QR Code parse and calculate

The method takes a string obtained by scanning a QR code as input and returns data on the code and the full calculation of the order amount in response.

Body Params

now contain text obtained by scanning a QR code. Please note that the text contains special characters that are not ASCII-encoded. s

string
required

This parameter contains the text obtained by scanning the QR code.

Headers
string
required

Bearer token for authenticating the request. Example: Authorization: Bearer 123.

Responses

{
  "error": "ERROR_TOKEN_EXPIRED",
  "message": "Access token has expired.",
  "statusCode": 401
}

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json