---
title: "Get Overdraft Fee Authorization Transactions"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/overdraftFeeAuthTransactions"
tags: ["Transactions"]
---

# Get Overdraft Fee Authorization Transactions

`GET /programs/{programCode}/accounts/{accountIdentifier}/overdraftFeeAuthTransactions`

Retrieves a list of overdraft fee authorization transactions for the specified account within a given date range.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetOverdraftTransactionsResponse — Represents the response for an overdraft transactions query.
  - `accountIdentifier` string, nullable — Unique identifier for the account whose overdraft transactions are being retrieved.
  - `overdraftTransactions` OverdraftTransaction[], nullable — The list of overdraft transactions returned by the query.
    - `establishmentCategory` string, nullable — The merchant category for the establishment where the transaction occurred.
    - `establishmentName` string, nullable — The name of the establishment where the transaction occurred.
    - `transactionDate` string, date-time, nullable — The date and time when the overdraft transaction occurred.
    - `transactionAmount` number, double — The amount of the overdraft transaction.
    - `overdraftFee` number, double — The overdraft fee charged for this transaction.
    - `gracePeriodDate` string, date-time, nullable — The grace period date for the overdraft transaction.
    - `nextOdpPeriod` string, date-time, nullable — The start date of the next overdraft protection period.
    - `isNegativeOver45Days` boolean — Indicates whether the account has been negative for over 45 days.
    - `MerchantCategoryCode` string, nullable — The merchant category code for the transaction, if available.
    - `featureKey` integer — The feature key associated with the overdraft transaction.
    - `isReversal` boolean — Indicates whether this transaction is a reversal of a previous overdraft transaction.
    - `transactionIdentifier` string, nullable — Unique identifier for the overdraft transaction.
  - `totalAllowedTransactions` string, nullable — The total number of allowed overdraft transactions for the account.
  - `lastTransactionDate` string, date-time, nullable — The date and time of the last overdraft transaction in the result set.
  - `accountSubscriptionReinstatementReasonKey` string, nullable — The reinstatement reason key for the account subscription.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/versions/666553766b78/schema)
