Click or drag to resize

CardknoxFraudSubmit Method

The Submit command is used in conjunction with a valid FraudWatch account to submit ecommerce transactions for a fraud verification check.

Most fields are required. Refer to API documentation for more information.

https://kb.cardknox.com/api/#FRAUD_Fraud_Submit

Namespace:  CardknoxApi
Assembly:  Cardknox (in Cardknox.dll) Version: 4.5
Syntax
public CardknoxResponse FraudSubmit(
	FraudSubmit _submit,
	bool force = false
)

Parameters

_submit
Type: CardknoxApi.OperationsFraudSubmit
FraudSubmit object containing information describing a transaction to be submitted for fraud verification
force (Optional)
Type: SystemBoolean
If allows new command to be sent by clearing previous command entries

Return Value

Type: CardknoxResponse
See Also