Bunq · Schema

TransferwiseAccountQuoteListing

Banking

Properties

Name Type Description
account_id string Transferwise's id of the account.
currency string The currency the account.
country string The country of the account.
name_account_holder string The name of the account holder.
account_number string The account number.
bank_code string The bank code.
View JSON Schema on GitHub

JSON Schema

bunq-transferwiseaccountquotelisting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransferwiseAccountQuoteListing",
  "title": "TransferwiseAccountQuoteListing",
  "type": "object",
  "properties": {
    "account_id": {
      "type": "string",
      "description": "Transferwise's id of the account.",
      "readOnly": true,
      "writeOnly": false
    },
    "currency": {
      "type": "string",
      "description": "The currency the account.",
      "readOnly": true,
      "writeOnly": false
    },
    "country": {
      "type": "string",
      "description": "The country of the account.",
      "readOnly": true,
      "writeOnly": false
    },
    "name_account_holder": {
      "type": "string",
      "description": "The name of the account holder.",
      "readOnly": true,
      "writeOnly": false
    },
    "account_number": {
      "type": "string",
      "description": "The account number.",
      "readOnly": true,
      "writeOnly": false
    },
    "bank_code": {
      "type": "string",
      "description": "The bank code.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}