---
title: "List organization prepayment transactions"
method: GET
path: "/organizations/{organization_id}/prepayment/transactions"
tags: ["Organization Management"]
---

# List organization prepayment transactions

`GET /organizations/{organization_id}/prepayment/transactions`

Retrieves a list of prepayment transactions for the specified organization, if applicable.

## Path parameters

- `organization_id` string, ulid, required

## Response `200`

OK

- object
  - `count` integer — Total number of items across pages.
  - `transactions` PrepaymentTransactionObject[]
    - `order_id` string — Order ID
    - `message` string — The message associated with transaction.
    - `status` string — Whether the transactions was successful or a failure.
    - `amount` object — The prepayment balance in complex format.
      - `formatted` string — Formatted balance.
      - `amount` number — The balance amount.
      - `currency_code` string — The balance currency code.
      - `currency_symbol` string — The balance currency symbol.
    - `created` string — Time the transaction was created.
    - `updated` string, nullable — Time the transaction was last updated.
    - `expire_date` string, nullable — The expiration date of the transaction (deposits only).
  - `_links` object
    - `self` object — Link to the current set of items.
      - `href` string — URL of the link.
    - `previous` object — Link to the previous set of items.
      - `href` string — URL of the link.
    - `next` object — Link to the next set of items.
      - `href` string — URL of the link
    - `prepayment` object — Link to the prepayment resource.
      - `href` string — URL of the link.

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
