#JackWinstanleyBespoke
1 messages · Page 1 of 1 (latest)
Hi there!
So you managed to send the invoice, but some information is missing? Can you share the invoice ID (in_xxx)?
2C965B95-0005
I cannot use this ID, I need something that looks like in_xxx. Or you can also share the Checkout Session ID (cs_xxx) if that's easier.
Is this available from the Stripe dashboard, or will I have to pull it from the API call?
If you look at the invoice in the Stripe dashboard, the ID is in the top right corner of the page.
in_1MUqgRHG2scPcEjTJoa8uEBt
Thanks! So this is the Checkout Session that created this invoice: https://dashboard.stripe.com/logs/req_0Q2xeF4sZD3xJy
Is your goal to add custom fields to the invoice?
So I used the following in the API:
'invoice_creation' => [
'enabled' => true,'invoice_data' => [ 'description' => 'Red Rose Awards', ], ],
👋 taking over for my colleague. Let me catch up.
I did turn the auto invoice on the stripe dashboard, so I'm not sure which is actually triggering the send. I just need the VAT number and tax before and after
you don't have any tax info on the Checkout Session
I was going off this:
https://stripe.com/docs/invoicing/global-config-guide
Points 12, 13, 14 ("Stripe populates by this default")
I mean you haven't provided the parameters to calculate tax on that Checkout Session
please read through this https://stripe.com/docs/payments/checkout/taxes first
Apologies, I must have missed that. I'll take a look
no worries, I just mean you can go through that guide first and come back with your eventual questions