#deFlo-checkout-invoices
1 messages · Page 1 of 1 (latest)
Hey, can you share specifically what data is missing from your Checkout created invoices?
invoice_settings.footer
that I update via webhook customer update
but if I cancel the subscription and create a new subscription, the invoice will contain that info, since it is the customer data
but the first invoice, could happen that it doesn't contain it
Yep, it'll be because the invoice is generated before you process your customer update
exactly
which I understand, but is there a way I can solve this?
without having an extra form on which I ask the customer info (like country) and then I get him to subscribe (checkout session)?
There's not currently. You'd need to stop relying on Checkout to capture those details
sorry!