---
title: "Credentials"
method: GET
path: "/merchants/credentials"
tags: ["API Accounts"]
---

# Credentials

`GET /merchants/credentials`

## Response `200`

Merchant authenticated

- object[]
  - `ref` string, required — Merchant reference
  - `name` string, nullable, required — Merchant name
  - `country` 'AR' | 'CL' | 'CO' | 'CR' | 'DE' | 'DO' | 'EC' | 'ES' | 'FR' | 'GB' | 'HN' | 'IT' | 'MX' | 'PA' | 'PE' | 'PR' | 'PT' | 'PY' | 'SV' | 'UY' | 'US' | 'VE', required — Merchant's shoppers will need this countries NIN, address and phone number format
  - `allowed_countries` string[], required — Countries where the merchant can accept payments from. Example: ['ES', 'PT']
  - `currency` 'EUR' | 'COP' | 'PEN' | 'GBP' | 'USD' | 'MXN', required — Currency that the merchant can accept payments in. Example: 'EUR'
  - `assets_key` string, required — Merchant's assets key used to a load widgets and other assets.
  - `contract_options` string[], required — Merchant's contract options. Example: ['services', 'multistore']
  - `extra_information` object, required — Merchant's extra information
  - `verify_signature` boolean, required — True if the merchant wants to verify the signature to load the checkout form
  - `signature_secret` string, required — Merchant's secret used to create the signature to load the checkout form
  - `confirmation_path` 'default' | 'down_payment_on_confirmation', required — Type of flow to confirm orders.
  - `realm` string, required — Realm where this merchant's shopper's data will be stored. Example: 'sequra'
  - `affiliate` object, required — Affiliate credentials. Always present; null credentials unless enabled for the merchant
    - `enabled` boolean, required — True if affiliate credentials are enabled for this merchant
    - `offer_id` string, nullable, required — Affiliate offer id. Null when affiliate is disabled
    - `security_token` string, nullable, required — Affiliate security token. Null when affiliate is disabled

## Other responses

- `401` — Merchant not authenticated

---

[API](https://skmtc.dev/sequra/apis/checkout-api.md) · [All operations](https://skmtc.dev/sequra/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequra/checkout-api/revisions/2b0b60c52d04/schema)
