---
title: "Get all available grant offers"
method: GET
path: "/grantOffers"
tags: ["Grant offers"]
deprecated: true
---

# Get all available grant offers

`GET /grantOffers`

> **Deprecated.**

Returns a list of all [grant offers](https://docs.adyen.com/platforms/capital#grant-offers) available for `accountHolderId` specified as a query parameter.

## Query parameters

- `accountHolderId` string, required

## Response `200`

OK - the request has succeeded.

- GrantOffers
  - `grantOffers` GrantOffer[], required — A list of available grant offers.
    - `accountHolderId` string, required — The identifier of the account holder to which the grant is offered.
    - `amount` Amount
      - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
      - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
    - `contractType` 'cashAdvance' | 'loan' — The contract type of the grant offer. Possible value: **cashAdvance**, **loan**.
    - `expiresAt` string, date-time — The end date of the grant offer validity period.
    - `fee` Fee
      - `amount` Amount, required
        - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
        - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
    - `id` string — The unique identifier of the grant offer.
    - `repayment` Repayment
      - `basisPoints` integer, required — The repayment that is deducted daily from incoming net volume, in [basis points](https://www.investopedia.com/terms/b/basispoint.asp).
      - `term` RepaymentTerm
        - `estimatedDays` integer, required — The estimated term for repaying the grant, in days.
        - `maximumDays` integer — The maximum term for repaying the grant, in days. Only applies when `contractType` is **loan**.
      - `threshold` ThresholdRepayment
        - `amount` Amount, required
          - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
          - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
    - `startsAt` string, date-time — The starting date of the grant offer validity period.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

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