---
title: "GET /payments/business/{api_key}"
method: GET
path: "/payments/business/{api_key}"
tags: ["payments"]
---

# GET /payments/business/{api_key}

`GET /payments/business/{api_key}`

## Path parameters

- `api_key` string, required

## Response `200`

Successful response

- object
  - `business` object — Contains information about the business.
    - `pk` integer — The primary key or identifier for the business.
    - `name` string — The name of the business.
    - `categories` object[] — An array of categories associated with the business.
      - `pk` integer — The primary key or identifier for the category.
      - `name` string — The name of the category.
    - `web` string, uri — The website URL for the business.
    - `logo` string, uri — The URL of the business's logo.
    - `full_logo_url` string, uri — The URL of the business's full logo.
    - `background_color` string — The background color associated with the business.
    - `primary_color` string — The primary color associated with the business.
    - `checkout_mode` boolean — A boolean indicating whether the business has a checkout mode.
    - `textCheckoutColor` string — The text color for the checkout.
    - `textDetailsColor` string — The text color for details.
    - `checkout_logo` string, uri — The URL of the checkout logo.
  - `openpay_keys` object — Contains OpenPay keys for the business.
    - `merchant_id` string — The merchant ID associated with OpenPay.
    - `public_key` string — The public key associated with OpenPay.
  - `fintoc_keys` object — Contains Fintoc keys for the business.
    - `public_key` string — The public key associated with Fintoc.
  - `vault_id` string — The identifier for the vault.
  - `vault_url` string, uri — The URL for the vault.
  - `reference` integer — A reference number associated with the business.
  - `is_installments_available` boolean — A boolean indicating whether installments are available.

## Other responses

- `403` — Forbidden
- `404` — Not found

---

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