Skip to content

Add support for Issuing Elements#649

Open
LogicalGuy77 wants to merge 2 commits intostripe:masterfrom
LogicalGuy77:issue-elements
Open

Add support for Issuing Elements#649
LogicalGuy77 wants to merge 2 commits intostripe:masterfrom
LogicalGuy77:issue-elements

Conversation

@LogicalGuy77
Copy link

Summary & motivation

This PR adds support for Stripe Issuing Elements, allowing developers to securely display sensitive card data (PAN, CVC, Expiry, PIN) and copy buttons in their React applications.

This implementation wraps the underlying Stripe.js Issuing Elements, providing fully typed React components that follow the existing patterns of this library.

Fixes #647

Testing & documentation

  • Added TypeScript definitions and verified compilation.
  • Ran existing unit tests (yarn test) - All passed.
  • Verified build

Created a comprehensive example file to validate the API surface. /examples/hooks/14-Issuing-Card-Display.js

Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Issuing Elements

1 participant