Get Overdraft Interests

This returns all overdraft Interest pre-configured on bankone UI for the institution with their IDs.

To get all overdraft interest you need to build the complete get overdraft endpoint by passing version in the query path and authtoken in the query params. Then make a get request.

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//Overdraft/Overdraft_GetOverdraftInterest/version?authToken={{auth_token}}

Staging URL

http://staging.mybankone.com/BankOneWebAPI/api//Overdraft/Overdraft_GetOverdraftInterest/version?authToken={{auth_token}}

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

GET http://staging.mybankone.com/BankOneWebAPI/api//Overdraft/Overdraft_GetOverdraftInterest

Path Parameters

Name
Type
Description

version*

Int

Current API version

Query Parameters

Name
Type
Description

authtoken*

String

Auth token for this request

{
    // Response
}

Last updated