Forum Academy Marketplace Showcase Pricing Features

How to send customer's email through to Stripe (Stripe.js plugin)

Hi there,
I want to send my customer’s email to Stripe with their transaction for Stripe to be able to send them payment / refund receipts related to this transaction.

I am creating a customer upon “Button Pay pressed” and creating a card token.

Customer ID is saved with the current user’s data and used when “Stripe token A has been created” in the “create charge” section.

However, in Stripe payments data the email does not show up.

What am I doing wrong? Any help is much appreciated.