Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Oct 10, 2024
1 parent 03bcd4e commit b4c0540
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 70 deletions.
14 changes: 12 additions & 2 deletions json/BalancePlatformConfigurationNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"name" : "Card order"
}
],
"x-staticResponse" : "response.json",
"webhooks" : {
"balancePlatform.accountHolder.created" : {
"post" : {
Expand Down Expand Up @@ -1007,6 +1006,10 @@
"description" : "The bank account type.\n\nPossible values: **checking** or **savings**. Defaults to **checking**.",
"type" : "string"
},
"branchNumber" : {
"description" : "The bank account branch number, without separators or whitespace",
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "Business accounts with a `formFactor` value of **physical** are business accounts issued under the central bank of that country. The default value is **physical** for NL, US, and UK business accounts. \n\nAdyen creates a local IBAN for business accounts when the `formFactor` value is set to **virtual**. The local IBANs that are supported are for DE and FR, which reference a physical NL account, with funds being routed through the central bank of NL.",
Expand Down Expand Up @@ -1755,7 +1758,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: **0** 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 **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**.",
"format" : "int32",
"type" : "integer"
}
Expand Down Expand Up @@ -1863,6 +1866,7 @@
"reason" : {
"description" : "The reason for disabling the sweep.",
"enum" : [
"accountHierarchyNotActive",
"amountLimitExceeded",
"approved",
"balanceAccountTemporarilyBlockedByTransactionRule",
Expand All @@ -1874,12 +1878,15 @@
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"directDebitNotSupported",
"error",
"notEnoughBalance",
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
"unknown"
],
"type" : "string"
Expand Down Expand Up @@ -2006,6 +2013,7 @@
"issueCard",
"issueCardCommercial",
"issueCardConsumer",
"issueCreditLimit",
"localAcceptance",
"payout",
"payoutToTransferInstrument",
Expand Down Expand Up @@ -2087,6 +2095,7 @@
"issueCard",
"issueCardCommercial",
"issueCardConsumer",
"issueCreditLimit",
"localAcceptance",
"payout",
"payoutToTransferInstrument",
Expand Down Expand Up @@ -2183,6 +2192,7 @@
"issueCard",
"issueCardCommercial",
"issueCardConsumer",
"issueCreditLimit",
"localAcceptance",
"payout",
"payoutToTransferInstrument",
Expand Down
16 changes: 13 additions & 3 deletions json/BalancePlatformConfigurationNotification-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"name" : "Card order"
}
],
"x-staticResponse" : "response.json",
"webhooks" : {
"balancePlatform.accountHolder.created" : {
"post" : {
Expand Down Expand Up @@ -999,6 +998,10 @@
"description" : "The bank account type.\n\nPossible values: **checking** or **savings**. Defaults to **checking**.",
"type" : "string"
},
"branchNumber" : {
"description" : "The bank account branch number, without separators or whitespace",
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "Business accounts with a `formFactor` value of **physical** are business accounts issued under the central bank of that country. The default value is **physical** for NL, US, and UK business accounts. \n\nAdyen creates a local IBAN for business accounts when the `formFactor` value is set to **virtual**. The local IBANs that are supported are for DE and FR, which reference a physical NL account, with funds being routed through the central bank of NL.",
Expand Down Expand Up @@ -1776,7 +1779,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: **0** 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 **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**.",
"format" : "int32",
"type" : "integer"
}
Expand Down Expand Up @@ -1910,6 +1913,7 @@
"reason" : {
"description" : "The reason for disabling the sweep.",
"enum" : [
"accountHierarchyNotActive",
"amountLimitExceeded",
"approved",
"balanceAccountTemporarilyBlockedByTransactionRule",
Expand All @@ -1921,12 +1925,15 @@
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"directDebitNotSupported",
"error",
"notEnoughBalance",
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
"unknown"
],
"type" : "string"
Expand Down Expand Up @@ -2053,6 +2060,7 @@
"issueCard",
"issueCardCommercial",
"issueCardConsumer",
"issueCreditLimit",
"localAcceptance",
"payout",
"payoutToTransferInstrument",
Expand Down Expand Up @@ -2134,6 +2142,7 @@
"issueCard",
"issueCardCommercial",
"issueCardConsumer",
"issueCreditLimit",
"localAcceptance",
"payout",
"payoutToTransferInstrument",
Expand Down Expand Up @@ -2230,6 +2239,7 @@
"issueCard",
"issueCardCommercial",
"issueCardConsumer",
"issueCreditLimit",
"localAcceptance",
"payout",
"payoutToTransferInstrument",
Expand Down Expand Up @@ -2844,7 +2854,7 @@
}
},
"environment" : "test",
"type" : "balancePlatform.balanceAccountSweep.created"
"type" : "balancePlatform.balanceAccountSweep.updated"
}
},
"post-balancePlatform.paymentInstrument.created-balancePlatform-paymentInstrument-created" : {
Expand Down
16 changes: 5 additions & 11 deletions json/BalancePlatformReportNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"type" : "string"
},
"reportType" : {
"description" : "Type of report.",
"description" : "The type of report. Possible values:\n\n- `balanceplatform_accounting_interactive_report`\n- `balanceplatform_accounting_report`\n- `balanceplatform_balance_report`\n- `balanceplatform_fee_report`\n- `balanceplatform_payment_instrument_report`\n- `balanceplatform_payout_report`\n- `balanceplatform_statement_report`\n\n",
"type" : "string"
}
},
Expand Down Expand Up @@ -202,16 +202,10 @@
"value" : {
"data" : {
"balancePlatform" : "YOUR_BALANCE_PLATFORM",
"accountHolder" : {
"id" : "AH32272223222B59MTF7458DP"
},
"balanceAccount" : {
"id" : "BA3227C223222B5B9SCR82TMV"
},
"creationDate" : "2021-07-02T02:01:08+02:00",
"fileName" : "balanceplatform_payments_accounting_report_2021_07_01.csv",
"reportType" : "balanceplatform_payments_accounting_report",
"downloadUrl" : "https://balanceplatform-test.adyen.com/balanceplatform/.../.../.../balanceplatform_payments_accounting_report_2021_07_01.csv"
"creationDate" : "2024-07-02T02:01:08+02:00",
"fileName" : "balanceplatform_accounting_report_2024_07_01.csv",
"reportType" : "balanceplatform_accounting_report",
"downloadUrl" : "https://balanceplatform-test.adyen.com/balanceplatform/.../.../.../balanceplatform_accounting_report_2024_07_01.csv"
},
"environment" : "test",
"type" : "balancePlatform.report.created"
Expand Down
Loading

0 comments on commit b4c0540

Please sign in to comment.