# Get the amortization schedule for a specific loan **GET /accounts/{account_id}/amortization_schedule** ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **account_id** (string) Account ID ### Query parameters - **offset** (number) The zero-indexed starting point for paginated line item requests sorted by line item effective date. - **limit** (number) The maximum number of line items to be returned. Defaults to 100. ## Responses ### 200 Amortization schedule for a loan #### Body: application/json (array[object]) - **line_item_id** (integer) The ID of this generated amortization schedule. - **cycle_exclusive_end** (string(date-time) | null) The date-time the am cycle ends. - **min_pay_due_at** (string(date-time) | null) The date the minimum payment for the am schedule is due. - **am_min_pay_cents** (number) The amount due just for the am schedule. This accounts for principal, interest, and deferred interest balance but does not include fees. - **am_cycle_payment_cents** (number) The amount in cents that was actually paid towards the loan during the billing cycle - **am_interest_cents** (number) The amount in cents allocated to interest from this am payment - **am_deferred_cents** (number) The amount in cents allocated to deferred interest from this am payment - **am_principal_cents** (number) The amount in cents allocated to principal from this am payment - **am_start_principal_balance_cents** (number) The starting principal balance on the loan before this payment - **am_end_principal_balance_cents** (number) The ending principal balance on the loan after this payment - **am_start_total_balance_cents** (number) The starting balance on the loan before this payment - **am_end_total_balance_cents** (number) The ending balance on the loan after this payment - **paid_on_time** (boolean) Indicates whether the amount for this am payment was paid on time; only present if the date scheduled for the am payment has passed as of the time of the request. ### 401 Unauthorized. ### 403 Forbidden. ### 404 Amortization Schedule not found ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)