#adinh1_31741

1 messages · Page 1 of 1 (latest)

desert rainBOT
unreal jackal
#

Hello! Yes, usually, but it depends on how your integration works. Can you provide more details, especially around how you're integrated with the Stripe API?

bitter birch
#

Hey Rubeus! so I havent actually inegrated connect onto this site for this reason as if this is the case I may need to search for an alternative solution. But it may make more sense if I give a brief overview. So the marketplace is used for real estate rentals to be sold, and each listing will vary considerably, so ideally im looking for a way that the user is able to upload the listing onto the site and buyers can purchase this rental specifically without us having to create a "new product" each time. BTW I have pretty much no code knowledge so very in the dark at this point 😅

#

Also, thanks for the quick response

unreal jackal
#

I see. What you're describing would very likely require custom code to be written. That said, you can do it without using Stripe's Products and Prices and instead supply ad-hoc data about the purchase at the time you collect payment.

bitter birch
#

Thanks Rubeus, Can I ask... what do you think the most suitable way to get around this would be to test our MVP from your experience?

unreal jackal
#

Not sure how to answer that without more details. What exactly are you trying to get around? Like what are you doing now that's not working how you want? What would you consider a successful test?

bitter birch
#

So currently I am unable to find a way to facilitate a way for buyers to purchase listings without having to create a new product each time in Stripe. Ideally as soon as the seller uploads the listing and it goes live onto the marketplace, a buyer is able to purchase without us having to create an individual product for them to do so. Does this make sense?

#

From what I can currently find without code, we will be required to create a new product for each listing prior to buyers being able to purchase it which may lead to delay in upload time

unreal jackal
#

Yeah, without code this isn't really going to be possible.

bitter birch
#

FYI, listing info will be available to the buyer via the marketplace so they will have most relevant details prior to purchase

bitter birch
unreal jackal
#

You might be able to use some kind of third-party service that lets you chain tasks together, like Zapier perhaps, but that's beyond the scope of what we can help with here.

bitter birch
#

Ok no problem I appreciate the help, more so just needed to know wether it was feesable without code