PayPal split transaction

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
deshmukh999
Forum Commoner
Posts: 32
Joined: Mon Mar 15, 2010 2:01 am

PayPal split transaction

Post by deshmukh999 »

Hi Guyes,

I am creating a shopping cart website in which I am to make feature as :

After making any transaction (checkout) from user side , amount should get divide in two part ,
80% of amount should go in company owner and 20% of amount to administrator of website.
To do this I am using PayPal payment gateway,But I don't know how to transfer 80% of amount into one paypal account and 20% into other paypal account.

Please help me to get it done.

Thanking you.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: PayPal split transaction

Post by John Cartwright »

deshmukh999
Forum Commoner
Posts: 32
Joined: Mon Mar 15, 2010 2:01 am

Re: PayPal split transaction

Post by deshmukh999 »

Hi,

Thank you sir for your reply,

How to integrate "Paypal Adaptive Payments" with my php script?
deshmukh999
Forum Commoner
Posts: 32
Joined: Mon Mar 15, 2010 2:01 am

Re: PayPal split transaction

Post by deshmukh999 »

Hi,

can anybody help me to integrate it ?
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: PayPal split transaction

Post by Eran »

Are you a developer? did you read the manual John linked you to?
This is a developer forum. If you have specific questions about specific problems we can help, but we won't program for you
wringle
Forum Newbie
Posts: 2
Joined: Fri Oct 08, 2010 5:45 pm

Re: PayPal split transaction

Post by wringle »

I have funds in paypal that i have yet to transfer into my bank account, and when I tried to it said that it would take about 3-4 business days, but I need it now. The problem is that it is not enough to purchase what I need to purchase, so for an ebay transaction through paypal can i split the payment and pay some of it with my credit card and some of it with my paypal account funds?
deshmukh999
Forum Commoner
Posts: 32
Joined: Mon Mar 15, 2010 2:01 am

Re: PayPal split transaction

Post by deshmukh999 »

Hi,,

My question is one paypal transaction should get credit in two paypal merchant account(parallel payment).
Post Reply