Bunq · Schema

TokenQrRequestSofort

Banking

Properties

Name Type Description
token string The token passed from a site or read from a QR code.
View JSON Schema on GitHub

JSON Schema

bunq-tokenqrrequestsofort-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TokenQrRequestSofort",
  "title": "TokenQrRequestSofort",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "The token passed from a site or read from a QR code.",
      "readOnly": false,
      "writeOnly": true
    }
  },
  "required": [
    "token"
  ]
}