Payment in WordPress website - wordpress

I'm currently working on a WordPress website,
The Website broker between two users :
The first user wants service and paid for this.
The second user provides this service then takes money.
The Website broker between users and takes a percentage of this
money.
But stopped when I met a problem and can't find a solution,
I can easily deduct from the visa held by first user but do not know how to pay cash for the second user?!
Is there any way to transfer money to the second user, are easy and online because it will be almost daily ??

Related

Wordpress How to make a custom walllet system in wordpress?

I am working on a college project which is a website in which i am buying some products from customer or user. So i want to pay them for the stuff that i buy from them.
But directly providing them cash instead i want a wallet system in which i can transfer money in their wallet so that there will be a proof of our transaction.
Is there any plugin in wordpress which can solve my above problem. Since i am new in wordpress so i don't know how to achieve this.
Please tell me that whether should i be able to achieve this type of wallet system or not?
So essentially you want to buy products from customers and pay them for that but without actually giving them cash.
Here are my thoughts about this and possible solutions:
Without a website:
You can easily use Paypal to do this without any website and therefore you will be able to send money using your Paypal account to their Paypal account with any cash transaction (Paypal keep all records of the transaction so you can use it for finance).
With a website:
You install some plugins that will turn your website into a multi vendors market Where users can sell their products directly inside your website. This solution will offer functionalities similar to famous sites like Amazon and eBay. Choosing this solution will allow your customers to sell you services or products and they get paid to their Paypal account despite the payment method you use (except cash), this way the transactions will be happening using electronic wallets which in this example PayPal and all records for transactions will be logged.
The last note is, depending on how much manual work you want to do the solutions will vary.
You may need some assistance o building such a website. Contact me if you need help.
Thanks.

Purchasing item without registering as a user

I have this site where visitors can pay for certain digital goods, after which they'll be presented with a download link. These downloads links last for a week before they die and become useless
I want to allow users to purchase items without having to create an account first, but just by supplying the payment details and email. I figured I could send the download link to their email once paid, but this is kind of problematic if they accidentally specific an incorrect email when paying.
Any suggestions on how best to accomplish this?
I've made such a purchase on a site called WrapBootstrap (https://wrapbootstrap.com/theme/flatboard-angularjs-admin-frontend-WB0G434G7). It integrates with PayPal in that they are navigated to PayPal, pay, and when they return, PayPal notified the site the payment was successful and then WrapBootstrap displays the download link.
I liked how seamless it was but what I found was if I ever wanted to download an item again, I didn't have a personal record of it (either in email or account). One drawback from a non-account perspective. Check it out and let me know if that answers your question.

Charge user on a per month & per post basis for directory

I'm looking for a way to charge users to post to a directory site.
I've tried using the WPMU Dev directory plugin, but it didn't have this feature.
You could either charge a one time fee per post, or you could charge a monthly rate.
Oh, and for now the gateway would be PayPal.
Cheers.
There are a number of ways you could do that on the PayPal platform, but with the limited info I have here I would probably recommend the Adaptive Payments API, specifically Preapproval and Pay.
Using Preapproval, you would have users create a preapproval profile which gives you authentication to make payments on their behalf without further approval. This way you could take payments based on any trigger you want, be it a post, a specific date coming up, or whatever.

Proper workflow for onboarding new customers via API (we're a PMD partner)

We're actively developing our PMD ads management tool. We have a number of customers who want to advertise but don't have a Facebook account of any kind. I have a two part question:
(1) Is their an API/programmatic way for us to create a proper user account for our client so the client can in turn log in to their fresh Facebook account and enter ads payment information? For example, I can imagine an open graph call like this:
createFBUserAccount(f_name:"Joe",l_name:"Smith",email:"joesmith#gmail.com",isbusiness:"false");
or for a person
createFBUserAccount(business_entity_name:"ACME Corp",email:"contact#acmecorp.com",isbusiness:"true");
(2) For users who don't want a Facebook account but still want to advertise on Facebook through us, what is the proper way to create their ads? Let's say this is a business interested in buying External Website ads (or Mobile App Install, or any number of other ad units).
we currently don't have a way to create Ad Accounts through API. The user will have to create an account directly through https://www.facebook.com/advertising.
We also have business accounts (doc: https://www.facebook.com/help/131976240210052)
We require either a user account or business account to advertise with us.
Hope this is helpful.

Wordpress Multisite w/Paid Subscription Options

I have configured my Wordpress site as a multisite using subfolders and I'm considering how to configure it as a monthly subscription site using Paypal where users will be able to sell their own products.
I have 2 ways (so far) of thinking on the subscription model.
1) Users are not able to create a site without being paid first. They can register as Subscribers to the main site. Maybe they can post comments and/or reply to others' comments. If I go this route I'm going to need a way of allowing the registered user to purchase a monthly subscription. At that time I will have to provision their site.
2) Users can create a site without paying, but will not be able to sell their items using their site.
Regardless of which way I go on these 2 options, I want to offer different subscription rates - 1 month, 3 month, 6 month and 1 year - each with a price break. On top of the subscription time period, I am considering that there might be other terms. Like they can subscribe to a basic plan where I will get a percentage of their sales (3%-5% maybe), and a more costly plan where there is no percentage to me.
I'm hoping for a subscription plugin that will be smart enough to expire accounts and will be able to send correspondence to the user. Such as a notice of a pending auto-renewal, or that the subscription has actually expired, their credit card could not be charged, a receipt that it was charged, etc.
Is anyone aware of a Wordpress plugin that will do some/most/all of these things? Or does anyone have an idea of how to go about this with multiple plugins?
I'm just researching options right now, so I am all ears to ideas and suggestions!
after a brief research on wordpress.org forums, I think that you should take a look at http://wordpress.org/extend/plugins/s2member/

Resources