- Support for reports APIs:
getReports
,createReport
- Support for
eu
region (endpoint: services-eu.poynt.net).
- Support for
deleteCatalog
,getHook
,deleteHook
,getBusinessByDeviceId
endpoints.
- Support for sending cloud messages to terminals:
sendRawCloudMessage
andsendCloudMessage
endpoints. - Support for
getStore
,createCatalog
,createFullCatalog
,updateCatalog
,createCategory
,lookupCategories
,deleteCategory
,updateCategory
,getProductsSummary
,createProduct
,deleteProduct
,updateProduct
,createTax
,deleteTax
,updateTax
endpoints. - Support for subscribing to webhooks:
getHooks
andcreateHook
endpoints.
- Support for
getOrders
,getOrder
,getTransactions
,getTransaction
,getBusinessUsers
,getBusinessUser
,getCustomers
,getCustomer
,getCatalogs
,getCatalog
,getFullCatalog
,getCategory
,getProducts
,lookupProducts
,getProduct
,getTaxes
,getTax
endpoints.
- Initial commit.
- Support authentication using application private key.
- Support
getBusiness
endpoint.