This guide will help you identify the steps required to implement the Flexiti Online Credit Application & Purchase flow using the Flexiti Online API.
...
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.
Next, enter the URL of your development/staging environment in the Trust URL field.
...
...
- This should be your e-commerce platform URL. If you are using a test version of your website, it should have the test site’s base URL
...