SecurePaymentsStoreCardInfo Method

Sends a StoreCardInfo request to store credit card info in 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 StoreCardInfo(
	Guid merchantAccountID,
	Dictionary<string, string> callbackQueryStringParams,
	SecureAddress address,
	string cardholder
)

Parameters

merchantAccountID
Type: SystemGuid
callbackQueryStringParams
Type: System.Collections.GenericDictionaryString, String
address
Type: BBNCExtensions.API.DataObjectsSecureAddress
cardholder
Type: SystemString

Return Value

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