get https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()/Payments
This request allows you to pull a loan's payment information.
Introduction
Payments are made to reduce the balance of a borrower's account. Here's what you need to know about payments:
- The
Payments
object is nested within theLoans
entity, and it holds information about payments made on an account. - Payments are added, edited, and voided via the
Loans
endpoint. - This request pulls all payments made on an account, but you can pull a single payment's information by using its ID.
For an example of how payments work within the UI, take a look at our Payments article.
Database
For information on payment database tables, see the following articles:
Try It Instructions
Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—hit Try It to send the request.
However, if you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.