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. |