Ramp · Schema

Ramp Transaction

Schema describing a Ramp card or bill transaction record returned by the Ramp Developer API.

FinanceSpend ManagementCorporate CardsExpense ManagementAccounts PayableBill PayAccountingReimbursement

Properties

Name Type Description
id string Unique identifier of the transaction.
amount number Transaction amount in the original currency.
currency_code string ISO 4217 currency code.
merchant_name string Merchant or vendor name as captured at point of sale.
merchant_category_code string Merchant category code returned by the card network.
user_transaction_time string Timestamp the transaction was initiated by the user.
state string Transaction state.
sk_category_id integer Ramp spend category identifier.
card_id string Identifier of the card used.
user_id string Identifier of the user that initiated the transaction.
memo string Memo attached to the transaction.
View JSON Schema on GitHub

JSON Schema

ramp-transaction.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ramp/refs/heads/main/json-schema/ramp-transaction.json",
  "title": "Ramp Transaction",
  "description": "Schema describing a Ramp card or bill transaction record returned by the Ramp Developer API.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique identifier of the transaction." },
    "amount": { "type": "number", "description": "Transaction amount in the original currency." },
    "currency_code": { "type": "string", "description": "ISO 4217 currency code." },
    "merchant_name": { "type": "string", "description": "Merchant or vendor name as captured at point of sale." },
    "merchant_category_code": { "type": "string", "description": "Merchant category code returned by the card network." },
    "user_transaction_time": { "type": "string", "format": "date-time", "description": "Timestamp the transaction was initiated by the user." },
    "state": { "type": "string", "enum": ["CLEARED", "PENDING", "DECLINED", "ERROR"], "description": "Transaction state." },
    "sk_category_id": { "type": "integer", "description": "Ramp spend category identifier." },
    "card_id": { "type": "string", "description": "Identifier of the card used." },
    "user_id": { "type": "string", "description": "Identifier of the user that initiated the transaction." },
    "memo": { "type": "string", "description": "Memo attached to the transaction." }
  },
  "required": ["id", "amount", "currency_code", "state"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ramp-transaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.