Load Money Topup
Developing
Request
Body Params application/json
{
"enkashCardId": "EKCWLUAADN",
"type": "ALLOCATE_FUND",
"amount": 20,
"remarks": "testing"
}
Request samples
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
{
"code": 0,
"message": "Success",
"payload": {
"checkoutUrl": "https://checkout-uat-v2.enkash.in/v1/pay/ORD17542994606694NXeg"
}
}
Modified at 2025-08-04 09:16:00