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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
borrower_id
string
amount
number
tenure
integer

Response

200

Application submitted