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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user