#shax
1 messages · Page 1 of 1 (latest)
We don't have such a definition. Our Customer only has their own balance
By wallets do you mean something you want to implement?
yes, by wallet i mean to have funds distributed (virtually)
lets say 5 sub accounts for each customer
let me explain it further, we are implementation a feature where user can generate funds for certain items (kind of crowdfunding). all funding received for that specific product/service will be kept in one of the e-wallet or sub-account, until the target amount is reached. after the target amount is reached, all amount is transferred to the main account (out of sub account or e-wallet). and user can purchase that product.
may be terminologies are different 🙂
Yeah totally make sense of a business model. I would say you may need to implement it yourself, by linking multiple "virtual" customer, only existed and managed by your system, with a "master" customer object live within Stripe API
Okay, thanks