#leboy_api

1 messages ยท Page 1 of 1 (latest)

fiery pierBOT
#

๐Ÿ‘‹ 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/1368878264302436372

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

small comet
#

๐Ÿ‘‹

Is is possible to create and connect an invoice with a transaction that was made?
Nope.

#

Why not creating the invoice from the start time and use it for the transaction?

prime rampart
#

I'm not sure how I can connect both, sure there is an endpoint for creating an invoice but I still need to create a transaction via stripe.paymentIntents.create as I need a client secret that my Stripe Element is working, or am I missing something? ๐Ÿ˜…

small comet
#

creating an invoice but I still need to create a transaction via stripe.paymentIntents.create
You should use the PaymentIntent generated from the invoice

#

why are you creating a separate PaymentIntent ?