Synctera · Schema

currency_code

ISO 4217 Alpha-3 currency code

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-currency-code-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/currency_code",
  "title": "currency_code",
  "description": "ISO 4217  Alpha-3 currency code",
  "example": "USD",
  "maxLength": 3,
  "minLength": 3,
  "type": "string"
}