Bunq · Schema

DraftPaymentResponse

Banking

Properties

Name Type Description
status string The status with which was responded.
user_alias_created object The user that responded to the DraftPayment.
View JSON Schema on GitHub

JSON Schema

bunq-draftpaymentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DraftPaymentResponse",
  "title": "DraftPaymentResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The status with which was responded.",
      "readOnly": true,
      "writeOnly": false
    },
    "user_alias_created": {
      "type": "object",
      "description": "The user that responded to the DraftPayment.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/LabelUser"
    }
  }
}