#louisram_ - invoice bot

1 messages · Page 1 of 1 (latest)

finite ferry
#

Sounds like that should be doable. Do you have questions on how to make this create Invoice call after the bot has the product/quantity info that it needs?

warm aurora
finite ferry
#

Yes, you need to create a Customer object to be able to create Invoices. If you don't want to create a Customer, you may want to charge this via a Checkout Session instead

#

You would need a Price object but yes passing in price IDs and quantities will have us calculate the total amount to charge the user

warm aurora
finite ferry
#

That is entirely up to you. You can definitely use either and they would work almost the same. It could honestly come down to which UI you like better or which API call you find it easier to work with.

warm aurora
#

is it possible to have an example of how to retrieve a stripe customer ID when using nodejs please?

finite ferry
unreal stump
#

@warm aurora are you still around?