Hello,
I’m using the Stripe plugin for my online marketplace platform. In my platform I have 2 types of users, buyers and sellers. When a buyer buys different items from different sellers it is charged as a single transaction for the buyer and then split between each sellers. Then the buyer gets a receipt in their email but the receipt shows only as if 1 item was purchased instead of listing each item with each cost independently and then the total cost of the sum. I would like to list every item independently in the receipts and checkout session but still just do 1 transaction for buyer’s convenience purposes. Is this possible?
I know this could be done when you add the products to your Stripe Catalog but since the products being sold in the marketplace are not mine I can not do that.
Thank you for your help,