#sunnylbk_api

1 messages ¡ Page 1 of 1 (latest)

high urchinBOT
#

👋 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/1282675389495513151

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

digital dirge
#

hi! You can pass ad-hoc items if you use CheckoutSessions instead of PaymentLinks; but PaymentLinks do require Price/Product objects. Beyond that and the creation of a Stripe Invoice object is not mandatory for a one-time PaymentLink or CheckoutSession so perhaps there's some confusion.

untold tusk
#

So, if we want to bill a bunch of adhoc line items without having to create an invoices, checkout sessions is the way to go?

#

With this, will be able to utilize hosted payment pages?

#

*will we

digital dirge
#

CheckoutSessions are the same hosted page that PaymentLinks is

#

to be clear neither Checkout nor PaymentLink require Invoices, so as I said probably there's a misunderstanding, hard to say without more information like the code you're using, object IDs, screenshots, etc

untold tusk
#

Understood. Sorry, still trying understand a bit more before jumping to execution. If we use checkout sessions, will our user be able to see them in their Stripe accounts? Currently, we are creating invoices, so they see them. If we use checkout sessions, is there a page in Stripe where they can see all the charges that have been made?

digital dirge
#

yes there is a page that shows transactions/charges