Bunq · Schema

BunqMeFundraiserProfileUserRead

Banking

Properties

Name Type Description
monetary_account_id integer Id of the monetary account on which you want to receive bunq.me payments.
owner_user_id integer Id of the user owning the profile.
color string The color chosen for the bunq.me fundraiser profile in hexadecimal format.
alias object The LabelMonetaryAccount with the public information of the User and the MonetaryAccount that created the bunq.me fundraiser profile.
currency string The currency of the MonetaryAccount that created the bunq.me fundraiser profile.
description string The description of the bunq.me fundraiser profile.
attachment object The attachment used for the background of the bunq.me fundraiser profile.
pointer object The pointer (url) which will be used to access the bunq.me fundraiser profile.
redirect_url string The URL which the user is sent to when a payment is completed.
status string The status of the bunq.me fundraiser profile, can be ACTIVE or DEACTIVATED.
View JSON Schema on GitHub

JSON Schema

bunq-bunqmefundraiserprofileuserread-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BunqMeFundraiserProfileUserRead",
  "title": "BunqMeFundraiserProfileUserRead",
  "type": "object",
  "properties": {
    "monetary_account_id": {
      "type": "integer",
      "description": "Id of the monetary account on which you want to receive bunq.me payments.",
      "readOnly": true,
      "writeOnly": false
    },
    "owner_user_id": {
      "type": "integer",
      "description": "Id of the user owning the profile.",
      "readOnly": true,
      "writeOnly": false
    },
    "color": {
      "type": "string",
      "description": "The color chosen for the bunq.me fundraiser profile in hexadecimal format.",
      "readOnly": true,
      "writeOnly": false
    },
    "alias": {
      "type": "object",
      "description": "The LabelMonetaryAccount with the public information of the User and the MonetaryAccount that created the bunq.me fundraiser profile.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/LabelMonetaryAccount"
    },
    "currency": {
      "type": "string",
      "description": "The currency of the MonetaryAccount that created the bunq.me fundraiser profile.",
      "readOnly": true,
      "writeOnly": false
    },
    "description": {
      "type": "string",
      "description": "The description of the bunq.me fundraiser profile.",
      "readOnly": true,
      "writeOnly": false
    },
    "attachment": {
      "type": "object",
      "description": "The attachment used for the background of the bunq.me fundraiser profile.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/AttachmentPublic"
    },
    "pointer": {
      "type": "object",
      "description": "The pointer (url) which will be used to access the bunq.me fundraiser profile.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Pointer"
    },
    "redirect_url": {
      "type": "string",
      "description": "The URL which the user is sent to when a payment is completed.",
      "readOnly": true,
      "writeOnly": false
    },
    "status": {
      "type": "string",
      "description": "The status of the bunq.me fundraiser profile, can be ACTIVE or DEACTIVATED.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}