Skip to content

Using with stripe.js #25

@bkrall

Description

@bkrall

Hey there! Possibly covered in another issue, but I'm not seeing it.

https://stripe.com/docs/custom-form#step-1-collecting-credit-card-information

The HTML is fairly standard, but note how every input for sensitive data—number, CVC, expiration, and ZIP code—omits the name attribute. By omitting a name, the user-supplied data in those fields won't be passed to your server when the form is submitted. Each element also includes a data-stripe attribute

Is it possible to use card-react without using name attributes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions