is there a solution to add purchase order number to @stripe subscription invoices? they do support custom fields but only if you create the invoice yourself (via UI or API), not if the invoices get created automatically. updating after doesn't work either on finalized invoices
You can listen to invoice.created and update the invoice with a CustomField before it becomes finalizedhttps://stripe.com/docs/billing/webhooks#understand …