sinisake Posted January 2, 2009 Share Posted January 2, 2009 Hi, i need help with php/paypal integration (it is first time that i try to make this) This site is in question: http://www.dominican-rep.com/dating/ (you can test shopping cart feature if you want) My idea is that: 1) user clicks on ''pay now'', or ''checkout'' button when he choose girls 2) except some kind of user ID, i should send total amount and girls ID's (codes) to paypal 3) after transaction paypal should return user ID, some kind of payment verification, and girls ID's too, because... 4) in this step, if all is ok, if payment is done, and transaction is confirmed, script should generate page which will display chosen (paid) girls contact details to user I have started with reading paypal documentation, and, as i can see - paypal shopping cart is not best solution (since there are no individual item prices, only ''package'' price exist)... Also, i am not sure can i use individual item ''buy now'' button (because of all info i should send and receive).. Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/139194-paypal-integration-help/ Share on other sites More sharing options...
sinisake Posted January 3, 2009 Author Share Posted January 3, 2009 Anyone? ??? I hope that someone who had similar type of site/payment option, have some advice... Link to comment https://forums.phpfreaks.com/topic/139194-paypal-integration-help/#findComment-728604 Share on other sites More sharing options...
graham23s Posted January 3, 2009 Share Posted January 3, 2009 Hi Mate, yeah you would be best using a payment gateway (i use worldpay) you can send custom variables to them and they will return them on completion of the transaction like the girls id's etc for you to then deal with as you please Graham Link to comment https://forums.phpfreaks.com/topic/139194-paypal-integration-help/#findComment-728611 Share on other sites More sharing options...
ashton321 Posted January 3, 2009 Share Posted January 3, 2009 I too am working on paypal integration but not for the same task. But there is a way to send and receive custom fields from paypal. I saw it in the developer area yesterday ill see if i can find it again. Link to comment https://forums.phpfreaks.com/topic/139194-paypal-integration-help/#findComment-728632 Share on other sites More sharing options...
sinisake Posted January 4, 2009 Author Share Posted January 4, 2009 Ok, thanks, using of custom vars should be the solution... Link to comment https://forums.phpfreaks.com/topic/139194-paypal-integration-help/#findComment-729025 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.