get https://spark.test.woodcoreapp.com/api/v2/loanproducts//chargeOptions
This endpoint allows for the retrieval of all loan charges attached to a particular loan product.
Note
This endpoint is useful for getting charges attached to a loan product. These charges are returned with their names, chargeId, and other useful information. In creating a loan account, attach the returned information about a charge you want on the loan account with the
chargeId
,name
andamount
in thecharges
parameter in the request body.