SecurePaymentsCardNotPresent Method

Sends a CardNotPresent request to BBSP.

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract SecurePaymentTransaction CardNotPresent(
	Guid merchantAccountID,
	Dictionary<string, string> callbackQueryStringParams,
	decimal amount,
	SecureAddress billingAddress,
	string cardholder,
	string description,
	bool storeCard
)

Parameters

merchantAccountID
Type: SystemGuid
callbackQueryStringParams
Type: System.Collections.GenericDictionaryString, String
amount
Type: SystemDecimal
billingAddress
Type: BBNCExtensions.API.DataObjectsSecureAddress
cardholder
Type: SystemString
description
Type: SystemString
storeCard
Type: SystemBoolean

Return Value

Type: SecurePaymentTransaction
Returns a SecurePaymentTransaction object containing the data for the transaction, or an exception if a problem occured.