Products APIs
Besides the Product Designer's intuitive interface, you can also manage your products through APIs. For more information, see the developer documentation below:
Web API Client Library
Products, offers, and calculations APIs are also available in the form of a Web API Client Library. This provides easy integration within the FintechOS Platform development environment complete with automatic authorization. You can find the library in the Web API Client Libraries list under the name PFAPI. For more information, see Web API Client Libraries.
Server Automation Script Library
For products and offers APIs, you can further simplify your development workflow via a dedicated server automation script library. This library eliminates the need to specify the baseUrl during import and offers more intuitive function names, such as getMetadataByProductId
instead of myImportedWebApiClientLibrary.getMetadataByProductId
. You can find the library in the Server Automation Script Libraries list under the name PF_Service_Library. For more information, see Server Automation Script Libraries.