ICreditCardServiceProcessTransaction Method

Namespace: BBNCExtensions.Interfaces.Services
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
ICreditCardAuthorizationResponse ProcessTransaction(
	int MerchantAccountID,
	float Amount,
	CreditCardType CardType,
	string CardNumber,
	string CardSecurityCode,
	int MonthExpires,
	int YearExpires,
	string CardHolder,
	string FirstName,
	string LastName,
	string StreetAddress,
	string City,
	string State,
	string Zip,
	string IssueNumber = null,
	int MonthValid = 0,
	int YearValid = 0
)

Parameters

MerchantAccountID
Type: SystemInt32
Amount
Type: SystemSingle
CardType
Type: BBNCExtensions.Interfaces.ServicesCreditCardType
CardNumber
Type: SystemString
CardSecurityCode
Type: SystemString
MonthExpires
Type: SystemInt32
YearExpires
Type: SystemInt32
CardHolder
Type: SystemString
FirstName
Type: SystemString
LastName
Type: SystemString
StreetAddress
Type: SystemString
City
Type: SystemString
State
Type: SystemString
Zip
Type: SystemString
IssueNumber (Optional)
Type: SystemString
MonthValid (Optional)
Type: SystemInt32
YearValid (Optional)
Type: SystemInt32

Return Value

Type: ICreditCardAuthorizationResponse