#mitt1759
1 messages · Page 1 of 1 (latest)
Hello! What's up?
Pulling your message in here:
i'm looking to generate a paid invoice for a customer who is labeled as a guest.
okay cool.
thanks.
looks like i'm only able to generate for PAYG customers who are under a subscription plan.
That's correct, I don't think you can create Invoices for guest customers. They don't have a reusable payment method.
You would need to create a non-guest Customer to represent them, then create an Invoice for that Customer.
yep, i can create an invoice but i need a paid invoice.
How do you want the Invoice to be paid?
this created invoice seems to be a "bill".
Wait... are you saying you want to generate an Invoice for a payment that's already been made?
Or is this for a new transaction?
is this possible?
If you want an Invoice for an existing Checkout transaction it's too late; invoice_creation would have needed to be enabled on the Checkout Session when the customer paid: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-invoice_creation
How are they getting to Checkout? Are you creating Checkout Sessions? Are you using Payment Links?