Archive

Posts Tagged ‘ipn with’

Alertpay Ipn With Cubecart

January 22nd, 2010 Comments off

Looking for someone to create an ipn for alertpay & cubecart. PHP poject.

Paypal Ipn With Custom Api

July 10th, 2009 Comments off

This will be an easy project for someone with API and Paypal IPN skills. I can provide most of the code – it just needs linking up and some minor amendments.

Members of SiteA can pay extra to use the services on SiteB.

SiteA members must complete a user from (on Site A) and pay $X to Site A. They are then given access to SiteB. They pay via Paypal. When SiteA has successfully processed the payment (and been notified by Paypal) then the API must pass certain user details to SiteB.

I can provide the API code that creates the registered user. It uses StringBuffer with stb.append and is posted using String reply = send PostAndReply(“http://www……../create_user.php”,stb.toString());

Obviously there is more to it than that, but this should give you a flavour of how it operates.

The output I need is a php signup form with Paypal button, that on successful payment passes the data to SiteB to create_user. The Paypal button can be linked to a sandbox account.

Part 2:-

A php sign up form and code to create like that outlined above, but where users sign up and pay within SiteB itself.

Bear