MadelineProtoDocs/docs/TD_docs/constructors/paymentsProviderStripe.md

27 lines
810 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: paymentsProviderStripe
description: Stripe payments provider
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: paymentsProviderStripe
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Stripe payments provider
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|publishable\_key|[string](../types/string.md) | Yes|Stripe API publishable key|
|need\_country|[Bool](../types/Bool.md) | Yes|True, if user country should be entered|
|need\_zip|[Bool](../types/Bool.md) | Yes|True, if user zip code should be entered|
|need\_cardholder\_name|[Bool](../types/Bool.md) | Yes|True, if cardholder name should be entered|
### Type: [PaymentsProviderStripe](../types/PaymentsProviderStripe.md)