Synctera · Schema

device_type

The type of device into which the digital wallet token will be provisioned.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-device-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/device_type",
  "title": "device_type",
  "description": "The type of device into which the digital wallet token will be provisioned.",
  "enum": [
    "MOBILE_PHONE",
    "WATCH",
    "TABLET"
  ],
  "type": "string"
}