Definition
myPOS REST API provides the functionality to create a Webhook (an HTTP callback) which allows you to receive notifications directly in your system for certain events as soon as they occur in your myPOS account (such as outgoing bank transfers and POS payments).
REST API is a set of REST (Representational State Transfer) rules that allow two software systems (where one is the service provider or resource, and the other is the service consumer or client) to communicate with each other over simple HTTP requests.
Version
The latest version of the API is 1.0
Resources
Webhook API Base URL: https://webhook-api.mypos.com
Auth API Base URL: https://auth-api.mypos.com
Postman API Collection: myPOS Webhook API.postman_collection.json
Postman Enviroment Variables: myPOS Production.postman_environment.json
Authentication
Webhooks