Cmdlets for Authorize.net

Build 24.0.9060

Select-AuthNet Cmdlet

Parameters   Output Objects  

Searches Authorize.net data.

Syntax

Select-AuthNet [parameters]

Remarks

The Select-AuthNet cmdlet allows you to use a syntax similar to SQL SELECT statements to search Authorize.net data.

$conn = Connect-AuthNet -LoginID 'myLoginID' -TransactionKey 'myTransactionKey'
Select-AuthNet -Connection $conn -Table "SettledBatchList" -Columns @("TotalCharge","Product") -Where "IncludeStatistics='True'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060