spec release

This commit is contained in:
Adyen Automation
2024-11-04 11:01:10 +01:00
parent 0d81b2a106
commit f1080f190f
22 changed files with 722 additions and 18 deletions

View File

@@ -4935,7 +4935,7 @@ components:
or [Classic integration](https://docs.adyen.com/classic-integration) documentation.
$ref: '#/components/schemas/ThreeDS2RequestData'
threeDS2Result:
description: Thre ThreeDS2Result that was returned in the final CRes.
description: The ThreeDS2Result that was returned in the final CRes.
$ref: '#/components/schemas/ThreeDS2Result'
threeDS2Token:
description: The ThreeDS2Token that was returned in the /authorise call.
@@ -5312,6 +5312,53 @@ components:
Example: amex'
type: string
cardProductId:
description: 'The Card Product ID represents the type of card following
card scheme product definitions and can be returned for Adyen Acquiring
service level payments.
Possible values Visa:
* **A** - Visa Traditional
* **B** - Visa Traditional Rewards
* **C** - Visa Signature
* **D** - Visa Signature Preferred
* **F** - Visa Classic
Possible values Mastercard:
* **MCC** - Mastercard Card
* **MCE** - Mastercard Electronic Card
* **MCF** - Mastercard Corporate Fleet Card
* **MCG** - Gold Mastercard Card
* **MCH** - Mastercard Premium Charge
* **MCI** - Mastercard Select Debit
'
enum:
- A
- B
- C
- D
- F
- MCC
- MCE
- MCF
- MCG
- MCH
- MCI
type: string
cardSummary:
description: 'The last four digits of a card number.