Is it possible to do this type of payement proccess?

4 replies
Hi fellow warriors,

I going to associate with someone, but we are looking for a way to share the profite to 2 different bank account.

for exemple:
a client pays throught crédit card online payement process( we would have ssl certificate), and the money is share to two different accounts (my partner and I).

Is that possible to do on Wordpress?

If yes, which plugins will you use?

Thanks a lot for your advice...
#payement #proccess #type
  • Profile picture of the author topnichewebsites
    Have a look at Pay Pal Adaptive Payments, not sure if that fits the bill, but might.
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[9416461].message }}
    • Profile picture of the author sniperdomi
      Originally Posted by topnichewebsites View Post

      Have a look at Pay Pal Adaptive Payments, not sure if that fits the bill, but might.
      Thanks man i will try it that way!
      {{ DiscussionBoard.errors[9418694].message }}
  • Profile picture of the author freeseoresults
    Originally Posted by sniperdomi View Post

    Hi fellow warriors,

    I going to associate with someone, but we are looking for a way to share the profite to 2 different bank account.

    for exemple:
    a client pays throught crédit card online payement process( we would have ssl certificate), and the money is share to two different accounts (my partner and I).

    Is that possible to do on Wordpress?

    If yes, which plugins will you use?

    Thanks a lot for your advice...
    This is easy, you can literally use any payment system with one gateway.

    Follow this example:

    1.) SignUp for paypal & upgrade to business (I assume you are your partner is doing business)
    2.) Use Paypal Express Checkout API
    3.) Partner_receivable = (for each TRX_ID ) {getProfit(TRX_ID) / 2 }); // e.g if $12 was the value on transaction id, you have to deduct shipping (if available) and other expenses, the result will be PROFIT.

    4.) Write the a function to compute and store the profit in a table, then divide the profit into 2, the result is each partner earning
    5.) Store and update each partner's account
    6.) Project completed.

    If you need some help in coding it, hit me up.

    I am always busy if I don't reply on time, don't give up, I will surely get back to your pm
    {{ DiscussionBoard.errors[9424543].message }}
  • Profile picture of the author bjadams
    as others have suggested, i have used payapl as the credit card handler, and it was very easy to split profits
    {{ DiscussionBoard.errors[9428501].message }}

Trending Topics