[This is preliminary documentation and is subject to change.]

Creates a credit card or a purchase order transaction based on the information provided in the trasactionInfo object.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int PayNow(
	transactionInfo ti,
	ref string detailError,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function PayNow ( _
	ti As transactionInfo, _
	ByRef detailError As String, _
	session As ConfigureInfo _
) As Integer
Visual C++
public:
int PayNow(
	transactionInfo^ ti, 
	String^% detailError, 
	ConfigureInfo^ session
)

Parameters

ti
Type: OfficeClip.BusinessLayer.Account..::.transactionInfo
The information related to the credit card or the purchase order and the Amount.
detailError
Type: System..::.String%
The detail error returned by the service provider.
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

0 when transaction is successfully processed. -1 in case of a general error -2 in case there is an error processing the credit card transaction.

See Also