Skip to content

Commit 4af969a

Browse files
authored
deprecate payment-card (#5349)
1 parent 3f133a5 commit 4af969a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation-site/pages/components/payment-card.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export default Layout;
2323

2424
<Yard placeholderHeight={48} {...paymentCardYardConfig} />
2525

26+
**⚠️ This component is deprecated as of October 5th, 2024** when it becomes non-compliant with the requirements of PCI DSS v4. The component fails to meet the new compliance standards because it can access raw cardholder data directly. Ensuring PCI compliance requires that all sensitive cardholder data must be isolated within secure iframes or similar secure mechanisms.
27+
2628
The Payment Card input **automatically detects and formats credit card types**. It shows a small thumbnail icon of the parsed credit card brand to let users know they have entered their card in the correct format. The supported credit card brands are listed here:
2729

2830
<Table

0 commit comments

Comments
 (0)