View Source ExTDLib.Object.PaymentProviderStripe (ExTDLib v0.0.4)
Stripe payment provider.
| Name | Type | Description |
|---|---|---|
| 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. |
More details on telegram's documentation.