TDLib v0.0.2 TDLib.Object.PaymentsProviderStripe View Source
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.