Bunq · Schema

BunqMeMerchantAvailable

Banking

Properties

Name Type Description
merchant_type string A merchant type supported by bunq.me.
available boolean Whether or not the merchant is available for the user.
View JSON Schema on GitHub

JSON Schema

bunq-bunqmemerchantavailable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BunqMeMerchantAvailable",
  "title": "BunqMeMerchantAvailable",
  "type": "object",
  "properties": {
    "merchant_type": {
      "type": "string",
      "description": "A merchant type supported by bunq.me.",
      "readOnly": true,
      "writeOnly": false
    },
    "available": {
      "type": "boolean",
      "description": "Whether or not the merchant is available for the user.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}