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

# Get organization prepayment information

`GET /organizations/{organization_id}/prepayment`

Retrieves prepayment information for the specified organization, if applicable.

## Path parameters

- `organization_id` string, ulid, required

## Response `200`

OK

- object
  - `prepayment` PrepaymentObject — Prepayment information for an organization.
    - `prepayment` object — Prepayment information for an organization.
      - `organization_id` string — Organization ID
      - `balance` 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.
      - `last_updated_at` string, nullable — The date the prepayment balance was last updated.
      - `sufficient` boolean — Whether the prepayment balance is enough to cover the upcoming order.
      - `fallback` string, nullable — The fallback payment method, if any, to be used in case prepayment balance is not enough to cover an order.
  - `_links` object
    - `self` object — Link to the current resource.
      - `href` string — URL of the link.
    - `transactions` object — Link to the prepayment transactions 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)
