#nicm_docs

1 messages ยท Page 1 of 1 (latest)

acoustic crestBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230234995994398731

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

fiery tokenBOT
proud veldt
#

Hello

graceful prawn
#

hey

proud veldt
#

At the very least this requires having a Product created in Stripe

#

But the short answer is that yes, Invoices require the use of Products/Prices

#

Not sure if I understand your question around the Charges API... yes Invoices create PaymentIntents (which create Charges) but you can use both integrations if you want

graceful prawn
#

๐Ÿ‘ i think the product/prices aspect is more important and gets me most of the answer i needed

#

the charges question, i am still using legacy charge api with tokenized payment methods. i have seen an issue recently about payment methods setup with SetupIntent not working on manual charges and was wondering if the reverse is true. If i was able to create an invoice but the payment method for the user was setup with tokenization + customer update call, whether that would also be a problem.

#

i think the important takeaway for me is to try to get some of that migration to PaymentIntent + SetupIntent done first

proud veldt
#

It is backward compatible

graceful prawn
#

yes, card objects

#

thank you, that's helpful and good to know

proud veldt
#

๐Ÿ‘