#rickschopp_pmc-category-configs
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/1301595276242456639
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
What Stripe UI are you referencing here?
payments element
Unfortunately no, you cannot add a higher level ordering on top of the individual payment methods.
how about higher level ordering instead of individual payment methods?
That does not currnetly exist but I can make the feature request for you.
thanks!
Can you be very explicit about exactly what you are after so I get the right description in the request?
What parameters do you want to pass to the Payment Element and how do you want them to impact how payment method types are displayed?
So you use this code, to adjust dynamic payments
"afterpay_clearpay": {
"available": false,
"display_preference": {
"overridable": true,
"preference": "off",
"value": "off"
To adjust payment method preferences, you can the bold portion of the code for the respective payments
If would great to replace that segment with a higher-level ordering that ties to this screen
Gotcha, okay I think I have it clear in my mind so I will be able to describe the feature clearly in the request
thanks
What is the exact method call you are specifying these parameters in? Can you share the Stripe.js method where these would be passed in?
https://docs.stripe.com/js/elements_object/create_payment_element
bingo... sorry i had stepped away for a meeting and was just about about to say that