#pitcherojbh
1 messages · Page 1 of 1 (latest)
Hello 👋
You could use metadata on the product objects for this
We are using the meta data already, however would this help organise the products in the platform dashboard?
What about if we append the name of the product, but then use the description for the actual product name the customer will see?
I mean it's upto you. If you're using any Stripe hosted surfaces to accept the payment (like Checkout, PaymentLink or Hosted Invoice Page) then your end-customers might see the actual name of the product (from name parameter)
If you're purely building via APIs then you should be okay
Thanks, I will try that. We store the product names in our database which are presented to the customer so that should work. Thank you