Flexiti SDK - Online API Apply Flow
Online Application can be implemented easily through the use of the Online Apply SDK that handles all the API calls to the Flexiti Online API, the documentation is hosted at this link: https://flexiti.atlassian.net/wiki/spaces/FDP/pages/846561338
*We highly recommend the instantiation of the Flexiti SDK or oauth calls to be made from the server-side.
Please Note: The term “Online API” should be differentiated from the term “POS API Online Channel”. The “Online API” is a separate Flexiti API from the POS API that can be used for building an application flow.
The Online application flow with Flexiti can be built using Flexiti’s Online API and associated SDK. The front-end screens for the application flow are hosted by Flexiti and served through a redirection URL returned by the Online API (Not the same API as Flexiti’s Online Channel POS API). The redirection URL can be presented to the customer using through a modal (Flexiti recommended), or a redirection.
Here is the Swagger documentation for the Online API: Swagger UI
At the end of the Application Flow, a window communication event will be sent to the browser, communicating the application status and if successful, the FlexitiCard account number, which can be passed to the purchase flow.