Synctera · Schema

digital_wallet_token_response

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC

Properties

Name Type Description
approved_time string
card_id string Card ID of the Digital wallet Token
device_id string The user’s Android device ID; the device’s unique identifier.
device_type string Type of the device where the Digital Wallet Token is used in
id string Digital Wallet Token ID
last_modified_time string
requested_time string
state object
type string Type of the Digital Wallet
View JSON Schema on GitHub

JSON Schema

synctera-digital-wallet-token-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/digital_wallet_token_response",
  "title": "digital_wallet_token_response",
  "properties": {
    "approved_time": {
      "example": "Sun May 01 2022 18:07:45 GMT+0000 (Coordinated Universal Time)",
      "format": "date-time",
      "type": "string"
    },
    "card_id": {
      "description": "Card ID of the Digital wallet Token",
      "example": "0a53873a-ac57-49e0-a6ff-053213733fb1",
      "format": "uuid",
      "type": "string"
    },
    "device_id": {
      "description": "The user\u2019s Android device ID; the device\u2019s unique identifier.",
      "maxLength": 124,
      "type": "string"
    },
    "device_type": {
      "description": "Type of the device where the Digital Wallet Token is used in",
      "enum": [
        "MOBILE_PHONE",
        "WATCH",
        "TABLET",
        "MOBILE_PHONE_OR_TABLET",
        "VEHICLE",
        "APPLIANCE",
        "LAPTOP",
        "GAMING_DEVICE",
        "UNKNOWN"
      ],
      "type": "string"
    },
    "id": {
      "description": "Digital Wallet Token ID",
      "example": "d77ea883-aeb2-4292-8681-037b71665522",
      "format": "uuid",
      "type": "string"
    },
    "last_modified_time": {
      "example": "Tue Apr 26 2022 11:36:18 GMT+0000 (Coordinated Universal Time)",
      "format": "date-time",
      "type": "string"
    },
    "requested_time": {
      "example": "Mon May 16 2022 01:59:15 GMT+0000 (Coordinated Universal Time)",
      "format": "date-time",
      "type": "string"
    },
    "state": {
      "$ref": "#/components/schemas/digital_wallet_token_state"
    },
    "type": {
      "description": "Type of the Digital Wallet",
      "enum": [
        "APPLE_PAY",
        "ANDROID_PAY",
        "SAMSUNG_PAY"
      ],
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-digital-wallet-token-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.