---
title: "Listar configuração do checkout"
method: GET
path: "/{alias}/config/checkout"
tags: ["Configurações - Checkout"]
---

# Listar configuração do checkout

`GET /{alias}/config/checkout`

Retorna a listagem de configurações do checkout

## Path parameters

- `alias` string, required

## Response `200`

Listagem das configurações do checkout

- object
  - `data` object
    - `id` integer
    - `store_id` integer
    - `currency` string
    - `show_shipping_in_cart` boolean
    - `show_shipping_time` boolean
    - `show_installment_warning` boolean
    - `auto_shipping_selection` boolean
    - `sequential_sale_number` boolean
    - `delivery_working_days` boolean
    - `max_daily_sales_by_ip` integer
    - `max_items_per_order` integer
    - `show_products_links` boolean
    - `show_birthday` boolean
    - `show_delivery_date` boolean
    - `shipping_deadline_as_date` boolean
    - `show_original_price_when_free_shipping` boolean
    - `active_rebuy` boolean
    - `password_required` boolean
    - `accumulate_discounts` boolean
    - `select_largest_installment` boolean
    - `always_requires_address` boolean
    - `use_product_brand` boolean
    - `skip_cart` boolean
    - `single_order_bump` boolean
    - `unify_upsell` boolean
    - `person_type` string
    - `payment_auto_selected` string
    - `brand_url` string
    - `text_header` string
    - `custom_css` string
    - `text_footer` string
    - `text_shipping` string
    - `text_billet` string
    - `text_card` string
    - `header_text_background` string
    - `button_color` string
    - `phone` string
    - `redirect_url_billet` string
    - `redirect_url_card` string
    - `redirect_url_pix_in_installments` string
    - `redirect_url_deposit` string
    - `redirect_url_upsell` string
    - `stopwatch_minutes` integer
    - `domain` string
    - `custom_script` string
    - `custom_thankyou_script` string
    - `custom_metatags` string
    - `created_at` BaseTimestamp
      - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
      - `timezone_type` integer — Número de representação do timezone.
      - `timezone` string — Fuso horário associado.
    - `updated_at` BaseTimestamp
      - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
      - `timezone_type` integer — Número de representação do timezone.
      - `timezone` string — Fuso horário associado.

## Other responses

- `400` — Requisição inválida

---

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