Introduction
The first thing you'll need are your API keys, which you will get from the Mansar dashboard. If you don't have a dashboard account, you will use the Contact Us form on our homepage to get started.
You'll have two different API keys, and there will be two Mansar environments for Credit-as-a-Service.
API Key
client_id
A private identifier for your team
secret
Private key, used to encrypt API requests
Your Secret Key must be kept safe. Make sure it's not exposed in the javascript of your application, and take precautions to share it securely when needed.
Environments
sandbox
A testing environment with dummy accounts
production
Deploy your application to live borrowers
Last updated