@bigcommerce/checkout-sdk › StripeV3PaymentInitializeOptions
A set of options that are required to initialize the Stripe payment method.
Once Stripe payment is initialized, credit card form fields, provided by the payment provider as iframes, will be inserted into the current page. These options provide a location and styling for each of the form fields.
- StripeV3PaymentInitializeOptions
• containerId: string
The location to insert the credit card number form field.
• options? : StripeElementOptions
The set of CSS styles to apply to all form fields.