Global API
...
Invoice
Invoice - Stripe
Change Status
2min
The following is an example of a request to change the status of an invoice. The invoice_id, invoiceStatus, and processorId are required to update the invoice status.
Field Name | Data Type | Description |
---|---|---|
invoice_id* | String | Id of the Invoice in your connected processor. |
invoiceStatus* | String | You can change the Status of an Open Invoice to Paid, Void, or Uncollectible by sending values of invoiceStatus as pay, void, or mark_uncollectible, respectively. |
processorId* | String | Account Id of the connected Processor |
Note: You can only update one record at a time
The response returns the Invoice information, which we see in our example.
Updated 19 Dec 2023
Did this page help you?