Description | Getting store profile |
Request Path | {{base_url}}/stores/terminal-info/{{terminal_id}}/ |
Method | Get |
Usage
This method is called for getting the store profile.
Request Parameters
Parameter | Data Type | Position | Required | Description |
Authorization | String | Header | Yes | Used retrieving token in a header: Authorization: JWT {token} |
terminal_id | String | URL | Yes | Store Terminal id |
Response Parameters
Parameter | Description | Nullable |
id | Terminal id | No |
store_name | Store name | No |
store_timezone | Store timezone | No |
store_avatar | Store logo picture url | No |
store_has_pin | If the store has pin is true that the card needs to enter the terminal user password. | No |
store_activated | Check if the store is activated or not. | No |
name | Terminal name | No |
is_enable | If the store is enabled return true, otherwise false. | No |
store | Store id | No |