@bigcommerce/checkout-sdk / StripeUPECustomerInitializeOptions
• container: string
The ID of a container which the stripe iframe should be inserted.
• gatewayId: string
The identifier of the payment provider providing the payment method. This option is only required if the provider offers multiple payment options. i.e.: Stripeupe and Klarna.
• methodId: string
The identifier of the payment method.
▸ Optional
getStyles(): undefined
| { [key: string]: string
; }
get styles from store theme
undefined
| { [key: string]: string
; }
▸ isLoading(mounted
): void
A callback that gets called when Stripe Link Authentication Element is Loaded.
Name | Type |
---|---|
mounted |
boolean |
void
▸ onEmailChange(authenticated
, email
): void
A callback that gets called whenever the Stripe Link Authentication Element's value changes.
Name | Type | Description |
---|---|---|
authenticated |
boolean |
if the email is authenticated on Stripe. |
email |
string |
The new value of the email. |
void