#mociepka_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/1275150156383125597
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
You can't. You have to use the Payment Intent that's generated by the Invoice upon finalization
๐ญ I wanted to have payment listed in the stripe on the invoice page. Is not critical. Will use meta data with URL instead.
I was also thinking about using Session API which has both Invoice and Payment Intedt features. But I don't know yet if this is a recommended API for custom checkouts.
There are probably a few different solutions that would work, but I would recommend creating a test flow so you can be sure it's going to work for your use-case. We have a lot of quickstart guides to get your test payment flows up and running in a matter of minutes
Sure, will check it out. Thank you for your time that was helpful.