• Resolved Sallar Rabiei

    (@sallarrabiei)


    Hi,

    I am looking for a solution to ask for first name and last name, email address, and country on the stripe form.
    Imagine a user buys a product and the name, email, address on the credit card are not identical to the information on the shipping address. And it may happen since they are going to buy it as a gift, or they are going to pay it with their parent’s card or partner’s card.
    As I notice in your plugin there is an option for :
    1- card number
    2- Exp date
    3- CVC
    4- Postal code

    I am looking for a solution to add First and last names, and countries.
    Regards,
    Sallar

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @sallarrabiei

    That’s why the billing address exists. The plugin doesn’t use the shipping address info for the credit card, it uses the billing address which should always match the info associated with the payment method.

    Kind regards

    Thread Starter Sallar Rabiei

    (@sallarrabiei)

    Thanks @mrclayton,

    Imagine a case I am going to buy a product as a gift, in this case, I am going to writhe my friend’s address in the shipping section, and since I am going to provide an invoice for tax purposes, while I pay it with my partner debit card. It seems to me, a user needs to type cardholder name before card number. Or putting a checkbox that asks: Cardholder name is not identical with billing address.
    and when user clicks on that they see extra input for name and last name.

    My question is that:
    Does the plugin check billing_first_nameor shipping_first_name?
    If stripe checks both, which one will check first? or which one is important?

    Plugin Author Payment Plugins

    (@mrclayton)

    Cardholder name is not identical with billing address.
    and when user clicks on that they see extra input for name and last name.

    The billing address, which already includes the first and last name fields, should always be identical to the billing info associated with the credit card.

    Does the plugin check billing_first_name or shipping_first_name?

    Per my previous reply, the plugin uses the billing address fields which includes the billing_first_name.

    or which one is important?

    The billing address is the one that’s used to verify the payment method.

    If you’re using someone else’s payment method, then you would enter their billing address information in the checkout page’s billing address fields.

    Kind Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add extra field for name in card?’ is closed to new replies.