Get swipe history

This request pulls a line of credit account's swipe history.

   Click here to learn more about this request

As a line of credit account holder uses their account to create transactions, they're logged in LoanPro as swipes:

  • Swipe information is found within the LineOfCreditSwipes object, which is nested within the LineOfCredits entity.
  • Use the swipe's ID in the endpoint to pull information for an individual swipe:
{URL}/odata.svc/LineOfCredits({id})/LineOfCreditSwipes({swipe-id})

For an example of how swipes work within the UI, take a look at our Line of Credit – Log a Swipe article.

Database

For information regarding Line of Credit database tables, see the following articles:

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