Skip to content

CreatePaymentMethodRequest - should billing details be attached to having a card? #226

@darylp041

Description

@darylp041

Given you can pass data via the Stripe API, and get a token in return, do billing details need to be so heavily linked to having/providing the card details?

If you pass a token, then you shouldn't need to handle the card details again.

This is inside: Omnipay\Stripe\Message\PaymentIntents\CreatePaymentMethodRequest

This might be prohibiting any/all customer information from being sent. You can pass customer information via the Stripe create token (https://stripe.com/docs/js/tokens_sources/create_token?type=cardElement), but server side handling would be easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions