---
title: "Order Profiles"
method: GET
path: "/api/checkout/v1/order_profiles"
tags: ["api"]
---

# Order Profiles

`GET /api/checkout/v1/order_profiles`

An endpoint to list the ecommerce order profiles associated to a merchant.

## Response `200`

- OrderProfileListViewResponseSerialiser
  - `id` string, required
  - `title` string, required
  - `order_profiles` OrderProfileDetailViewResponseSerialiser[], required
    - `id` string, required
    - `active` boolean, required
    - `amount_format` string, required
    - `installment_mode` 'equal_payments' | 'deposit_plus_installments' | 'deposit_plus_installments_inclusive' | 'equal_payments_no_deposit', required — * `equal_payments` - equal_payments * `deposit_plus_installments` - deposit_plus_installments * `deposit_plus_installments_inclusive` - deposit_plus_installments_inclusive * `equal_payments_no_deposit` - equal_payments_no_deposit
    - `deposit_calculation_mode` 'SIMPLE', required — * `SIMPLE` - SIMPLE
    - `min_deposit_percentage` string, decimal, required
    - `conditions` OrderProfileDetailViewConditions, required
      - `currency` string, required
      - `locales` unknown[], required
        - unknown
      - `min_price` integer, required
      - `max_price` integer, required
    - `limits` OrderProfileDetailViewLimits, required
      - `allowed_terms` integer[], required
      - `min_installment_period` integer, required
      - `max_installment_period` integer, required
      - `min_installment_charge` integer, required
      - `max_installment_charge` integer, required

## Other responses

- `500`

---

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