Skip to content

PaymentProviderStripe

Type · TDLib 1.8.67 · d1085f9c

Stripe payment provider

PaymentProviderStripe(
  publishable_key: string,
  need_country: Bool,
  need_postal_code: Bool,
  need_cardholder_name: Bool
) → PaymentProvider

publishable_key

string

Stripe API publishable key

need_country

Bool

True, if the user country must be provided

need_postal_code

Bool

True, if the user ZIP/postal code must be provided

need_cardholder_name

Bool

True, if the cardholder name must be provided