Get a loan's due dates.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

account_id

string

required

The ID of the account.

loan_id

string

required

The ID of the loan. Accepts identifiers for line items of type LOAN.

``200 Information on a loan's due dates with additional detail to specify the current due date and the maturity date

``401

Unauthorized.

``403

Forbidden.

``404

Account not found.

``default

Unexpected Error.

Updated 6 months ago


ShellNodeRubyPHPPython

Bearer

Base URL

https://Contact sales to enable your sandbox/installment/v1/accounts/{account_id}/installment_loans/{loan_id}/due_dates


xxxxxxxxxx

curl --request GET \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/installment/v1/accounts//installment_loans//due_dates \
     --header 'accept: application/json'

application/json

``200

Updated6 months ago