spec release

This commit is contained in:
Adyen Automation
2025-02-05 10:50:47 +01:00
parent 7d91ca055c
commit 15cd5c30d4
10 changed files with 20 additions and 130 deletions

View File

@@ -431,16 +431,6 @@ components:
resultCode:
description: The result of the cost estimation.
type: string
surchargeType:
description: 'Indicates the way the charges can be passed on to the cardholder.
The following values are possible:
* `ZERO` - the charges are not allowed to pass on
* `PASSTHROUGH` - the charges can be passed on
* `UNLIMITED` - there is no limit on how much surcharge is passed on'
type: string
type: object
DSPublicKeyDetail:
additionalProperties: false
@@ -705,7 +695,6 @@ components:
currency: EUR
value: 12
resultCode: Success
surchargeType: PASSTHROUGH
post-getCostEstimate-getCostEstimateEncryptedCard:
summary: Estimate the transaction cost using an encrypted card number
description: Example request to get the estimated cost of a transaction
@@ -730,7 +719,6 @@ components:
currency: EUR
value: 12
resultCode: Success
surchargeType: PASSTHROUGH
post-getCostEstimate-getCostEstimateMinimal:
summary: Estimate the transaction cost (minimal)
description: Example request to get the estimated cost of a transaction with
@@ -748,7 +736,6 @@ components:
currency: EUR
value: 12
resultCode: Success
surchargeType: PASSTHROUGH
post-getCostEstimate-getCostEstimateMinimal3DS:
summary: Estimate the transaction cost (minimal with 3DSecure)
description: Example request to get the estimated cost of a 3D Secure transaction
@@ -769,7 +756,6 @@ components:
currency: EUR
value: 12
resultCode: Success
surchargeType: PASSTHROUGH
post-getCostEstimate-getCostEstimateRecurringContract:
summary: Estimate the transaction cost (recurring contract)
description: Example request to get the estimated cost of a recurring transaction