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.
Functions
Stripe: Retrieve an Invoice
Retrieves the invoice with the given ID.
Stripe: Create or Update an Invoice
Creates or updates an invoice for a given customer.
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: List a Customer’s Payment Methods
Returns a list of PaymentMethods for a given Customer.