Get all payments

This request retrieves a loan's payment information.

   Click here to learn more about this request

Payments are made to reduce the balance of a borrower's account. Note the following when using this request:

The Payments object is nested within the Loans entity, and it holds information about payments made on an account.

The following payment requests are accessed via the Loans endpoint:

This request retrieves all payments made on an account. Alternatively, use the GET Get single payment request.

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:

Database – Payments (payment_entity)

Database – Payment Defaults (defaults_payments)

Path Params
string
required

This is the ID of the loan.

Body Params
string

An optional field that can be used to provide additional information regarding the transaction.
> This field does not allow pre-serialized JSON.
> This field does not allow multiple objects.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json