#oskarinmix_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/1364289681092509778
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- oskarinmix_react-custom-checkout, 6 days ago, 13 messages
- oskarinmix_api, 6 days ago, 81 messages
- oskarinmix_api, 6 days ago, 13 messages
hello! just double checking, when you say "custom mode" are you referring to ui_mode: "custom"?
yes
gotcha. let me look into that for ya real quick
i think the only templated variable that we return on our side is that CHECKOUT_SESSION_ID... i think for other IDs you would just need to set them in your code
can you explain more of your use case and what problem you're trying to solve?
so no worries if the only parameter is the checkout_session_id. that is it, i just wanted to see what oother varialble can be returned in the checkout session after confirm
yep! so the short answer is that's the only one we will populate for you, but you can add any other variables you want - you just need to populate them and define them in your code.
how can i do that ?