I have a custom build shopping cart system.
Now I want to add paypal to the payment gateways.
I can't use the paypal options (paypal shopping cart etc..) because I already have this.
Is there any way to make a gateway that sends the information of the shopping cart
(only total price) to a paypal payment page ?
Payment Gateway
Moderator: General Moderators
- Skittlewidth
- Forum Contributor
- Posts: 389
- Joined: Wed Nov 06, 2002 9:18 am
- Location: Kent, UK
- Skittlewidth
- Forum Contributor
- Posts: 389
- Joined: Wed Nov 06, 2002 9:18 am
- Location: Kent, UK
Assuming you are registered on the developer.paypal.com site you have access to all the resources you need to find out how to do this.
I suggest you look at:
https://www.paypal.com/IntegrationCente ... ndard.html
which shows you how you pass information in a form through to paypal from your site with or without their "pay now" button.
That should at least give you an idea of how to acheive what you're after.
Oh, and you might want to read up on IPN if you want your site to perform any operations based on the success or failiure of the payment.
I suggest you look at:
https://www.paypal.com/IntegrationCente ... ndard.html
which shows you how you pass information in a form through to paypal from your site with or without their "pay now" button.
That should at least give you an idea of how to acheive what you're after.
Oh, and you might want to read up on IPN if you want your site to perform any operations based on the success or failiure of the payment.