Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 959 Bytes

stripev3paymentinitializeoptions.md

File metadata and controls

36 lines (20 loc) · 959 Bytes

@bigcommerce/checkout-sdkStripeV3PaymentInitializeOptions

Interface: 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.

Hierarchy

  • StripeV3PaymentInitializeOptions

Index

Properties

Properties

containerId

containerId: string

The location to insert the credit card number form field.


Optional options

options? : StripeElementOptions

The set of CSS styles to apply to all form fields.