Adyen · JSON Structure

Transfers Bank Category Data Structure

BankCategoryData schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

BankCategoryData is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

priority type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/transfers-bank-category-data-structure.json",
  "description": "BankCategoryData schema from Adyen API",
  "type": "object",
  "properties": {
    "priority": {
      "x-addedInVersion": "4",
      "description": "The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. Required for transfers with `category` **bank**.\n\nPossible values:\n\n* **regular**: For normal, low-value transactions.\n\n* **fast**: Faster way to transfer funds but has higher fees. Recommended for high-priority, low-value transactions.\n\n* **wire**: Fastest way to transfer funds but has the highest fees. Recommended for high-priority, high-value transactions.\n\n* **instant**: Instant way to transfer funds in [SEPA countries](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html).\n\n* **crossBorder**: High-value transfer to a recipient in a different country.\n\n* **internal**: Transfer to an Adyen-issued business bank account (by bank account number/IBAN).",
      "enum": [
        "crossBorder",
        "fast",
        "instant",
        "internal",
        "regular",
        "wire"
      ],
      "type": "string"
    },
    "type": {
      "default": "bank",
      "description": "**bank**",
      "enum": [
        "bank"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false,
  "name": "BankCategoryData"
}