Cmdlets for Stripe

Build 24.0.8963

Select-Stripe Cmdlet

Parameters   Output Objects  

Searches Stripe data.

Syntax

Select-Stripe [parameters]

Remarks

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

$conn = Connect-Stripe -OAuthClientId 'MyClientId' -OAuthClientSecret 'MySecretKey' -CallbackURL 'http://localhost:33333'
Select-Stripe -Connection $conn -Table "Customers" -Columns @("Discount","Email") -Where "Delinquent='False'"

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