mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -1534,6 +1534,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
@@ -1815,6 +1816,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1659,6 +1659,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
@@ -1918,6 +1919,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1060,6 +1060,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
|
||||
@@ -2708,6 +2708,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
|
||||
@@ -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,
|
||||
@@ -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,
|
||||
@@ -3483,6 +3483,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
@@ -3763,6 +3764,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
@@ -4022,6 +4024,7 @@
|
||||
"pendingApproval",
|
||||
"pendingExecution",
|
||||
"refusedByCounterpartyBank",
|
||||
"refusedByCustomer",
|
||||
"routeNotFound",
|
||||
"scaFailed",
|
||||
"transferInstrumentDoesNotExist",
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1392,6 +1392,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
@@ -1656,6 +1657,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
@@ -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
|
||||
|
||||
@@ -1451,6 +1451,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
@@ -1692,6 +1693,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
@@ -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
|
||||
|
||||
@@ -972,6 +972,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
|
||||
@@ -2238,6 +2238,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
|
||||
@@ -576,7 +576,8 @@ 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
|
||||
@@ -584,7 +585,8 @@ paths:
|
||||
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
|
||||
@@ -2847,6 +2849,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
@@ -3119,6 +3122,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
@@ -3360,6 +3364,7 @@ components:
|
||||
- pendingApproval
|
||||
- pendingExecution
|
||||
- refusedByCounterpartyBank
|
||||
- refusedByCustomer
|
||||
- routeNotFound
|
||||
- scaFailed
|
||||
- transferInstrumentDoesNotExist
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user