#JackWinstanleyBespoke

1 messages · Page 1 of 1 (latest)

pale cloakBOT
blissful vapor
#

Hi there!

#

So you managed to send the invoice, but some information is missing? Can you share the invoice ID (in_xxx)?

deep wren
#

2C965B95-0005

blissful vapor
#

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.

deep wren
#

Is this available from the Stripe dashboard, or will I have to pull it from the API call?

blissful vapor
#

If you look at the invoice in the Stripe dashboard, the ID is in the top right corner of the page.

deep wren
#

in_1MUqgRHG2scPcEjTJoa8uEBt

blissful vapor
#

Is your goal to add custom fields to the invoice?

deep wren
#

So I used the following in the API:

'invoice_creation' => [
'enabled' => true,

                'invoice_data' => [
                    'description' => 'Red Rose Awards',
                  ],
            ],
cold ferry
#

👋 taking over for my colleague. Let me catch up.

deep wren
#

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

cold ferry
#

you don't have any tax info on the Checkout Session

deep wren
cold ferry
#

I mean you haven't provided the parameters to calculate tax on that Checkout Session

deep wren
#

Apologies, I must have missed that. I'll take a look

cold ferry
#

no worries, I just mean you can go through that guide first and come back with your eventual questions