JDBC Driver for Stripe

Build 23.0.8839

VoidInvoice

To mark a finalized invoice as void.

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. For example:

EXECUTE VoidInvoice InvoiceId ='in_1MRVroSC4snQ4WkOoEeU4LpZ'

Input

Name Type Description
InvoiceId String The Invoice Id.

Result Set Columns

Name Type Description
Success String Execution status of the stored procedure.

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