Forum

Thread tagged as: Question, Shop

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.

Stephen Turvey

Stephen Turvey 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

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.

Drew McLellan

Drew McLellan 2638 points
Perch Support

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?

Drew McLellan

Drew McLellan 2638 points
Perch Support

Somewhere in between. I hope to be able to make an assessment at some point soon.