Overview
Fiant's Fintech Infrastructure
The Fiant platform provides you with the following components that will allow you to launch your Fintech Product faster and compliantly while minimizing the effort needed on your end to do so.
REST API
The REST API is the central part of the Fiant platform. Its endpoints focus around these main areas:
- User creation and management
- User Assessment cycle management
- Transaction execution and assessment
Backend SDKS
To facilitate integration to your backend we offer language-specific SDKS. They can be publicly downloaded here
https://github.com/provenancetech/pti-platform-sdks
Elements
To simplify a secure integration to the Fiant platform, hosted forms are provided for the following use cases:
- Collection of information for the User Assessment(KYC) flow
- Collecting payment information
- Onboarding users
Web SDK
The web sdk is a publicly available Javascript library provided to simplify the integration of the Fiant Elements in the client UI.
It also enables the tracking of user devices and UI interactions to improve the detection of malicious behaviour.
The SDK page contains guidance on how to leverage the Fiant Web SDK.
Postman Collection
For easy testing, we have a ready to use Postman collection
https://github.com/provenancetech/pti-platform-sdks/tree/master/postman
Updated 4 months ago