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,
1 Like
Hello Jonathan, thank you for your reply.
Yes I’m using Stripe Connect to split payments between sellers. How can I use metadata to generate automated custom receipts? When you talk about adding line-items in the description, do you refer to bubble charge current user workflow description?
I’m confused about the 4th step, how can I achieve that?
Thank you.