CardknoxCCPostAuth Method |
Some authorizations will require a voice authorization before they can be approved. When a verbal authorization is issued by the bank, that number can be sent with the PostAuth command to verify the authorization.
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public CardknoxResponse CCPostAuth(
CCPostAuth _auth,
bool force = false
)
Public Function CCPostAuth (
_auth As CCPostAuth,
Optional force As Boolean = false
) As CardknoxResponse
public:
CardknoxResponse^ CCPostAuth(
CCPostAuth^ _auth,
bool force = false
)
member CCPostAuth :
_auth : CCPostAuth *
?force : bool
(* Defaults:
let _force = defaultArg force false
*)
-> CardknoxResponse
Parameters
- _auth
- Type: CardknoxApi.OperationsCCPostAuth
- force (Optional)
- Type: SystemBoolean
Return Value
Type:
CardknoxResponseSee Also