I’m currently using @ZeroqodeSupport Marketplace Express plugin and I wanted to run this workflow by the forum to see if there’s another solution. @keith, We discussed this PR platform on another thread, so you’re insight here is valuable.
My platform will run on a credit system.
User buys credit and then uses that credit to buy from multiple sellers.
Here’s the workflow so far:
- User buys credit. This transaction is made and completed using the plugin.
- This transaction is paid directly to the platform.
- User creates a submission
- User selects multiple sellers (the sellers define their cost/credit when making a sellers account).
- Our team reviews and then approves their submission (this process can take 1-3 days).
- User can then send their submission to the sellers.
- On their dashboard, user clicks on SEND
- An API backend workflow kicks in to make this transaction/pay happen for all the sellers the user selected.
Currently, when the user clicks SEND — I have a company card on file to pay all the sellers. While this concept works, I don’t want to run the risk of my company card being blocked due to the amount of transactions (in terms of scaling).
For step #8, I’m trying to solve a way for a user to buy credits (which needs to be processed as soon as they buy it) and then use that credit to pay the sellers once confirmed…without using my company card.
I’m very new to how credit systems work, and wanted to get everyone’s thoughts if I’m doing this right using @ZeroqodeSupport’s plugin.
Cheers!