#optout-upe-accordian
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- optout-express-onboarding, 5 hours ago, 43 messages
- .optout, 1 day ago, 73 messages
We have examples here
https://stripe.com/docs/payments/payment-element#layout
optout-upe-accordian
yeah the options object doesn't change much really
https://stripe.com/docs/stripe-js/react#element-components
const options = {
mode: 'setup',
currency: 'eur',
payment_method_types: [
"paypal", "card"
],
layout: {
type: 'accordion'
}
};
I am using these options currently but it's not using the accordion layout type
how are you passing it to the elements component?