Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / PaymentProviderBase Class / MakeReferenceNumber Method
The account number to make reference for
In This Topic
    MakeReferenceNumber Method (PaymentProviderBase)
    In This Topic
    Creates a reference number from the given credit card account number. Leaves the last 4 characters in place and replaces the rest with x
    Syntax
    protected string MakeReferenceNumber( 
       string accountNumber
    )

    Parameters

    accountNumber
    The account number to make reference for

    Return Value

    The reference number
    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