Lithic · Schema

Merchant Currency

3-character alphabetic ISO 4217 code for the local currency of the transaction.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-merchant-currency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/merchant_currency",
  "title": "Merchant Currency",
  "description": "3-character alphabetic ISO 4217 code for the local currency of the transaction.",
  "example": "USD",
  "type": "string"
}