Skip to main content
POST
/
v1
/
lending
/
loan
/
apply
Apply for Loan
curl --request POST \
  --url https://app.unpay.in/api/v1/lending/loan/apply \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "borrower_id": "<string>",
  "amount": 123,
  "tenure": 123
}
'

Authorizations

x-api-key
string
header
required

Use your API Key from the UnPay dashboard. Required for all tech/server-to-server endpoints.

Body

application/json
borrower_id
string
amount
number
tenure
integer

Response

200

Application submitted