Home Page

Santilab PayPal Integrator 1.0 - Download




About 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...

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);
}



Previous Versions

Here you can find the changelog of Santilab PayPal Integrator since it was posted on our website on 2010-08-05 02:46:26. The latest version is 1.0 and it was updated on 2024-04-22 17:13:45. See below the changes in each version.

Santilab PayPal Integrator version 1.0
Updated At: 2008-10-10


Related Apps

Here you can find apps that are similar with Santilab PayPal Integrator.



Disclaimer

External Download


We do not host Santilab PayPal Integrator on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.

The external download link for Santilab PayPal Integrator is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.0/5     1
Downloads: 70
Updated At: 2024-04-22 17:13:45
Publisher: santilab
Operating System: Windows
License Type: Free Trial