Przelewy24 · Schema

render_new

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
type string Form type
id string ID of the block in which the iFrame will be generated
options object Additional form styling options
View JSON Schema on GitHub

JSON Schema

render_new.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "render_new",
  "required": [
    "type",
    "id"
  ],
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "form"
      ],
      "description": "Form type"
    },
    "id": {
      "type": "string",
      "example": "#card-form-block",
      "description": "ID of the block in which the iFrame will be generated"
    },
    "options": {
      "type": "object",
      "description": "Additional form styling options"
    }
  },
  "type": "object"
}