#Mahesh

1 messages · Page 1 of 1 (latest)

pulsar finchBOT
grizzled bay
vapid schooner
#

but this is for web api. But the same option i'm not able to find in stripe-React library

grizzled bay
#

For React, the options will be on PaymentElement not Elements. For example,

const options = {
  layout: {
    type: 'accordion',
    defaultCollapsed: false,
    radios: false,
    spacedAccordionItems: false,
  },
};

<PaymentElement options={options}/>
vapid schooner
#

Thanks, that helped

grizzled bay
#

Great! Happy to help 😄