26 lines
737 B
Markdown
26 lines
737 B
Markdown
|
---
|
||
|
title: paymentsProviderStripe
|
||
|
description: Stripe payments provider
|
||
|
---
|
||
|
## Constructor: paymentsProviderStripe
|
||
|
[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)
|
||
|
|
||
|
|