• I see that names and descriptions per each transaction are missing in
    Stripe dashboard > Transactions
    https://i.snipboard.io/Yw5AUk.jpg

    Is it a bad practice ? But its included on the left.
    Does it mean that Stripe gets the name, address etc data automatically,
    or I should send these info via api ?

    I am just using Apple Pay. Which part of the code I can check for names and address being sent when using api ?

    Regards

    • This topic was modified 1 year, 4 months ago by cagsan.
    • This topic was modified 1 year, 4 months ago by cagsan.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Clayton R

    (@mrclayton)

    Is it a bad practice ? But its included on the left.

    These are unrelated. The billing info on the left comes from your checkout page and corresponds to what your customer entered on the checkout page. The name and description of the customer object is different. They may or may not be populated based on how you have the plugin configured.

    If you have the plugin configured to create the customer object when a user creates an account, then that information might not be available yet. You can change the plugin settings so a customer object isn’t created until time of checkout. That will ensure all data used to create the customer comes from the checkout page.

    Kind Regards

    Thread Starter cagsan

    (@cagsan)

    You can change the plugin settings so a customer object isn’t created until time of checkout. That will ensure all data used to create the customer comes from the checkout page.

    So the name, country etc. fetched from Googlepay / Applepay will be automatically send as name, country, when creating customer in Stripe, yes ? I checked the plugin and couldn’t see where to do it.

    Plugin Author Clayton R

    (@mrclayton)

    I checked the plugin and couldn’t see where to do it.

    On the Advanced Settings page of the plugin you will see an option to control when a customer object is created. The option is called Customer Creation.

    Kind Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Name and description are empty ?’ is closed to new replies.