Enkash Developer Portal
Home
Home
Login
  1. Home
  • Back to home
  • Wallet APIs
  • Auth Token
    POST
  • Create Wallet (with Full Details)
    POST
  • Create Wallet (with Minimum Details)
    POST
  • Generate OTP
    POST
  • Min KYC
    POST
  • Get Wallet Details
    POST
  • VKYC Link Generation
    GET
  • VKYC Status
    GET
  • Add Beneficiary
    POST
  • Search Beneficiaries
    POST
  • Fund Transfer
    POST
  • Delete Beneficiary
    DELETE
  • Update Wallet Holder Details
    PATCH
  1. Home

Fund Transfer

Developing
POST
https://pay-en-uat.enkash.in/api/v0/parnter/instant-payout

Request

Header Params
Content-Type
string 
required
Example:
application/json
partnerId
string 
required
Example:
CRMAXZ11Q
authorization
string 
required
Example:
Bearer hxtaSWH8zb5XrA71XDrgFu1uO50
Cookie
string 
required
Example:
_cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=6709E31F4515A4151FABAC8E52CAD2A0
Body Params application/json
accountNumber
string 
required
ifsc
string 
required
enkashCardId
string 
required
amount
integer 
required
productCode
string 
required
merchantName
string 
required
remarks
string 
required
payoutMode
string 
required
nodalBank
string 
required
sourceEnkashId
string 
required
otpMedium
string 
required
otp
string 
required
otpReferenceId
string 
required
Example
{
  "accountNumber": "string",
  "ifsc": "string",
  "enkashCardId": "EKCZP2O8A6",
  "amount": 1,
  "productCode": "DEFAULT",
  "merchantName": "string",
  "remarks": "string",
  "payoutMode": "IMPS",
  "nodalBank": "KOTAK_PPI",
  "sourceEnkashId": "string",
  "otpMedium": "MOBILE",
  "otp": "647722",
  "otpReferenceId": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://pay-en-uat.enkash.in/api/v0/parnter/instant-payout' \
--header 'partnerId: CRMAXZ11Q' \
--header 'authorization: Bearer hxtaSWH8zb5XrA71XDrgFu1uO50' \
--header 'Cookie: _cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=6709E31F4515A4151FABAC8E52CAD2A0' \
--header 'Content-Type: application/json' \
--data-raw '{
  "accountNumber": "string",
  "ifsc": "string",
  "enkashCardId": "EKCZP2O8A6",
  "amount": 1,
  "productCode": "DEFAULT",
  "merchantName": "string",
  "remarks": "string",
  "payoutMode": "IMPS",
  "nodalBank": "KOTAK_PPI",
  "sourceEnkashId": "string",
  "otpMedium": "MOBILE",
  "otp": "647722",
  "otpReferenceId": "string"
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-07-25 17:53:38
Previous
Search Beneficiaries
Next
Delete Beneficiary
Built with