Bunq · Schema

UserBlacklistMasterCardMerchant

Banking

Properties

Name Type Description
merchant_name string The name of the merchant.
merchant_id string The blacklisted merchant.
merchant_identifier string Identifier of the merchant we are blacklisting.
mastercard_merchant_id string The blacklisted merchant.
external_merchant_id string Externally provided merchant identification.
id integer The id of the blacklist.
created string The timestamp of the object's creation.
updated string The timestamp of the object's last update.
status string The status of the the blacklist.
merchant_hash string Hash of the merchant we are blacklisting.
merchant_avatar object
View JSON Schema on GitHub

JSON Schema

bunq-userblacklistmastercardmerchant-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserBlacklistMasterCardMerchant",
  "title": "UserBlacklistMasterCardMerchant",
  "type": "object",
  "properties": {
    "merchant_name": {
      "type": "string",
      "description": "The name of the merchant.",
      "readOnly": false,
      "writeOnly": false
    },
    "merchant_id": {
      "type": "string",
      "description": "The blacklisted merchant.",
      "readOnly": false,
      "writeOnly": false
    },
    "merchant_identifier": {
      "type": "string",
      "description": "Identifier of the merchant we are blacklisting.",
      "readOnly": false,
      "writeOnly": false
    },
    "mastercard_merchant_id": {
      "type": "string",
      "description": "The blacklisted merchant.",
      "readOnly": false,
      "writeOnly": false
    },
    "external_merchant_id": {
      "type": "string",
      "description": "Externally provided merchant identification.",
      "readOnly": false,
      "writeOnly": false
    },
    "id": {
      "type": "integer",
      "description": "The id of the blacklist.",
      "readOnly": true,
      "writeOnly": false
    },
    "created": {
      "type": "string",
      "description": "The timestamp of the object's creation.",
      "readOnly": true,
      "writeOnly": false
    },
    "updated": {
      "type": "string",
      "description": "The timestamp of the object's last update.",
      "readOnly": true,
      "writeOnly": false
    },
    "status": {
      "type": "string",
      "description": "The status of the the blacklist.",
      "readOnly": true,
      "writeOnly": false
    },
    "merchant_hash": {
      "type": "string",
      "description": "Hash of the merchant we are blacklisting.",
      "readOnly": true,
      "writeOnly": false
    },
    "merchant_avatar": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Avatar"
    }
  }
}