#jakub-kenny-gause_invoice-elements
1 messages ¡ Page 1 of 1 (latest)
đ 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/1239920572264218685
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
how are you accepting payments? Checkout Session, Payment Element, something else?
if you are using PaymentIntent + Payment Element, it's expected that there's no Invoice.
Instead you should create an Invoice directly: https://docs.stripe.com/invoicing/integration
Hello @strange jewel
Yeah, I am using Payment Element.
I have to use it, I need to customize it in our component.
Is there a way how to connect Paid payment intent with that invoice? Some fields where I can paste payment intent ID so it has the relationship between each other.
The best solution would be to not create PaymentIntent at all, instead create an Invoice for the correct amount.
Then you can use the PaymentElement (or the hosted invoice page) to let users pay for the Invoice.
jakub-kenny-gause_invoice-elements