Get Loan Account Balance 2

This returns a customer's loan account balance

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

We have a Production URL and Staging URL you are advised to use the staging during development.

Production URL

http://api.mybankone.com/BankOneWebAPI/api/LoanAccount/LoanAccountBalance2/version?authToken={{authoken}}

Staging URL

http://staging.mybankone.com/BankOneWebAPI/api/LoanAccount/LoanAccountBalance2/version?authToken={{authoken}}

Here is an example request with sample payload to the staging endpoint.

GET http://api.mybankone.com/BankOneWebAPI/api/LoanAccount/LoanAccountBalance2

Path Parameters

Name
Type
Description

version*

Int

Current API version

Query Parameters

Name
Type
Description

authToken*

Int

Authentication code for this request

{
    // Response
}

Last updated