Skip to content

Commit

Permalink
deprecate payment-card (#5349)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbrennan authored Sep 18, 2024
1 parent 3f133a5 commit 4af969a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation-site/pages/components/payment-card.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export default Layout;

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

**⚠️ 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.

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:

<Table
Expand Down

0 comments on commit 4af969a

Please sign in to comment.