Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jun 20, 2024
1 parent bb5f8af commit 4ccefb6
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 0 deletions.
2 changes: 2 additions & 0 deletions json/BalancePlatformTransferNotification-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down Expand Up @@ -1697,6 +1698,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down
2 changes: 2 additions & 0 deletions json/BalancePlatformTransferNotification-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down Expand Up @@ -1763,6 +1764,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down
1 change: 1 addition & 0 deletions json/TransferService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down
11 changes: 11 additions & 0 deletions json/TransferService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2324,6 +2324,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down Expand Up @@ -2534,6 +2535,16 @@
"description" : " A reference that is sent to the recipient. This reference is also sent in all webhooks related to the transfer, so you can use it to track statuses for both parties involved in the funds movement.\n\n Supported characters: **a-z**, **A-Z**, **0-9**. The maximum length depends on the `category`.\n\n- **internal**: 80 characters\n\n- **bank**: 35 characters when transferring to an IBAN, 15 characters for others.",
"type" : "string"
},
"type" : {
"x-addedInVersion" : "3",
"description" : "The type of transfer.\n\nPossible values:\n\n - **bankTransfer**: for push transfers to a transfer instrument or a bank account. The `category` must be **bank**.\n- **internalTransfer**: for push transfers between balance accounts. The `category` must be **internal**.\n- **internalDirectDebit**: for pull transfers (direct debits) between balance accounts. The `category` must be **internal**. \n\n",
"enum" : [
"bankTransfer",
"internalTransfer",
"internalDirectDebit"
],
"type" : "string"
},
"ultimateParty" : {
"x-addedInVersion" : "3",
"description" : "The ultimate sender of the funds of the transfer (ultimate debtor).",
Expand Down
13 changes: 13 additions & 0 deletions json/TransferService-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3100,6 +3100,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down Expand Up @@ -3361,6 +3362,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down Expand Up @@ -3607,6 +3609,7 @@
"counterpartyAddressRequired",
"counterpartyBankTimedOut",
"counterpartyBankUnavailable",
"declined",
"declinedByTransactionRule",
"error",
"notEnoughBalance",
Expand Down Expand Up @@ -3797,6 +3800,16 @@
"description" : " A reference that is sent to the recipient. This reference is also sent in all webhooks related to the transfer, so you can use it to track statuses for both parties involved in the funds movement.\n\n Supported characters: **a-z**, **A-Z**, **0-9**. The maximum length depends on the `category`.\n\n- **internal**: 80 characters\n\n- **bank**: 35 characters when transferring to an IBAN, 15 characters for others.",
"type" : "string"
},
"type" : {
"x-addedInVersion" : "3",
"description" : "The type of transfer.\n\nPossible values:\n\n - **bankTransfer**: for push transfers to a transfer instrument or a bank account. The `category` must be **bank**.\n- **internalTransfer**: for push transfers between balance accounts. The `category` must be **internal**.\n- **internalDirectDebit**: for pull transfers (direct debits) between balance accounts. The `category` must be **internal**. \n\n",
"enum" : [
"bankTransfer",
"internalTransfer",
"internalDirectDebit"
],
"type" : "string"
},
"ultimateParty" : {
"x-addedInVersion" : "3",
"description" : "The ultimate sender of the funds of the transfer (ultimate debtor).",
Expand Down
2 changes: 2 additions & 0 deletions yaml/BalancePlatformTransferNotification-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1264,6 +1264,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down Expand Up @@ -1516,6 +1517,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down
2 changes: 2 additions & 0 deletions yaml/BalancePlatformTransferNotification-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down Expand Up @@ -1528,6 +1529,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down
1 change: 1 addition & 0 deletions yaml/TransferService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down
14 changes: 14 additions & 0 deletions yaml/TransferService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down Expand Up @@ -2162,6 +2163,19 @@ components:
\ depends on the `category`.\n\n- **internal**: 80 characters\n\n- **bank**:\
\ 35 characters when transferring to an IBAN, 15 characters for others."
type: string
type:
x-addedInVersion: '3'
description: "The type of transfer.\n\nPossible values:\n\n - **bankTransfer**:\
\ for push transfers to a transfer instrument or a bank account. The `category`\
\ must be **bank**.\n- **internalTransfer**: for push transfers between\
\ balance accounts. The `category` must be **internal**.\n- **internalDirectDebit**:\
\ for pull transfers (direct debits) between balance accounts. The `category`\
\ must be **internal**. \n\n"
enum:
- bankTransfer
- internalTransfer
- internalDirectDebit
type: string
ultimateParty:
x-addedInVersion: '3'
description: The ultimate sender of the funds of the transfer (ultimate
Expand Down
16 changes: 16 additions & 0 deletions yaml/TransferService-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2513,6 +2513,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down Expand Up @@ -2767,6 +2768,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down Expand Up @@ -2996,6 +2998,7 @@ components:
- counterpartyAddressRequired
- counterpartyBankTimedOut
- counterpartyBankUnavailable
- declined
- declinedByTransactionRule
- error
- notEnoughBalance
Expand Down Expand Up @@ -3221,6 +3224,19 @@ components:
\ depends on the `category`.\n\n- **internal**: 80 characters\n\n- **bank**:\
\ 35 characters when transferring to an IBAN, 15 characters for others."
type: string
type:
x-addedInVersion: '3'
description: "The type of transfer.\n\nPossible values:\n\n - **bankTransfer**:\
\ for push transfers to a transfer instrument or a bank account. The `category`\
\ must be **bank**.\n- **internalTransfer**: for push transfers between\
\ balance accounts. The `category` must be **internal**.\n- **internalDirectDebit**:\
\ for pull transfers (direct debits) between balance accounts. The `category`\
\ must be **internal**. \n\n"
enum:
- bankTransfer
- internalTransfer
- internalDirectDebit
type: string
ultimateParty:
x-addedInVersion: '3'
description: The ultimate sender of the funds of the transfer (ultimate
Expand Down

0 comments on commit 4ccefb6

Please sign in to comment.