v1

latestOpenAPI 3.0.32026-07-24190128.9 KB

Get total pending amount (for loan closure)

Retrieve the pending amount user has to pay to close their existing loan

get/backend/{gatewayname}/v1/loan/{unityuserid}/closure/{lid}

Path parameters

gatewaynamestring required
unityuseridstring required
lidstring required

Headers

x-gateway-secretstring required

Required | apiSecret shared for authentication

x-gateway-authtokenstring required

Required | JWT created with payload {"iss":"<your_gateway_name>"}, and signed with the shared secret

Response

200

codeinteger
messagestring

Example response

{
  "data": {
    "pendingAmount": 20000
  },
  "message": "SUCCESS"
}