spec release

This commit is contained in:
Adyen Automation
2024-12-18 10:41:05 +01:00
parent 7a609f5038
commit 8d953d9bab
10 changed files with 288 additions and 87 deletions

View File

@@ -684,6 +684,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [
@@ -796,13 +801,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
@@ -837,12 +842,12 @@
"additionalProperties" : false,
"properties" : {
"available" : {
"description" : "The current balance minus any reserved balance.",
"description" : "The balance available for use.",
"format" : "int64",
"type" : "integer"
},
"balance" : {
"description" : "The current balance of funds in the balance account. These are the funds from all transactions with a value date in the past that have not yet been paid out.",
"description" : "The sum of transactions that have already been settled.",
"format" : "int64",
"type" : "integer"
},
@@ -851,12 +856,12 @@
"type" : "string"
},
"pending" : {
"description" : "The amount of funds that Adyen has processed for this account, but will be settled in a future date.\n\nFor more information, see how to settle funds for users in your [platform](https://docs.adyen.com/platforms/settle-funds) and [marketplace](https://docs.adyen.com/marketplaces/settle-funds).",
"description" : "The sum of the transactions that will be settled in the future.",
"format" : "int64",
"type" : "integer"
},
"reserved" : {
"description" : "The amount reserved for payments that have been [authorised](https://docs.adyen.com/issuing/payment-stages/#authorised), but not yet [captured](https://docs.adyen.com/issuing/payment-stages/#captured) by the merchant.\n\nApplies only to [Adyen-issued cards](https://docs.adyen.com/issuing).",
"description" : "The balance currently held in reserve.",
"format" : "int64",
"type" : "integer"
}
@@ -968,6 +973,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [
@@ -1415,6 +1425,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [
@@ -1667,6 +1682,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [
@@ -1758,7 +1778,7 @@
"type" : "string"
},
"settlementDelayDays" : {
"description" : "Specifies after how many business days the funds in a [settlement batch](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement#settlement-batch) are made available in this balance account.\n\nPossible values: **1** to **10**, or **null**.\n* Setting this value to an integer enables Sales day settlement in this balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement).\n* Setting this value to **null** enables Pass-through settlement in this balance account. See how Pass-through settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/pass-through-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/pass-through-settlement).\n\nDefault value: **null**.",
"description" : "Specifies after how many business days the funds in a [settlement batch](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement#settlement-batch) are made available in this balance account.\n\nPossible values: **1** to **20**, or **null**.\n* Setting this value to an integer enables Sales day settlement in this balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement).\n* Setting this value to **null** enables Pass-through settlement in this balance account. See how Pass-through settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/pass-through-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/pass-through-settlement).\n\nDefault value: **null**.",
"format" : "int32",
"type" : "integer"
}
@@ -1827,6 +1847,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [

View File

@@ -683,6 +683,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [
@@ -795,13 +800,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
@@ -836,12 +841,12 @@
"additionalProperties" : false,
"properties" : {
"available" : {
"description" : "The current balance minus any reserved balance.",
"description" : "The balance available for use.",
"format" : "int64",
"type" : "integer"
},
"balance" : {
"description" : "The current balance of funds in the balance account. These are the funds from all transactions with a value date in the past that have not yet been paid out.",
"description" : "The sum of transactions that have already been settled.",
"format" : "int64",
"type" : "integer"
},
@@ -850,12 +855,12 @@
"type" : "string"
},
"pending" : {
"description" : "The amount of funds that Adyen has processed for this account, but will be settled in a future date.\n\nFor more information, see how to settle funds for users in your [platform](https://docs.adyen.com/platforms/settle-funds) and [marketplace](https://docs.adyen.com/marketplaces/settle-funds).",
"description" : "The sum of the transactions that will be settled in the future.",
"format" : "int64",
"type" : "integer"
},
"reserved" : {
"description" : "The amount reserved for payments that have been [authorised](https://docs.adyen.com/issuing/payment-stages/#authorised), but not yet [captured](https://docs.adyen.com/issuing/payment-stages/#captured) by the merchant.\n\nApplies only to [Adyen-issued cards](https://docs.adyen.com/issuing).",
"description" : "The balance currently held in reserve.",
"format" : "int64",
"type" : "integer"
}
@@ -960,6 +965,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [
@@ -1408,6 +1418,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [
@@ -1708,6 +1723,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [
@@ -1779,7 +1799,7 @@
"type" : "string"
},
"settlementDelayDays" : {
"description" : "Specifies after how many business days the funds in a [settlement batch](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement#settlement-batch) are made available in this balance account.\n\nPossible values: **1** to **10**, or **null**.\n* Setting this value to an integer enables Sales day settlement in this balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement).\n* Setting this value to **null** enables Pass-through settlement in this balance account. See how Pass-through settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/pass-through-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/pass-through-settlement).\n\nDefault value: **null**.",
"description" : "Specifies after how many business days the funds in a [settlement batch](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement#settlement-batch) are made available in this balance account.\n\nPossible values: **1** to **20**, or **null**.\n* Setting this value to an integer enables Sales day settlement in this balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement).\n* Setting this value to **null** enables Pass-through settlement in this balance account. See how Pass-through settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/pass-through-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/pass-through-settlement).\n\nDefault value: **null**.",
"format" : "int32",
"type" : "integer"
}
@@ -1848,6 +1868,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [

View File

@@ -64,13 +64,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
@@ -133,6 +133,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [

View File

@@ -130,6 +130,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [

View File

@@ -7188,13 +7188,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
@@ -7325,12 +7325,12 @@
"additionalProperties" : false,
"properties" : {
"available" : {
"description" : "The current balance minus any reserved balance.",
"description" : "The balance available for use.",
"format" : "int64",
"type" : "integer"
},
"balance" : {
"description" : "The current balance of funds in the balance account. These are the funds from all transactions with a value date in the past that have not yet been paid out.",
"description" : "The sum of transactions that have already been settled.",
"format" : "int64",
"type" : "integer"
},
@@ -7339,12 +7339,12 @@
"type" : "string"
},
"pending" : {
"description" : "The amount of funds that Adyen has processed for this account, but will be settled in a future date.\n\nFor more information, see how to settle funds for users in your [platform](https://docs.adyen.com/platforms/settle-funds) and [marketplace](https://docs.adyen.com/marketplaces/settle-funds).",
"description" : "The sum of the transactions that will be settled in the future.",
"format" : "int64",
"type" : "integer"
},
"reserved" : {
"description" : "The amount reserved for payments that have been [authorised](https://docs.adyen.com/issuing/payment-stages/#authorised), but not yet [captured](https://docs.adyen.com/issuing/payment-stages/#captured) by the merchant.\n\nApplies only to [Adyen-issued cards](https://docs.adyen.com/issuing).",
"description" : "The balance currently held in reserve.",
"format" : "int64",
"type" : "integer"
}
@@ -8556,7 +8556,7 @@
"type" : "string"
},
"value" : {
"description" : "List of counterparty Bank Institutions and the operation.",
"description" : "The list of counterparty bank institutions to be evaluated.",
"items" : {
"$ref" : "#/components/schemas/BankIdentification"
},
@@ -8568,6 +8568,32 @@
],
"type" : "object"
},
"CounterpartyTypesRestriction" : {
"additionalProperties" : false,
"properties" : {
"operation" : {
"description" : "Defines how the condition must be evaluated.",
"type" : "string"
},
"value" : {
"description" : "The list of counterparty types to be evaluated.",
"items" : {
"enum" : [
"balanceAccount",
"bankAccount",
"card",
"transferInstrument"
],
"type" : "string"
},
"type" : "array"
}
},
"required" : [
"operation"
],
"type" : "object"
},
"CountriesRestriction" : {
"additionalProperties" : false,
"properties" : {
@@ -10258,7 +10284,7 @@
"type" : "string"
},
"settlementDelayDays" : {
"description" : "Specifies after how many business days the funds in a [settlement batch](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement#settlement-batch) are made available in this balance account.\n\nPossible values: **1** to **10**, or **null**.\n* Setting this value to an integer enables Sales day settlement in this balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement).\n* Setting this value to **null** enables Pass-through settlement in this balance account. See how Pass-through settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/pass-through-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/pass-through-settlement).\n\nDefault value: **null**.",
"description" : "Specifies after how many business days the funds in a [settlement batch](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement#settlement-batch) are made available in this balance account.\n\nPossible values: **1** to **20**, or **null**.\n* Setting this value to an integer enables Sales day settlement in this balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/sales-day-settlement).\n* Setting this value to **null** enables Pass-through settlement in this balance account. See how Pass-through settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/pass-through-settlement) or [platform](https://docs.adyen.com/platforms/settle-funds/pass-through-settlement).\n\nDefault value: **null**.",
"format" : "int32",
"type" : "integer"
}
@@ -10664,6 +10690,30 @@
},
"type" : "object"
},
"SourceAccountTypesRestriction" : {
"additionalProperties" : false,
"properties" : {
"operation" : {
"description" : "Defines how the condition must be evaluated.",
"type" : "string"
},
"value" : {
"description" : "The list of source account types to be evaluated.",
"items" : {
"enum" : [
"balanceAccount",
"businessAccount"
],
"type" : "string"
},
"type" : "array"
}
},
"required" : [
"operation"
],
"type" : "object"
},
"StringMatch" : {
"additionalProperties" : false,
"properties" : {
@@ -11210,9 +11260,13 @@
"$ref" : "#/components/schemas/BrandVariantsRestriction"
},
"counterpartyBank" : {
"description" : "List of counterparty Institutions and the operation. Supported operations: **anyMatch**, **noneMatch**.",
"description" : "Contains a list of counterparty financial institutions and how they must be evaluated.\n\nSupported operations: **anyMatch**, **noneMatch**.",
"$ref" : "#/components/schemas/CounterpartyBankRestriction"
},
"counterpartyTypes" : {
"description" : "Contains a list of counterparty types and how they must be evaluated.\n\nSupported operations: **anyMatch**, **noneMatch**.\n\nSupported value inputs:\n- **balanceAccount**\n- **bankAccount**\n- **card**\n- **transferInstrument**",
"$ref" : "#/components/schemas/CounterpartyTypesRestriction"
},
"countries" : {
"description" : "List of countries and the operation.\n\nSupported operations: **anyMatch**, **noneMatch**.",
"$ref" : "#/components/schemas/CountriesRestriction"
@@ -11269,6 +11323,10 @@
"description" : "Checks if a user has recently made multiple transfers to the same counterparty.\n\nTo use this restriction, you must:\n\n- Set the rule `type` to **velocity**.\n\n- Specify a time `interval`.\n\n- Specify a number of `matchingTransactions`.\n\nSupported operations: **equals**.",
"$ref" : "#/components/schemas/SameCounterpartyRestriction"
},
"sourceAccountTypes" : {
"description" : "Contains a list of source account types and how they must be evaluated.\n\nSupported operations: **anyMatch**, **noneMatch**.\n\nSupported value inputs:\n- **balanceAccount**\n- **businessAccount**.",
"$ref" : "#/components/schemas/SourceAccountTypesRestriction"
},
"timeOfDay" : {
"description" : "A start and end time in a time-only ISO-8601 extended offset format. Supported operations: **equals**, **notEquals**.",
"$ref" : "#/components/schemas/TimeOfDayRestriction"

View File

@@ -519,6 +519,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:
@@ -650,12 +654,12 @@ components:
additionalProperties: false
properties:
currency:
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
maxLength: 3
minLength: 3
type: string
value:
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
format: int64
type: integer
required:
@@ -700,13 +704,11 @@ components:
additionalProperties: false
properties:
available:
description: The current balance minus any reserved balance.
description: The balance available for use.
format: int64
type: integer
balance:
description: The current balance of funds in the balance account. These
are the funds from all transactions with a value date in the past that
have not yet been paid out.
description: The sum of transactions that have already been settled.
format: int64
type: integer
currency:
@@ -714,21 +716,11 @@ components:
of the balance.
type: string
pending:
description: 'The amount of funds that Adyen has processed for this account,
but will be settled in a future date.
For more information, see how to settle funds for users in your [platform](https://docs.adyen.com/platforms/settle-funds)
and [marketplace](https://docs.adyen.com/marketplaces/settle-funds).'
description: The sum of the transactions that will be settled in the future.
format: int64
type: integer
reserved:
description: 'The amount reserved for payments that have been [authorised](https://docs.adyen.com/issuing/payment-stages/#authorised),
but not yet [captured](https://docs.adyen.com/issuing/payment-stages/#captured)
by the merchant.
Applies only to [Adyen-issued cards](https://docs.adyen.com/issuing).'
description: The balance currently held in reserve.
format: int64
type: integer
required:
@@ -835,6 +827,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:
@@ -1251,6 +1247,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:
@@ -1467,6 +1467,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:
@@ -1562,7 +1566,7 @@ components:
are made available in this balance account.
Possible values: **1** to **10**, or **null**.
Possible values: **1** to **20**, or **null**.
* Setting this value to an integer enables Sales day settlement in this
balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement)
@@ -1629,6 +1633,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:

View File

@@ -516,6 +516,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:
@@ -647,12 +651,12 @@ components:
additionalProperties: false
properties:
currency:
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
maxLength: 3
minLength: 3
type: string
value:
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
format: int64
type: integer
required:
@@ -697,13 +701,11 @@ components:
additionalProperties: false
properties:
available:
description: The current balance minus any reserved balance.
description: The balance available for use.
format: int64
type: integer
balance:
description: The current balance of funds in the balance account. These
are the funds from all transactions with a value date in the past that
have not yet been paid out.
description: The sum of transactions that have already been settled.
format: int64
type: integer
currency:
@@ -711,21 +713,11 @@ components:
of the balance.
type: string
pending:
description: 'The amount of funds that Adyen has processed for this account,
but will be settled in a future date.
For more information, see how to settle funds for users in your [platform](https://docs.adyen.com/platforms/settle-funds)
and [marketplace](https://docs.adyen.com/marketplaces/settle-funds).'
description: The sum of the transactions that will be settled in the future.
format: int64
type: integer
reserved:
description: 'The amount reserved for payments that have been [authorised](https://docs.adyen.com/issuing/payment-stages/#authorised),
but not yet [captured](https://docs.adyen.com/issuing/payment-stages/#captured)
by the merchant.
Applies only to [Adyen-issued cards](https://docs.adyen.com/issuing).'
description: The balance currently held in reserve.
format: int64
type: integer
required:
@@ -826,6 +818,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:
@@ -1243,6 +1239,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:
@@ -1523,6 +1523,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:
@@ -1598,7 +1602,7 @@ components:
are made available in this balance account.
Possible values: **1** to **10**, or **null**.
Possible values: **1** to **20**, or **null**.
* Setting this value to an integer enables Sales day settlement in this
balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement)
@@ -1665,6 +1669,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:

View File

@@ -50,12 +50,12 @@ components:
additionalProperties: false
properties:
currency:
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
maxLength: 3
minLength: 3
type: string
value:
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
format: int64
type: integer
required:
@@ -109,6 +109,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:

View File

@@ -122,6 +122,10 @@ components:
Possible values: **test**, **live**.'
type: string
timestamp:
description: When the event was queued.
format: date-time
type: string
type:
description: Type of webhook.
enum:

View File

@@ -4633,12 +4633,12 @@ components:
additionalProperties: false
properties:
currency:
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
maxLength: 3
minLength: 3
type: string
value:
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
format: int64
type: integer
required:
@@ -4758,13 +4758,11 @@ components:
additionalProperties: false
properties:
available:
description: The current balance minus any reserved balance.
description: The balance available for use.
format: int64
type: integer
balance:
description: The current balance of funds in the balance account. These
are the funds from all transactions with a value date in the past that
have not yet been paid out.
description: The sum of transactions that have already been settled.
format: int64
type: integer
currency:
@@ -4772,21 +4770,11 @@ components:
of the balance.
type: string
pending:
description: 'The amount of funds that Adyen has processed for this account,
but will be settled in a future date.
For more information, see how to settle funds for users in your [platform](https://docs.adyen.com/platforms/settle-funds)
and [marketplace](https://docs.adyen.com/marketplaces/settle-funds).'
description: The sum of the transactions that will be settled in the future.
format: int64
type: integer
reserved:
description: 'The amount reserved for payments that have been [authorised](https://docs.adyen.com/issuing/payment-stages/#authorised),
but not yet [captured](https://docs.adyen.com/issuing/payment-stages/#captured)
by the merchant.
Applies only to [Adyen-issued cards](https://docs.adyen.com/issuing).'
description: The balance currently held in reserve.
format: int64
type: integer
required:
@@ -5873,13 +5861,32 @@ components:
description: Defines how the condition must be evaluated.
type: string
value:
description: List of counterparty Bank Institutions and the operation.
description: The list of counterparty bank institutions to be evaluated.
items:
$ref: '#/components/schemas/BankIdentification'
type: array
required:
- operation
type: object
CounterpartyTypesRestriction:
additionalProperties: false
properties:
operation:
description: Defines how the condition must be evaluated.
type: string
value:
description: The list of counterparty types to be evaluated.
items:
enum:
- balanceAccount
- bankAccount
- card
- transferInstrument
type: string
type: array
required:
- operation
type: object
CountriesRestriction:
additionalProperties: false
properties:
@@ -7441,7 +7448,7 @@ components:
are made available in this balance account.
Possible values: **1** to **10**, or **null**.
Possible values: **1** to **20**, or **null**.
* Setting this value to an integer enables Sales day settlement in this
balance account. See how Sales day settlement works in your [marketplace](https://docs.adyen.com/marketplaces/settle-funds/sales-day-settlement)
@@ -7782,6 +7789,23 @@ components:
format: int32
type: integer
type: object
SourceAccountTypesRestriction:
additionalProperties: false
properties:
operation:
description: Defines how the condition must be evaluated.
type: string
value:
description: The list of source account types to be evaluated.
items:
enum:
- balanceAccount
- businessAccount
type: string
type: array
required:
- operation
type: object
StringMatch:
additionalProperties: false
properties:
@@ -8499,9 +8523,30 @@ components:
Supported operations: **anyMatch**, **noneMatch**.'
$ref: '#/components/schemas/BrandVariantsRestriction'
counterpartyBank:
description: 'List of counterparty Institutions and the operation. Supported
operations: **anyMatch**, **noneMatch**.'
description: 'Contains a list of counterparty financial institutions and
how they must be evaluated.
Supported operations: **anyMatch**, **noneMatch**.'
$ref: '#/components/schemas/CounterpartyBankRestriction'
counterpartyTypes:
description: 'Contains a list of counterparty types and how they must be
evaluated.
Supported operations: **anyMatch**, **noneMatch**.
Supported value inputs:
- **balanceAccount**
- **bankAccount**
- **card**
- **transferInstrument**'
$ref: '#/components/schemas/CounterpartyTypesRestriction'
countries:
description: 'List of countries and the operation.
@@ -8641,6 +8686,20 @@ components:
Supported operations: **equals**.'
$ref: '#/components/schemas/SameCounterpartyRestriction'
sourceAccountTypes:
description: 'Contains a list of source account types and how they must
be evaluated.
Supported operations: **anyMatch**, **noneMatch**.
Supported value inputs:
- **balanceAccount**
- **businessAccount**.'
$ref: '#/components/schemas/SourceAccountTypesRestriction'
timeOfDay:
description: 'A start and end time in a time-only ISO-8601 extended offset
format. Supported operations: **equals**, **notEquals**.'