Syllo for Back-End
When used behind another backend, as a proxy, Syllo provides following benefits:
- Syllo abstraction layer enables the backend to use the same API methods and data structure for several diferent vendors
- Syllo will aggregate data from multiple vendors and proxy it in a generalized format back to the backend
- The transaction parsing service in Syllo parses the realtime transaction data and proxies it back to the backend
- The Syllo's event service notifies the backend when any asynchronous action happens
- The Syllo's database stores data in a PCI compliant manner
- If needed, Syllo exposes direct access to vendor services by proxying the request from the backend to the vendor directly. A secure secrets storage is used in order to store API keys and other credentials to avoid having them transferred between the customer's backend and the Syllo