Synctera · Schema

card_metadata

Additional data to include in the request structured as key-value pairs

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-card-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_metadata",
  "title": "card_metadata",
  "additionalProperties": {
    "type": "string"
  },
  "description": "Additional data to include in the request structured as key-value pairs",
  "type": "object"
}