---
title: "List offers for an account"
method: GET
path: "/v1/capitals/offers"
tags: ["offers"]
---

# List offers for an account

`GET /v1/capitals/offers`

Retrieves a list of offers associated with a specific account

## Response `200`

Successfully retrieved offers

- object — Standard response containing data and its metadata if any
  - `data` array[]
    - GithubComPaymongoCapitalGoApiInternalOfferUsecaseAccountListOfferResponseDataDTO[]
      - `amount_increment` integer
      - `currency` string
      - `id` string
      - `interest_fee` integer
      - `interest_fee_type` 'bps' | 'fixed'
      - `is_invited` boolean
      - `lender` GithubComPaymongoCapitalGoApiInternalOfferUsecaseLenderResponse
        - `code` string
        - `id` string
      - `loan_type` 'term' | 'revolving'
      - `max_amount` integer
      - `max_term` integer
      - `max_term_type` 'week' | 'month'
      - `min_amount` integer
      - `min_term` integer
      - `min_term_type` 'week' | 'month'
      - `name` string
      - `repayment_rate` integer
      - `repayment_rate_type` 'bps' | 'fixed'
      - `status` 'active' | 'inactive' | 'deleted'
  - `message` string
  - `meta` GithubComPaymongoCapitalGoApiPkgDtoMetaDTO
    - `next` string
    - `prev` string
    - `total` integer

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized

---

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