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.
Production URL
Staging URL
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