This guide will help you identify the steps required to implement the Flexiti Online Credit Application & Purchase flow using the Flexiti Online API.
...
Obtaining your Merchant Integration Flexiti API Keys
Go to our Developer Portal
Create a Developer Portal Account
Step 1: Click Sign in
...
Step 2: Click Create one
...
The first step towards implementation would be to reach out implementation@flexiti.com to create an account in the Flexiti Developer Portal.
Upon setting up your account you will be provided with a set of API keys (Client Secret and Client ID) for our MI environment. You will use these keys during your implementation, and any applications generated using these keys will be for testing purposes only.
NOTE: Be sure to keep the Client ID & Client Secret secure! You should ensure that the keys are not exposed on your website. We suggest that you perform any oauth/token calls from the server-side to accomplish this.
...