Bunq · Schema

CurrencyCloudBeneficiaryListing

Banking

Properties

Name Type Description
id integer The id of the profile.
created string The timestamp of the beneficiaries creation.
updated string The timestamp of the beneficiaries last update.
name string The name of the beneficiary.
account_number string The account number to display for the beneficiary.
currency string The currency of the beneficiary.
external_identifier string The external identifier of the beneficiary.
View JSON Schema on GitHub

JSON Schema

bunq-currencycloudbeneficiarylisting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CurrencyCloudBeneficiaryListing",
  "title": "CurrencyCloudBeneficiaryListing",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id of the profile.",
      "readOnly": true,
      "writeOnly": false
    },
    "created": {
      "type": "string",
      "description": "The timestamp of the beneficiaries creation.",
      "readOnly": true,
      "writeOnly": false
    },
    "updated": {
      "type": "string",
      "description": "The timestamp of the beneficiaries last update.",
      "readOnly": true,
      "writeOnly": false
    },
    "name": {
      "type": "string",
      "description": "The name of the beneficiary.",
      "readOnly": true,
      "writeOnly": false
    },
    "account_number": {
      "type": "string",
      "description": "The account number to display for the beneficiary.",
      "readOnly": true,
      "writeOnly": false
    },
    "currency": {
      "type": "string",
      "description": "The currency of the beneficiary.",
      "readOnly": true,
      "writeOnly": false
    },
    "external_identifier": {
      "type": "string",
      "description": "The external identifier of the beneficiary.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}