I about to start sending metadata to Stripe, so that the metadata information is visible via the Stripe dashboard.
We have Stripe set to email a receipt to the purchaser. Is there a way to include specific metadata on the email receipt? I’d like to have the Stripe receipt include what was purchased, but not some of the other metadata.
There’s very little direct control over what is shown on the Stripe receipt.
The Stripe add-on sends some information by default depending on the feed type that you’re using, and then it’s up to Stripe.com to decide where to show that information.
Subscriptions don’t get descriptions they use the plan details instead, in fact we don’t add the subscription charge, Stripe creates that charge when they process the subscription invoice.
You can use the Subscription Name setting on your feed settings. It allows you to enter text and also to use the drop down icon at the right to enter fields’ merge tags as you do with confirmations or notifications. For example, this is what I have set on my test feed: 2019-4453-bddce5e7-6e23-4229-ab5c-c146ec88223c.png - Droplr
To have more control over receipts sent, I would recommend you to turn off Stripe.com receipts in your Stripe account and instead configure Gravity Forms notifications with the appropriate Event setting to send them on payment events such as “Payment Completed” to send a notification for product and services feed or “Subscription Created” to send a notification when a subscription is created,
Please check following documentation for more details about configuring notifications and the notification events available:
This would give you more control over the content sent in the emails sent after payment.