Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / PaymentService Class / Authorize Method / Authorize(Payment) Method
The payment to authorize.
In This Topic
    Authorize(Payment) Method
    In This Topic
    Process an authorize request
    Syntax
    public static AuthorizeTransactionResponse Authorize( 
       Payment payment
    )

    Parameters

    payment
    The payment to authorize.

    Return Value

    The transaction result; or null if no transaction was performed.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also