Steps for integration:
API Endpoints
- Download Postman Collection
- Configure API Endpoints
- Obtain your API keys, Client ID, and Client secret for both Sandbox and Production environments
- Get your IP address whitelisted for sandbox and prod environments by writing to sales@enkash.com
API Keys
Test: Upon completion of onboarding, the API Keys for the sandbox will be shared via email to your registered email id
Live: After successfully performing the test cases, Enkash will provide the production keys
List of APIs
Authentication API
Beneficiary APIs
Transfer APIs
Account APIs
:::info
To secure your transactions, encrypt all API request payloads before sending and decrypt responses upon receipt. This ensures sensitive data is safely transmitted between your system and our servers. Follow the given Ecrypting and Decrypting Payload steps to protect the integrity and confidentiality of your transaction data
:::