Returns all information about the store.
Response details:
Key | Type | Description |
---|---|---|
data | array | Response body. |
id | UUID | Identifier of the shop. |
name | String | Name of the shop. |
enableEmailNotifications | boolean | If email notifications are |
apiWithdrawalAllowed | boolean | If withdrawals through API are enabled. |
apiPaymentsAllowed | boolean | If payments through API are enabled. |
sandboxMode | boolean | If sandbox mode is enabled. |
multiPosStore | boolean | If multiple POS terminals are |
charges | array | An array of information |
operationType | String | Operation type: BUY / |
charge | decimal | Commission value. |
markets | array | An array of information |
firstCurrency | String | First currency of the |
secondCurrency | String | First currency of the |
poses | array | An array of information |
id | UUID | Identifier of the POS |
created | Unix Timestamp | Creation time. |
name | String | Name of the POS. |
active | boolean | If terminal is active. |
deleted | boolean | If terminal is deleted. |
default | boolean | If POS terminal is default for |
balances | array | An array of information |
id | UUID | Identifier of the wallet. |
currency | String | Supported currency. |
accessLevel | String | Type of access level to the |
active | boolean | If store is active. |