Hi @mark2,
Please let us check with our development team and Iāll get back to you with another update asap!
Thanks
Hi @mark2,
Please let us check with our development team and Iāll get back to you with another update asap!
Thanks
Hi @mark2,
Let me provide some insights here. So, if you are using the Capture Now functionality, when you set capture as true, it actually does charge and the money is transferred directly to provided destination. If set as false, it does charge it as well, but the money isnāt transferred to the destination, because it holds it on a pause, and up to 7 days youāre able to update whether cash is transferred or not. Iām afraid I do not exactly understand your concern regarding scammers, but you are the owner with authority, meaning if the charge fails - you donāt actually lose anything. You as owner are able to pay and get the money back, but not any sort of scammers.
Hope it helps.
@alexandru thank you for the explanation here.
Then how do you specify how many days to hold the charge? Will this set a universal rule for all merchants once set ā say 7 days ā or is this something you have to set manually for each merchant in the stripe dashboard as the marketplace administrator?
Hi @mark2,
Our plugin uses the Stripeās implementation of Capture Now, which is 7 days. Iām afraid it is not possible to change it. But if you set it as ātrueā, it will immediately capture the charge. If set as āfalseā, it will charge the customer anyway, and it will charge every customer that tries to pay through your platform by using our plugin, if using this feature. And then up to 7 days you are able to manage whether money gets transferred to the recipient or not. You can find more information here https://stripe.com/docs.
Thanks
Hello guys,
Is it possible to display in Bubble app connected account userās balance thank to this plugin? I want it to look similar to Stripeās one (screenshot provided)
Hi @sebastianymail, thanks for asking and sorry for delay. Please let us check on it and Iāll notify you back asap.
Hi @sebastianymail,
Unfortunately, it is not possible to retrieve the balance information at the moment. Perhaps this would be a possible improvement for future updates of the plugin, but currently this option is not available.
Thanks for understanding.
This is like a basic functionality in my opinion because if we have a cutomer who is also a seller, how he or she knows how much money he or she earned throughout our platform?
Hi @sebastianymail,
Thanks for asking and sorry for delay. Currently, the best way to know is by checking your Stripe account, as this is private information and only you, as a platform owner/seller should be aware of. However, weāve taken your feedback into account and perhaps add this feature in future updates.
Thanks for understanding.
Hello,
Just purchased this plugin and am trying to get it setup.
In your demo, how do you dynamically get the current userās IP address?
Hi @alexcooney6,
Thanks for asking. Weāre simply using Bubbleās Ipiphy plugin that has a single data call Get current userās IP address:
You can check the editor under Plugins Tab as well, here. Also, please check docs for guidance and more information on pluginās capabilities.
Hope it helps.
@alexandru sorry to trouble you again, but whatās the best way to test out the signup flow to make sure everything is working without using real data?
Hi @alexcooney6, no worries, I think itās more of a Bubble related question, but whether it is Bubble or Stripe, you can register sellers with fake data something like test@test.com, so you donāt have to use real data. The real email is useful when youād like to test features like password resetting, because it requires a real one so you can check on it.
If you have more Bubble questions, please post your request here https://forum.bubble.io/ where you can find more help from the community.
Thanks!
Hi @sebastianymail,
Iām reaching out to notify that we pushed an update to our plugin and added the feature to retrieve the Balance. If youād like to use it, please update the plugin to the latest version, refresh your app and give it a try.
Retrieve a sellerās balance - used to retrieve an userās balance if the āStripe-accountā field is filled in. Otherwise, it will retrieve the current balance of the platform.
Thanks!
Regarding above post, thank you once again for implementing this. There is just a minor issue. Amount result is not being retrieved as a number but as a text I suppose and because of that I cannot perform calculation in the formula.
For instance if the amount is 501.41 EUR in Stripe it retrives 50141 which when formatted in Stripe as currency gives 50 141,00 EUR. It would help if I can divided it by 100 but canāt at the moment.
Hi @sebastianymail,
Could you please go to Settings - Collaboration tab within your editor. Add our support@zeroqode.com account to your collaboratorās list. Also, please tell us your app name and page name where this problem occurs on test.
Note: avoid the warning message regarding plan, as we are an agency and you can easily add us to your collaborators.
Weāll investigate it inside your app and get back to you with a feedback asap.
Hi @sebastianymail, thanks, we have received your invitation to your app. Could you also please name the page where this problem occurs on test, so we could check on it and preview as well.
Hi @sebastianymail,
Thanks for providing access to your app and cathing up. The problem is not in the plugin but rather its implementation with retrieving sellerās balance.
The idea is that retrieving sellerās balance may be in multiple currencies so it is returning a List which is of type number. You just need to use :first item or place into a RepeatingGroup, for example, then youāll be able to work with numbers per se. But you can accomplish it even in a text element as is, just using the instruction above.
Thanks