SamsungPayConfig: {
    serviceId: string;
    merchantId?: string;
    merchantName?: string;
    allowedCardBrands?: CardBrand[];
}

Configuration for Samsung Pay within the onramp flow.

The Android application must include Samsung Pay SDK 2.22.00 at runtime. Stripe Android does not package the Samsung Pay SDK transitively.

Type declaration

  • serviceId: string

    Samsung Pay in-app service ID assigned to the merchant.

  • OptionalmerchantId?: string

    Optional merchant identifier supplied to Samsung Pay.

  • OptionalmerchantName?: string

    Optional merchant name supplied to Samsung Pay.

  • OptionalallowedCardBrands?: CardBrand[]

    Card brands customers may select in Samsung Pay. Omitting this or passing an empty array uses the SDK defaults.