Is there any way to integrate payment peer to peer within my users on my WordPress website?

Mr.montez

Elite Member
Jr. VIP
Joined
May 31, 2020
Messages
1,727
Reaction score
627
Hello BHW family, So I have a dating website and wanted to update a feature, where users can while they are messaging each other also have the feature to send each other money through my website after taking my cut? Is there a possible way to do it on Wordpress or any suggestions you have to do it would be very appreciated!
 
What script/platform are you using?

The simplest method would be to implement a "Wallet" system, where your users can "Add Funds". However, please pay attention to your local "Digital Wallet" laws.

Another method would be to add a "Send a Tip" feature with a button that shows up within IM and on their profiles - when clicked this button uses a third party platform like Stripe Connect.

Stripe Connect was built specifically for this use case - https://stripe.com/docs/connect

Here is a no-code implementation - https://stripe.com/docs/connect/collect-then-transfer-guide?platform=no-code

For more control, you might want to get connect integrated through their Web API - https://stripe.com/docs/connect/collect-then-transfer-guide?platform=web
 
What script/platform are you using?

The simplest method would be to implement a "Wallet" system, where your users can "Add Funds". However, please pay attention to your local "Digital Wallet" laws.

Another method would be to add a "Send a Tip" feature with a button that shows up within IM and on their profiles - when clicked this button uses a third party platform like Stripe Connect.

Stripe Connect was built specifically for this use case - https://stripe.com/docs/connect

Here is a no-code implementation - https://stripe.com/docs/connect/collect-then-transfer-guide?platform=no-code

For more control, you might want to get connect integrated through their Web API - https://stripe.com/docs/connect/collect-then-transfer-guide?platform=web
Okay thanks for your response really appreciate it, the theme am using premium press theme. So how will I integrate the "send tip" or "digital wallet" is there any plugin you would suggest for wordpress? And how to make it available for every user who are already registered on my website and implement peer to peer payments among themselves automatically? Will each user have to create a digital Wallet on my website? I know it's alot of question sorry about that.

Many thanks :)
 
Okay thanks for your response really appreciate it, the theme am using premium press theme. So how will I integrate the "send tip" or "digital wallet" is there any plugin you would suggest for wordpress? And how to make it available for every user who are already registered on my website and implement peer to peer payments among themselves automatically? Will each user have to create a digital Wallet on my website? I know it's alot of question sorry about that.

Many thanks :)

I am sorry but there's no readymade implementation of this for WordPress.

There are a few for WooCommerce. But none for a particular theme, such that it works with those profiles.

You will need to hire a developer who understands what you're looking for, runs the connection and then implements the wallet system.

You will also need a backend to manage payouts, check the P2P payment, your commissions etc.

You will have to manage support, when users "Send a Tip" and next moment decide to chargeback or use a hacked credit card etc.

Or when someone impersonates someone, catfishes and asks for money.
 
I am sorry but there's no readymade implementation of this for WordPress.

There are a few for WooCommerce. But none for a particular theme, such that it works with those profiles.

You will need to hire a developer who understands what you're looking for, runs the connection and then implements the wallet system.

You will also need a backend to manage payouts, check the P2P payment, your commissions etc.

You will have to manage support, when users "Send a Tip" and next moment decide to chargeback or use a hacked credit card etc.

Or when someone impersonates someone, catfishes and asks for money.
Ya I think it's hard to implement, please do let me know if you can implement this or suggest someone here who can do it
 
Back
Top