JDBC Driver for Stripe

Build 23.0.8839

FinalizeInvoice

To finalize a draft invoice manually.

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 FinalizeInvoice InvoiceId ='in_1ObRyZ2eZvKYlo2CeC3MGg5O', AutoAdvance = true

Input

Name Type Description
InvoiceId String The Invoice Id.
AutoAdvance String Boolean value. It controls whether Stripe performs automatic collection of the invoice. If false, the invoice state does not automatically advance without an explicit action.

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