Sends a GET request to a webhook URL. Set it up as a scheduled script to act as a heartbeat notification.
Functions
Stripe: Delete a Draft Invoice
Permanently deletes a one-off invoice draft. This cannot be undone. Attempts to delete invoices that are no longer in a draft state will fail; once an invoice has been finalized or if an invoice is for a subscription, it must be voided.
Utilities: Send Webhook
Generic function to send a webhook.
Stripe: Void an Invoice
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.
Stripe: Search Invoices
Search for invoices you’ve previously created using Stripe’s Search Query Language. Don’t use search in read-after-write flows where strict consistency is necessary.
https://docs.stripe.com/search#search-query-language