Santilab PayPal Integrator 1.0

Free Santilab PayPal Integrator screenshot fileWorks with Windows Vista
Santilab PayPal Integrator

This component simplifies the interaction between your application and PayPal, a gateway for accepting online payments.

Whether you need to withdraw money from a credit card, submit a payment or perform any other of the PayPal-supported operations. With PayPal Integrator all you’d have to do in order to complete the operation is to provide the necessary parameters and call up the required operation. The component will do the rest. No need to write and debug pages of code, study heavy volumes of API manuals, etc.

Your benefits with PayPal Integrator:
Obtain a virtual terminal to receive payments.
Submit transactions to the PayPal payment gateway using the Raw Method:
DoExpressCheckOut
DoDirectPayment
VerifyAddress
Ability to make any kind of requests in "raw" mode .
Process Credit Card payments.
Submit itemized order information with a transaction.
Use any number of user-defined fields.
The way of using Integrator is very easy.
For example making DoExpressCheckout:


PayPalIntegrator payPalIntegrator = new PayPalIntegrator("https://api -3t.sandbox.paypal.com/nvp",
"x*x", //set your user name
"x*x", // Set your password
"x*x" //Set your signature
);
RequestExpressCheckOutPayment request = new RequestExpressCheckOutPayment( );
request.AMT = "12.00";
request.CANCELURL = "URL1";
request.RETURNURL = "URL2";


SetExpressCheckoutPaymentRespo nse response = payPalIntegrator.SetExpressChe ckout(request);
if (response.Status == Status.Success)
{
//responce redirect
Response.Redirect("https://ww w.sandbox.paypal.com/cgi-bin/w ebscr?cmd=_express-checkout&to ken=" + response.TOKEN);
}
Type : Shareware ($99.00)
OS Support : Windows All + Vista
Date stamp / Size : Feb, 10. 2009 / 666 kBytes
Asked : .Net 2.0 - 3.5
Users' value : - Write a Review
Download Santilab PayPal Integrator fileNo active image buttonImage of Santilab PayPal Integrator
Featured Vista Files

GeoDataSource Cities Database Gold Edition contains city names, feature type classifications, country names in FIPS and ISO, regions, sub-regions, state, county, longitude and latitude in degree and decimal, UTM coordinate grid and JOG reference.

IP2Location IP-COUNTRY-REGION-CITY-LATITUD E-LONGITUDE-ZIPCODE is commericial geolocation database that translates IP address to country, region, city, ISP, latitude, longitude and zip code. Developers use this component for multiple projects.

GeoDataSource World Water Features Database Basic Edition contains water feature names in original language and English, feature type classifications, country names in FIPS and ISO, regions and sub-regions. Database available in text format.

GeoDataSource Structural Database Gold Edition contains city names, feature type classifications, country names in FIPS and ISO, regions, sub-regions, state, county, longitude and latitude in degree and decimal, UTM coordinate grid and JOG reference.

eOrdering Complete is an application that creates Shopping cart and online store solutions. eOrdering Complete uses shopping cart technology to allow the user to store a users order, so they can place their order when they want.