Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to deletion, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.
Functions
Stripe: Retrieve an Invoice
Retrieves the invoice with the given ID.
Stripe: List All Invoices
You can list all invoices, or list the invoices for a specific customer. The invoices are returned sorted by creation date, with the most recently created invoices appearing first.
Stripe: Detach a Payment Method from a Customer
Detaches a PaymentMethod object from a Customer. After a PaymentMethod is detached, it can no longer be used for a payment or re-attached to a Customer.
Stripe: Create or Update an Invoice
Creates or updates an invoice for a given customer.