---
title: "Get Payment Details for an Account"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/payments"
tags: ["Payment"]
---

# Get Payment Details for an Account

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

Retrieves the last calculated minimum payment for a customer after scheduling a one-time SCC payment and choosing the minimum-amount option.

## Path parameters

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

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetSccPaymentResponse — Represents the response returned after retrieving payment details for a Secure Credit Card (SCC) account. Contains statement balances, payment due information, delinquency status, and past due amounts. Inherits standard response metadata from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `lastStatementBalance` number, double, nullable — The balance from the last statement issued for the SCC account.
  - `remainingBalanceDue` number, double, nullable — The remaining total balance due on the SCC account.
  - `remainingMinimumDue` number, double, nullable — The remaining minimum payment amount required for the SCC account.
  - `paymentDueDate` string, nullable — The due date for the next payment, formatted as a string (e.g., "yyyy-MM-dd").
  - `lastStatementDate` string, nullable — The date of the last statement issued, formatted as a string (e.g., "yyyy-MM-dd").
  - `daysDelinquent` string, nullable — The number of days the account is delinquent, formatted as a string.
  - `lastCalculatedMinimumPayment` number, double, nullable — The last calculated minimum payment amount for the SCC account.
  - `totalPastDue` number, double, nullable — The total amount past due on the SCC account.
  - `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/revisions/666553766b78/schema)
