Get Loan Account Balance

This returns a customer's loan account balance

Overview

To get loan account balance you first build the loan account balance complete endpoint by passing version in the url path and authToken to the query params then you make a get request to the complete endpoint

A successful request will return a 200 status code with the customer's loan account balance in the response body.

You can check out the API reference to Get Loan Account Balance 2