Custom Wallet Addon

cloudpro

Member
We need a wallet function within Xenforo that syncs to a Woocommerce Wallet ( https://wordpress.org/plugins/wallet-system-for-woocommerce/#installation ) . What we are after is the function to create a payment provider in XF to use any payment function/wallet in Woocommerce.
We are planning on using the addon that syncs users to Wordpress ( https://xenforo.com/community/threads/xftowp-xenforo-to-wordpress-integration-paid.188385/ ).

We have a large budget for the right developer to implement this with all the functions we need.

Developers will need to demonstrate their abilty to build this with active developement examples and reviews.
 
Hey @cloudpro,

I hope you are doing great. According to my understanding, you guys have a WordPress website that already has a payment method. You need a wallet for Xenforo which will reflect your payments made on the website on the forum, right?

What data do you want to store? The transaction details only or the card numbers as well?

This is doable and won't take much time. Let's have a more detailed conversation; so we can break down everything that needed to be done.

For easy communication, you can reach me out on
Skype: infinitegroup6@outlook.com
Discord: maanay._.#6359
 
Hey @cloudpro,

I hope you are doing great. According to my understanding, you guys have a WordPress website that already has a payment method. You need a wallet for Xenforo which will reflect your payments made on the website on the forum, right?

What data do you want to store? The transaction details only or the card numbers as well?

This is doable and won't take much time. Let's have a more detailed conversation; so we can break down everything that needed to be done.

For easy communication, you can reach me out on
Skype: infinitegroup6@outlook.com
Discord: maanay._.#6359
I am looking for something like this also i have xenforo marketplace and i want to be able to add the user to be able to use a wallet when they sell on my site. if enabled for the user it will use the global paypal email so they sell something it goes into my paypal and into there wallet balance. and a way for me the admin to edit that balance and them able to view it.
 
A new on-site wallet add-on has just been released:

We have been actively using this addon with great success. It is an excellent addon and provides all the features ( and more ) we need to run an successful forum. Highly recommend this addon!! :)
 
It does work with RM Marketplace, we actually have that combination on a live site and it's working fine. The wallet works with any purchasable that conforms to XF coding standards. What made you conclude it doesn't work?
 
It does work with RM Marketplace, we actually have that combination on a live site and it's working fine. The wallet works with any purchasable that conforms to XF coding standards. What made you conclude it doesn't work?
I Did not see no mention of it...
Witch version does it work with for Marketplace as i did not upgrade to xenforo 2.3
 
I am looking for something like this also i have xenforo marketplace and i want to be able to add the user to be able to use a wallet when they sell on my site. if enabled for the user it will use the global paypal email so they sell something it goes into my paypal and into there wallet balance. and a way for me the admin to edit that balance and them able to view it.

Ok I see what you are referring to now, so here's the full answer:

The wallet supports both XF 2.2 and 2.3 and works as a payment profile with any functioning Marketplace version for either of those. Meaning, users can top up their wallet with any payment provider (like Stripe), and use the credits to buy items in the Marketplace. That's how it's used on the live site I mentioned.

You cannot however use it as the Marketplace seller's "means of receiving payment", since that is a unique Marketplace feature which does not follow XF's standard payment workflow. It will require custom work to make the wallet available in that Marketplace custom scenario.

Admins (or other authorized users) can view and edit wallet balances of other users. So in the case that your sellers use your global PayPal account like you mentioned, you can either adjust their wallet's credit manually according to the payments you receive, or preferably build a script to intercept PayPal's payment notifications (webhooks) and credit the wallet automatically.
 
Last edited:
Back
Top Bottom