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:
@@ -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
|
||||
@@ -708,7 +698,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
|
||||
@@ -733,7 +722,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
|
||||
@@ -751,7 +739,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
|
||||
@@ -772,7 +759,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
|
||||
|
||||
Reference in New Issue
Block a user