I have just upgraded to version 7.2.0 and library 2.2.0 and notice that with both test and real transactions, no name or address billing info gets passed through to stripe. The transactions are going through but only with card number and expiry, and email address.

No address or name details are showing in stripe those fields are just 'null'.

Is this intended behaviour?

These details used to show with 7.1 (which I know is no longer supported).

Comments

jefferius created an issue. See original summary.

jefferius’s picture

Title: No Billing Info » No Billing Address Info
jefferius’s picture

Issue summary: View changes
rfay’s picture

Title: No Billing Address Info » Report billing and shipping address info
Category: Support request » Feature request

I do see that Stripe seems to allow passing more than just the zipcode (which is currently handled). I'll try to roll a patch that gets more address info up to the Stripe dashboard.

rfay’s picture

Title: Report billing and shipping address info » Report billing and shipping address info to stripe
Version: 7.x-2.0 » 7.x-2.x-dev
rfay’s picture

Status: Active » Needs review
StatusFileSize
new6.19 KB

Here's my attempt at reporting. The billing seems to have to be reported via the initial token request. The shipping info doesn't show up on the Stripe dashboard, but seems to be received correctly and would possibly work with shipping integrations.

This will need to be implemented for 8.x as well if it's accepted.

  • rfay committed 8bb48f2 on 7.x-2.x
    Issue #2791173 by rfay: Report billing and shipping address info to...
rfay’s picture

Version: 7.x-2.x-dev » 8.x-2.x-dev
Status: Needs review » Patch (to be ported)

Committed to 7.x-2.x, moving to 8.x-2.x

jefferius’s picture

Just wanted to quickly say thank you!

I finally got around to doing the update and with 7.2.2 and library 2.2.0 I am getting the billing info :)

Thank you for your work on this module.