Get the repayment schedule of an active murabaha contract
GET/islamic-financing/murabaha/contracts/{id}/schedule
Returns the persisted repayment schedule and derived outstanding balance (sum of non-PAID instalment principal + profit, per D-B2-06), decorated with per-instalment profit-recognition state and the contract-level deferred profit remaining — both derived from PROFIT_RECOGNISED event rows at read time, never stored (C2-S7, UC-2). Rejected with 422 if the contract is not in Active state (GAP-9).
Request
Responses
- 200
- 401
- 403
- 404
- 422
The repayment schedule.
Unauthorized
Forbidden
Contract not found.
INVALID_ACCOUNT_STATE: the contract is not in Active state.