Synctera · Schema

card_widget_url_response

A URL for activate card and set pin widgets

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
url string
View JSON Schema on GitHub

JSON Schema

synctera-card-widget-url-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_widget_url_response",
  "title": "card_widget_url_response",
  "description": "A URL for activate card and set pin widgets",
  "properties": {
    "url": {
      "format": "uri",
      "type": "string"
    }
  },
  "type": "object"
}