Version: 1.0
Program Type: Shareware
Release date: 2008-10-10

Easy way to integrate PayPal system in to your website or desktop application

  1. Details
  2. Download
  3. Screenshot

Publishers Description:

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",
"XXX", //set your user name
"XXX", // Set your password
"XXX" //Set your signature
);
RequestExpressCheckOutPayment request = new RequestExpressCheckOutPayment();
request.AMT = "12.00";
request.CANCELURL = "URL1";
request.RETURNURL = "URL2";


SetExpressCheckoutPaymentResponse response = payPalIntegrator.SetExpressCheckout(request);
if (response.Status == Status.Success)
{
//responce redirect
Response.Redirect("https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=" + response.TOKEN);
}


Keywords: PayPal, integrator, integration, creditcard, charge
More on Santilab PayPal Integrator

This is the primary download URL given by the publisher of Santilab PayPal Integrator



1 Cool File periodically updates the software information and pricing of Santilab PayPal Integrator from the publisher thus some information might not be up-of-date. You should confirm all information before relying on it. Software piracy is theft, Using Santilab PayPal Integrator password, crack, registration codes, serial numbers, key generators is illegal and will prevent future development of Santilab PayPal Integrator.