Would there be any way to allow a member to pay another member? Ex: site members are able to look up a member (<ik how to set this up already) and then pay them directly using paypal, stripe, etc.
this would be great…
Hi,
Since you’ve the got the member lookup part figured out, all you need now is the payment part. The Example: Stripe Payment Processing should get you going in the right direction.
Good luck,
Yisrael
Hi Yisrael,
according this topic - is it possible to become a member after the payment? But also to have “members” who didn´t pay yet, but they are sign in and checking the service? We should be able to see them somewhere in the database? Am I right?
I´m confusing members and user inputs- I must admit…and I don´t know which one to use?
Best,
Sanja
For the example I chose to only allow members to pay. This, in order to keep track of payments and save the payment information for the signed in user. If you have another use case, you should certainly be able to allow payments to anyone you want - In fact, you can send some to me. You’ll just need a way to keep track of who you sent to, for what reason, and so on. With a proper database you should be able to do this.
Thanks Yisrael, I need to hire someone to do this:)
Appreciate your help…
Hello all! Did you guys ever figure out how to do this? I’m trying to accomplish the same things using PayPal.me. The idea is that you can log into the members area, search for a member by name, and on their profile card, display the PayPal.me URL. Clicking that URL takes the paying member to the receiving members paypal page.
I believe I can use datasets to collect each users PayPal.me URL, but I’m not 100% certain how to do this. Anyway someone could give me a hand! I would GREATLY appreciate it!