Synctera · Schema

token_list

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
digital_wallet_tokens array Array of Digital Wallet Token information of a Card
View JSON Schema on GitHub

JSON Schema

synctera-token-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/token_list",
  "title": "token_list",
  "properties": {
    "digital_wallet_tokens": {
      "description": "Array of Digital Wallet Token information of a Card",
      "items": {
        "$ref": "#/components/schemas/digital_wallet_token_response"
      },
      "type": "array"
    }
  },
  "type": "object"
}