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
Example response
{
"data": {
"pendingAmount": 20000
},
"message": "SUCCESS"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.