SSIS Components for Stripe

Build 25.0.9434

CreateBillingMeterEventAdjustment

Creates a meter event adjustment object to cancel a previously sent meter event.

Stored Procedure Specific Information

Stripe allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.

The 'EventName' and 'CancelIdentifier' input parameters are required to execute the procedure.

As per the Stripe API, the procedure will create a MeterEventAdjustment object which will cancel the meter event identified in the 'CancelIdentifier' input parameter.

EXEC CreateBillingMeterEventAdjustment EventName = 'stripe_cli_billing_meter_for_fixture', CancelIdentifier = '18f9bee1-524a-4afa-bc17-23c76843f3ab';

Input

Name Type Description
EventName String The name of the meter event. Corresponds with the event_name field on a meter.
CancelIdentifier String Unique identifier for the event. You can only cancel events within 24 hours of Stripe receiving them.

Result Set Columns

Name Type Description
* String The fields returned by Stripe.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434