Payouts Integration Steps
Steps for integration:
API Endpoints
Environment | Base URL |
---|---|
Test | https://ekpayout-uat.enkash.in |
Live | https://api.enkash.in |
- 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
API Name | Function |
---|---|
Get Authentication Token | Get authentication token for APIs |
Beneficiary APIs
API Name | Function |
---|---|
Create Beneficiary | Add a new beneficiary |
Search Beneficiary | Search an existing beneficiary |
Delete Beneficiary | Delete a beneficiary |
Transfer APIs
API Name | Function |
---|---|
Create Payout | Create a single payout transaction |
Create Batch Payout | Create a batch for multiple payouts |
Search Payouts | Search for a payout |
Account APIs
API Name | Function |
---|---|
Get Account Balance | Fetch the available banlance in your payout account with Enkash |
Add Source Bank Account | Add the bank account you intend to utilize for transferring funds to Enkash for processing payouts |
Get Source Bank Account Details | Fetch the information of bank account linked to your Enkash payout account |
:::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
:::
Last modified: 4 months ago
Steps for integration:
API Endpoints
API Keys
List of APIs
Authentication API
Beneficiary APIs
Transfer APIs
Account APIs