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
  • Update Wallet Holder Details
    PATCH
  • VKYC Link Generation
    GET
  • VKYC Status
    GET
  • Load Money Topup
    POST
  • Load Money Without PG
    POST
  • Get Transaction Details
    POST
  • Add Beneficiary
    POST
  • Search Beneficiaries
    POST
  • Fund Transfer
    POST
  • Delete Beneficiary
    DELETE
  1. Home

Load Money Topup

Developing
POST
https://pay-en-uat.enkash.in/api/v0/partner/repayment/load

Request

Header Params

Body Params application/json

Example
{
  "enkashCardId": "EKCWLUAADN",
  "type": "ALLOCATE_FUND",
  "amount": 20,
  "remarks": "testing"
}

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/partner/repayment/load' \
--header 'Authorization: Bearer WrfNiISLPlkBATX1_LQa35mV1e0' \
--header 'partnerId: CRM338L2H' \
--header 'Content-Type: application/json' \
--data-raw '{
  "enkashCardId": "EKCWLUAADN",
  "type": "ALLOCATE_FUND",
  "amount": 20,
  "remarks": "testing"
}'

Responses

🟢200OK
text/plain
Body

Example
{
    "code": 0,
    "message": "Success",
    "payload": {
        "checkoutUrl": "https://checkout-uat-v2.enkash.in/v1/pay/ORD17542994606694NXeg"
    }
}
Modified at 2025-08-04 09:16:00
Previous
VKYC Status
Next
Load Money Without PG
Built with