Skip to main content
GET
/
v1
/
lms
/
loans
/
{loanId}
/
pay-link
Get a shareable pay link
curl --request GET \
  --url https://{baasHost}/api/v1/lms/loans/{loanId}/pay-link \
  --header 'Authorization: Bearer <token>'
{
  "loanId": "5c9e2b3c-4d5e-6f7a-8b9c-1d2e3f4a5b6c",
  "payLink": "https://reli.finance/pay/5c9e2b3c-4d5e-6f7a-8b9c-1d2e3f4a5b6c"
}

Authorizations

Authorization
string
header
required

Bearer token from POST /generate-token. Expires ~1h; on 401, re-generate and retry once.

Path Parameters

loanId
string
required

Response

200 - application/json

Pay link