Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Dec 18, 2024
1 parent 7a609f5 commit 8d953d9
Show file tree
Hide file tree
Showing 10 changed files with 288 additions and 87 deletions.
39 changes: 32 additions & 7 deletions json/BalancePlatformConfigurationNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -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"
},
Expand All @@ -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"
}
Expand Down Expand Up @@ -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" : [
Expand Down Expand Up @@ -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" : [
Expand Down Expand Up @@ -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" : [
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -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" : [
Expand Down
39 changes: 32 additions & 7 deletions json/BalancePlatformConfigurationNotification-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -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"
},
Expand All @@ -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"
}
Expand Down Expand Up @@ -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" : [
Expand Down Expand Up @@ -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" : [
Expand Down Expand Up @@ -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" : [
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -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" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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" : [
Expand Down
5 changes: 5 additions & 0 deletions json/BalancePlatformReportNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand Down
Loading

0 comments on commit 8d953d9

Please sign in to comment.