hello all, I have not posted much but have been very busy building a recycling app for a very long time as I began from knowing nothing really.
my app has sort of been built as I was learning and I have had some success now I think.
I think I’m also almost ready to launch.
I have an issue:
I built a comparison app for recycling that keeps track of sales and makes it easy for the customer to find the best deals and vendors can promote their products and update adverts as they become competitive.
it is a platform that allows a vendor to receive the payments directly and the platform receives a commission transferred later.
the problem I think of is that in order for the payment to be processed I would have to Expose the stripe Account Id to the customer else the payment can’t process… Im not convinced about doing this!! I have implemented some authentication between stripe and bubble and not sure if this would be negated by exposing the stipe a/c in some way to the customer.
I maybe thought of adding the customer to a temporary list whilst the transaction is ongoing and then removing the customer form the list afterwards.
the logic reads as … pay:current orders vendors stripe A/c
in the privacy rules Im not sure how I can implement this
one option which is time consuming is to redo the payments process so the platform receives the payments and then transfers the payment to the vendor but the transfer process may still expose the id.
so im confused at the moment and hope I can hear from someone to save my head from some of the time it may take
can anybody give us some advice or guidance
thanks