Get QR Card Details

View as Markdown
### Get QR Card Details This endpoint retrieves the details of a QR card based on the provided QR code and office information. #### Request Parameters - `code` (path) : The QR code for the card. - `office` (query, optional) : The name of the office. #### Response Upon a successful request, the endpoint returns an array of `qrCards` containing the following details: - `id` : The unique identifier of the QR card. - `title` : The title of the card. - `description` : The description of the card. - `employee` : Details of the associated employee, including email, mobile, name, code, and custom fields. - `balanceLeft` : The remaining balance on the card. - `transferredAmount` : The amount transferred from the card. - `initialAmount` : The initial amount loaded on the card. - `officeDetails` : Information about the office, such as name, ID, GSTIN, registered name, registered address, currency, and tags. - `completed` : Indicates if the card setup is completed. - `validDate` : The validity date of the card. - `cardLimit` : The limit of the card. - `monthly` : Indicates if the card is valid for a month. - `currentMonth` : The current month for the card.

Path parameters

codestringRequired

Headers

DICE-APP-IDstringOptional
X-CLIENT-IDstringOptional
X-CLIENT-SECRETstringOptional

Query parameters

officestringOptional

Response headers

request-idstringOptional

Response

OK
qrCardslist of objects