Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 542a8a1

Browse files
authored
GraphQL: Add list of supported cards to Payflow Pro (#8295)
* GraphQL: Add list of supported cards to Payflow Pro * Enter feedback and other updates * One more edit
1 parent e4b251e commit 542a8a1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/_includes/graphql/payment-methods/payflow-pro-attributes.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,22 @@ Attribute | Data Type | Description
88

99
### CreditCardDetailsInput object
1010

11-
The `CreditCardDetailsInput` object must contain the following attributes:
11+
Magento supports the following values for the `cc_type` attribute. The merchant's payment processor might support only a subset of these values.
12+
13+
* `AE` - American Express
14+
* `AU` - Aura
15+
* `DI` - Discover
16+
* `DN` - Diners Club
17+
* `ELO` - Elo
18+
* `HC` - Hipercard
19+
* `JCB` - JCB
20+
* `MC` - MasterCard
21+
* `MD` - Maestro Domestic
22+
* `MI` - Maestro International
23+
* `UN` - UnionPay
24+
* `VI` - Visa
25+
26+
The `CreditCardDetailsInput` object must contain all of the attributes listed below.
1227

1328
Attribute | Data Type | Description
1429
--- | --- | ---

0 commit comments

Comments
 (0)