#maxim-k_api
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/1306329291818274937
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hello
You want to use the two-step confirmation flow for this: https://docs.stripe.com/payments/build-a-two-step-confirmation
We can't control it
We are using invoice page with payment element rendered by stripe
You mean the Hosted Invoice Page?
Yep
Then yeah, you can't change the amount here.
The only thing you can do is charge the PaymentMethod again afterward if you want to in order to assess a transaction fee.
Got it
But that would be a separate authorization
Question
I guess we can render our own invoice with our payment element?
Can we replace invoice url with our own invoice line to be mailed to customer?
*invoice link"
No that's not possible.
So, stripe can send invoice without payment element?
Let's pause. What are you trying to do here?
And we send our own link with rendered payment element?
I'm trying to understand on how let stripe automatically take transaction fee
Why not just have that baked into the Invoice amount?
based on amount and payment method
Overall, I really recommend you don't do this.
As additional invoice line item?