Skip to main content
GET
/
v1
/
loans
/
external
/
{loan_external_id}
/
repayments
/
{transaction_id}
Get a repayment
curl --request GET \
  --url https://api.dev.bsa.ai/v1/loans/external/{loan_external_id}/repayments/{transaction_id} \
  --header 'Authorization: Bearer <token>'
Addressed by the loan’s externalId (this read has no numeric-id form).

Path parameters

loan_external_id
string
required
The loan’s externalId.
transaction_id
string
required

Examples

curl -sf "$BASE/v1/loans/external/loan-ext-12345/repayments/7821" \
  -H "Authorization: Bearer $TOKEN"

Response

200 OK returns the repayment object.

Errors

CodeWhen
not_foundNo loan or transaction with that id / externalId