Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Nov 13, 2024
1 parent f514d60 commit de8a360
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 13 deletions.
4 changes: 3 additions & 1 deletion json/BalancePlatformTransferNotification-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down Expand Up @@ -1815,6 +1816,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down Expand Up @@ -1943,7 +1945,7 @@
},
"valueDate" : {
"x-addedInVersion" : "3",
"description" : "A future date, when the funds are expected to be deducted from or credited to the balance account.",
"description" : "The date when the funds are expected to be deducted from or credited to the balance account. This date can be in either the past or future.",
"format" : "date-time",
"type" : "string"
}
Expand Down
4 changes: 3 additions & 1 deletion json/BalancePlatformTransferNotification-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down Expand Up @@ -1918,6 +1919,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down Expand Up @@ -2036,7 +2038,7 @@
},
"valueDate" : {
"x-addedInVersion" : "3",
"description" : "A future date, when the funds are expected to be deducted from or credited to the balance account.",
"description" : "The date when the funds are expected to be deducted from or credited to the balance account. This date can be in either the past or future.",
"format" : "date-time",
"type" : "string"
}
Expand Down
1 change: 1 addition & 0 deletions json/TransferService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down
1 change: 1 addition & 0 deletions json/TransferService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2708,6 +2708,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down
9 changes: 6 additions & 3 deletions json/TransferService-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@
}
},
{
"description" : "Only include transfers that have been created on or after this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.",
"description" : "Only include transfers that have been created on or after this point in time. The value must be in ISO 8601 format and not earlier than 6 months before the `createdUntil` date. For example, **2021-05-30T15:07:40Z**.",
"name" : "createdSince",
"in" : "query",
"required" : true,
Expand All @@ -766,7 +766,7 @@
}
},
{
"description" : "Only include transfers that have been created on or before this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.",
"description" : "Only include transfers that have been created on or before this point in time. The value must be in ISO 8601 format and not later than 6 months after the `createdSince` date. For example, **2021-05-30T15:07:40Z**.",
"name" : "createdUntil",
"in" : "query",
"required" : true,
Expand Down Expand Up @@ -3483,6 +3483,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down Expand Up @@ -3763,6 +3764,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down Expand Up @@ -4022,6 +4024,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down Expand Up @@ -4140,7 +4143,7 @@
},
"valueDate" : {
"x-addedInVersion" : "3",
"description" : "A future date, when the funds are expected to be deducted from or credited to the balance account.",
"description" : "The date when the funds are expected to be deducted from or credited to the balance account. This date can be in either the past or future.",
"format" : "date-time",
"type" : "string"
}
Expand Down
7 changes: 5 additions & 2 deletions yaml/BalancePlatformTransferNotification-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down Expand Up @@ -1656,6 +1657,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down Expand Up @@ -1768,8 +1770,9 @@ components:
type: string
valueDate:
x-addedInVersion: '3'
description: A future date, when the funds are expected to be deducted from
or credited to the balance account.
description: The date when the funds are expected to be deducted from or
credited to the balance account. This date can be in either the past or
future.
format: date-time
type: string
type: object
Expand Down
7 changes: 5 additions & 2 deletions yaml/BalancePlatformTransferNotification-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down Expand Up @@ -1692,6 +1693,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down Expand Up @@ -1796,8 +1798,9 @@ components:
type: string
valueDate:
x-addedInVersion: '3'
description: A future date, when the funds are expected to be deducted from
or credited to the balance account.
description: The date when the funds are expected to be deducted from or
credited to the balance account. This date can be in either the past or
future.
format: date-time
type: string
type: object
Expand Down
1 change: 1 addition & 0 deletions yaml/TransferService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down
1 change: 1 addition & 0 deletions yaml/TransferService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2238,6 +2238,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down
14 changes: 10 additions & 4 deletions yaml/TransferService-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -576,15 +576,17 @@ paths:
- upgrade
type: string
- description: Only include transfers that have been created on or after this
point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.
point in time. The value must be in ISO 8601 format and not earlier than
6 months before the `createdUntil` date. For example, **2021-05-30T15:07:40Z**.
name: createdSince
in: query
required: true
schema:
format: date-time
type: string
- description: Only include transfers that have been created on or before this
point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.
point in time. The value must be in ISO 8601 format and not later than 6
months after the `createdSince` date. For example, **2021-05-30T15:07:40Z**.
name: createdUntil
in: query
required: true
Expand Down Expand Up @@ -2847,6 +2849,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down Expand Up @@ -3119,6 +3122,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down Expand Up @@ -3360,6 +3364,7 @@ components:
- pendingApproval
- pendingExecution
- refusedByCounterpartyBank
- refusedByCustomer
- routeNotFound
- scaFailed
- transferInstrumentDoesNotExist
Expand Down Expand Up @@ -3464,8 +3469,9 @@ components:
type: string
valueDate:
x-addedInVersion: '3'
description: A future date, when the funds are expected to be deducted from
or credited to the balance account.
description: The date when the funds are expected to be deducted from or
credited to the balance account. This date can be in either the past or
future.
format: date-time
type: string
type: object
Expand Down

0 comments on commit de8a360

Please sign in to comment.