#kr7pt0-checkout-invoicecreation

1 messages ยท Page 1 of 1 (latest)

south pythonBOT
topaz scarab
#

@somber lagoon usually that's because you're just on an old version of stripe-dotnet and you have to upgrade the SDK.

#

kr7pt0-checkout-invoicecreation

somber lagoon
#

is this automatic invoice creation also possible in old versions ?

#

or is there a global setting where i can toggle this in stripe ?

topaz scarab
somber lagoon
#

oooh that is nice. an upgrade would mean weeks of work to change all implementations & webhooks

#

so with this i can just add the "new" parameter and use it in my request ?

topaz scarab
#

yes

south pythonBOT
somber lagoon
#

so if i would use this for invoice_creation and i also want to fill the description, how do i set this? (just for my understanding when the parameter is layered)

#

like this ?:

options.AddExtraParam("invoice_creation[invoice_data][description]", "primary value");

topaz scarab
#

yes. Easiest is to try as a developer to confirm

somber lagoon
#

hmm can't really debug this. Is invoice sending enabled in sandbox ?

#

options.AddExtraParam("invoice_creation[enabled]", true);

topaz scarab
#

it would generate an Invoice you can look at in the Dashboard.

#

Hence the need to try it first as a developer and see what happens

somber lagoon
#

haven't seen it cause its a connect platform

#

but invoice sending is automatically activated in production ? so just not possible in sandbox

#

but generation works

#

i want the customer to automatically receive this mail

topaz scarab
#

I mean you can test all of this on your own account without Connect, in Test mode, to confirm it all works as expected. I'm sorry but you have to try a bit of this on your own to debug things

somber lagoon
#

i did everything works. except for the sending. Is this disabled in sandbox or not ?

#

everything generated just fine

agile jay
#

Hi there ๐Ÿ‘‹ taking over, as my colleague needs to step away

Emails aren't sent in test mode unless you manually click the button to have them sent from the payment view in the Dashboard.

somber lagoon
#

this is what i wanted to know. thanks a lot

#

how long is this support available ?

agile jay
#

Monday through Friday 24 hours a day

somber lagoon
#

haha good to hear. thanks for your help you can close this thread ๐Ÿ™‚