#Markan97

1 messages · Page 1 of 1 (latest)

hollow stormBOT
pale sphinx
#

hi! when you say 'orders' what are you referring to exactly, which API are you using to charge the customer today?

unborn fjord
#

Orders API

pale sphinx
unborn fjord
#

I can download with

pale sphinx
#

not sure I follow the question?

unborn fjord
#

I can't find invoice_creation: in my stripe lib

#

nodeJS

pale sphinx
#

you need to be using the latest version, it's a very new feature

unborn fjord
#

ye, and new version don't have type of Order :/

pale sphinx
#

yep because we chose to remove Orders entirely in the newest major release of all libraries

#

you can use an old version of the library and pass the invoice_creation argument anyway, it just won't be in the Typescript binding so you'll have to @ts-ignore it

unborn fjord
#

Okay, if that works great.

#

ty