Get a credit

This request retrieves a credit transaction's details.

   Click here to learn more about this request

A credit can be applied to a line of credit account Note the following when using this request:

The LineOfCreditCreditTransactions object holds credit information. This object is nested within the LineOfCredits entity.

This request retrieves the info for a specific credit transaction. To pull all credit transactions within your environment, remove the credit ID path parameter. Alternatively, use the GET an account's credits request.

For an example of how logging a credit works within the UI, take a look at our Credits article.

Filtering

Results can be filtered by any field to shorten responses or select a specific result. Here are a few examples of filtering for specific information:

/odata.svc/LineOfCreditCreditTransactions?$filter=lineOfCreditId eq 934314
/odata.svc/LineOfCreditCreditTransactions?$filter=description eq 'Late Fee'
/odata.svc/LineOfCreditCreditTransactions?$filter=applyDate lt datetime'2024-12-31T00:00:00'

For more information on filtering API responses, see Filtering and Paginating Responses

Database

For information regarding credit transaction database tables, see the following articles:

Database – Line of Credit Credit Transaction (line_of_credit_credit_transaction_entity)

Database – Line of Credit Account (line_of_credit_entity)

Language
Credentials
Click Try It! to start a request and see the response here!