Click here to Skip to main content
Click here to Skip to main content
 

Introduction to PayPal for C# - ASP.NET developers

By , 6 Nov 2009
 
paypal_src.zip
LepiPele.PayPal
API
App_Data
IPN
Messages
PDT
Properties
Settings.settings
Web References
com.paypal.sandbox.www
AddressVerifyResponseType.datasource
BAUpdateResponseType.datasource
BillOutstandingAmountResponseType.datasource
BillUserResponseType.datasource
BMButtonSearchResponseType.datasource
BMCreateButtonResponseType.datasource
BMGetButtonDetailsResponseType.datasource
BMGetInventoryResponseType.datasource
BMManageButtonStatusResponseType.datasource
BMSetInventoryResponseType.datasource
BMUpdateButtonResponseType.datasource
CreateBillingAgreementResponseType.datasource
CreateMobilePaymentResponseType.datasource
CreateRecurringPaymentsProfileResponseType.datasource
DoAuthorizationResponseType.datasource
DoCaptureResponseType.datasource
DoDirectPaymentResponseType.datasource
DoExpressCheckoutPaymentResponseType.datasource
DoMobileCheckoutPaymentResponseType.datasource
DoNonReferencedCreditResponseType.datasource
DoReauthorizationResponseType.datasource
DoReferenceTransactionResponseType.datasource
DoUATPAuthorizationResponseType.datasource
DoUATPExpressCheckoutPaymentResponseType.datasource
DoVoidResponseType.datasource
EnterBoardingResponseType.datasource
GetAccessPermissionDetailsResponseType.datasource
GetAuthDetailsResponseType.datasource
GetBalanceResponseType.datasource
GetBillingAgreementCustomerDetailsResponseType.datasource
GetBoardingDetailsResponseType.datasource
GetExpressCheckoutDetailsResponseType.datasource
GetMobileStatusResponseType.datasource
GetPalDetailsResponseType.datasource
GetRecurringPaymentsProfileDetailsResponseType.datasource
GetTransactionDetailsResponseType.datasource
ManagePendingTransactionStatusResponseType.datasource
ManageRecurringPaymentsProfileStatusResponseType.datasource
MassPayResponseType.datasource
PayPalSvc.wsdl
Reference.map
RefundTransactionResponseType.datasource
SetAccessPermissionsResponseType.datasource
SetAuthFlowParamResponseType.datasource
SetCustomerBillingAgreementResponseType.datasource
SetExpressCheckoutResponseType.datasource
SetMobileCheckoutResponseType.datasource
TransactionSearchResponseType.datasource
UpdateAccessPermissionsResponseType.datasource
UpdateRecurringPaymentsProfileResponseType.datasource
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ExpressCheckoutStart.aspx.cs"
    Inherits="LepiPele.PayPal.API.ExpressCheckoutStart" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <b>Before starting process be sure to update HostingPrefix address in 
        Web.Config!!</b><br />
        <br />
        Start Express Checkout Process:<br />
        <br />
        <asp:Button ID="oneTimeButton" runat="server" Text="One Time Payment" 
            Width="200px" onclick="oneTimeButton_Click" />
    </div>
    
    </form>
    <div>
        <br />
        <b>Use following credentials to pay:</b><br />
        <b>User: </b>mika_1254623432_per@mailinator.com<br />
        <b>Password:</b> 123456789
    </div>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Predrag Tomasevic
Software Developer Atama Group
United States United States
Member
http://www.linkedin.com/in/ptomasevic

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 6 Nov 2009
Article Copyright 2009 by Predrag Tomasevic
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid