Payouts Integration Steps
Integrating with Enkash’s Payout API
API Endpoints
Environment | Base URL |
---|---|
Test | https://ekpayout-uat.enkash.in |
Live | https://api.enkash.in |
Setup
Configure API Endpoints
Set the appropriate base URL for the Test or Live environment in your API client
Obtain API Keys, Client ID & Secret
API keys for the sandbox environment will be shared via email upon onboardingProduction keys will be provided after successfully completing test cases.
Production
Whitelist Your IP
Ensure your system’s IP addresses are whitelisted for both sandbox and production environments
APIs
Authentication API:
API Name | Function |
---|---|
Get Authentication Token | Retrieve an authentication token for secure API access. |
Beneficiary APIs:
API Name | Function |
---|---|
Create Beneficiary | Add a new beneficiary. |
Search Beneficiary | Search for an existing beneficiary. |
Delete Beneficiary | Delete a beneficiary from your records. |
Transfer APIs:
API Name | Function |
---|---|
Create Payout | Initiate a single payout transaction. |
Create Batch Payout | Create a batch for multiple payouts. |
Search Payouts | Search for payout transactions. |
Account APIs:
API Name | Function |
---|---|
Get Account Balance | Retrieve the available balance in your payout account. |
Add Source Bank Account | Add a source bank account for payouts. |
Get Source Bank Account Details | Fetch details of your linked bank account. |
Best Practices
Modified at 2025-01-09 20:12:26