#jakub-kenny-gause_invoice-elements

1 messages ¡ Page 1 of 1 (latest)

last walrusBOT
#

👋 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.

strange jewel
#

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.

sly flare
#

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.

last walrusBOT
strange jewel
#

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.

last walrusBOT
#

jakub-kenny-gause_invoice-elements