paymentmethods.md 1.07 KiB
Payment Methods
The Stripe extension implements the following payment methods:
Credit / Debit Card
Card Element
See: Stripe Card Element.
This is enabled by default. No additional configuration is required.
It is supported for all payment types.
Payment Request Button (Apple/Google/Microsoft Pay)
See: Stripe PaymentRequest Button.
Configuration
In Administer->CiviContribute->Stripe Settings you need to set Country where your account is registered
to
the two character country code of your account (eg. "US").
Supported configurations
The PaymentRequest element will be displayed automatically instead of the card element if:
- The client browser has support for the paymentRequest button.
- The payment is a one-off. Recurring payments are not supported and the element will not be displayed in this case.