Get Overdraft Fees

This returns all overdraft fees pre-configured on bankone UI for the institution.

To get all overdraft fees you need to build the complete get overdraft fees 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_GetOverdraftFees/version?authToken={{auth_token}}

Staging URL

http://staging.mybankone.com/BankOneWebAPI/api//Overdraft/Overdraft_GetOverdraftFees/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_GetOverdraftFees

Path Parameters

Name
Type
Description

version*

Int

Current API version

Query Parameters

Name
Type
Description

authtoken*

String

Authtoken for this request

{
    // Response
}

Last updated