Your customer-facing business name. On Android, this is required and cannot be an empty string.
Optional
customerThe identifier of the Stripe Customer object. See https://stripe.com/docs/api/customers/object#customer_object-id
Optional
appleiOS only. Enable Apple Pay in the Payment Sheet by passing an ApplePayParams object.
Optional
googleAndroid only. Enable Google Pay in the Payment Sheet by passing a GooglePayParams object.
Optional
linkConfiguration for Link
Optional
styleThe color styling to use for PaymentSheet UI. Defaults to 'automatic'.
Optional
returnURLA URL that redirects back to your app that EmbeddedPaymentElement can use to auto-dismiss web views used for additional authentication, e.g. 3DS2
Optional
billingConfiguration for how billing details are collected during checkout.
Optional
defaultPaymentSheet pre-populates the billing fields that are displayed in the Payment Sheet (only country and postal code, as of this version) with the values provided.
Optional
defaultThe shipping information for the customer. If set, EmbeddedPaymentElement will pre-populate the form fields with the values provided.
This is used to display a "Billing address is same as shipping" checkbox if defaultBillingDetails
is not provided.
If name
and line1
are populated, it's also attached to the PaymentIntent during payment.
Optional
allowsIf true, allows payment methods that do not move money at the end of the checkout. Defaults to false.
Some payment methods can’t guarantee you will receive funds from your customer at the end of the checkout because they take time to settle (eg. most bank debits, like SEPA or ACH) or require customer action to complete (e.g. OXXO, Konbini, Boleto). If this is set to true, make sure your integration listens to webhooks for notifications on whether a payment has succeeded or not.
Optional
appearanceCustomizes the appearance of EmbeddedPaymentElement
Optional
primaryThe label to use for the primary button. If not set, Payment Sheet will display suitable default labels for payment and setup intents.
Optional
removeOptional configuration to display a custom message when a saved payment method is removed. iOS only.
Optional
preferredThe list of preferred networks that should be used to process payments made with a co-branded card. This value will only be used if your user hasn't selected a network themselves.
Optional
paymentBy default, EmbeddedPaymentElement will use a dynamic ordering that optimizes payment method display for the customer. You can override the default order in which payment methods are displayed in EmbeddedPaymentElement with a list of payment method types. See https://stripe.com/docs/api/payment_methods/object#payment_method_object-type for the list of valid types. You may also pass external payment methods.
Optional
allowsThis is an experimental feature that may be removed at any time. Defaults to true. If true, the customer can delete all saved payment methods. If false, the customer can't delete if they only have one saved payment method remaining.
Optional
cardBy default, EmbeddedPaymentElement will accept all supported cards by Stripe. You can specify card brands EmbeddedPaymentElement should block or allow payment for by providing an array of those card brands. Note: This is only a client-side solution. Note: Card brand filtering is not currently supported in Link.
Optional
formThe view can display payment methods like “Card” that, when tapped, open a sheet where customers enter their payment method details.
The sheet has a button at the bottom. formSheetAction
controls the action the button performs.
Configuration object (subset of EmbeddedPaymentElement.Configuration).