Get Overdraft Outstanding

This returns a customer's outstanding overdraft

Overview

The get overdraft outstanding endpoint is used to retrieve the current outstanding overdraft amount for a user.

This endpoint requires a valid user authentication token and account number to be passed in the query params.

Expected Response

If the outstanding overdraft amount was successfully retrieved, an HTTP status code of 200 (OK) will be returned in the response body, along with the overdraft amount.

You can check out API reference to Get Overdraft Outstanding