Forum
Passing description to Stripe
I have test payments successfully showing up in Stripe but the only information passed over is the customer's email address and the amount. So it's unsure from the Stripe admin what the customer has purchased. The description field is listed as "Order #X" - can I customise that in stripe_payment_form.html?
data-description="Items (<perch:shop id="amount_formatted" escape="true" />)" seems to just show up at the top of the payment box so I don't think that one can help.
What would you have it say?
I'd pass in a comma separated list of the product(s) ordered so that information is available in Stripe.
Ok, I'll take a look. I couldn't find a way of doing that in a way that wasn't completely unwieldy, but let's see.
Ok, thank you.
Hi Drew. Just so I'm clear - is this something you're looking into for a future release or working on to provide a solution here soon?
Somewhere in between. I hope to be able to make an assessment at some point soon.