#one-love_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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214649518918737960
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hello! You can use the Payment Element and have it not collect billingDetails: https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails
You can then collect the billing details using your own form fields outside of the Payment Element and pass them in later, after you've done your validation.
Thank you . The link you sent above, is that a somewhat similar example to what I am attempting to do?
I don't have a lot of experience with payment gateways as you can tell.
Are there already made projects that I can follow, that are similar to what I am attempting to do?
Yeah, can you tell me more about what progress you've already made? Have you built anything yet? Tested anything?