---
title: "Merchant of Record pricing"
method: GET
path: "/api/v1/pricing/mor.json"
tags: ["json"]
---

# Merchant of Record pricing

`GET /api/v1/pricing/mor.json`

Itemized Merchant of Record pricing: headline card rate, terms, and every fee line by category.

## Response `200`

Merchant of Record pricing

- MorPricing — Itemized Merchant of Record pricing.
  - `currency` string, required
  - `headline` object, required — The headline card rate, e.g. 2.7% + $0.30 per successful card transaction.
    - `rate` string
    - `fixed` string
    - `basis` string
  - `terms` string[]
  - `signup_url` string, uri
  - `categories` object[], required
    - `id` string, required
    - `title` string, required
    - `subtitle` string
    - `highlights` string[]
    - `line_items` object[], required
      - `name` string, required
      - `price` string, required — Rate as published, e.g. `2.7% + $0.30`.
      - `description` string
  - `human_url` string, uri
  - `markdown_url` string, uri

## Other responses

- `404` — No such endpoint. The body names the documentation to read.

---

[API](https://skmtc.dev/payments/apis/payments-ai-website-api.md) · [All operations](https://skmtc.dev/payments/apis/payments-ai-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payments/payments-ai-website-api/revisions/cd9ab8984409/schema)
