Configuration#
The Account Payment Stripe Module uses values from settings in the
[account_payment_stripe]
section of the
Configuration file.
Note
To send emails, the general from section must also be configured.
sources_cache
#
The sources_cache
defines the duration in seconds that the sources of a
Stripe Customer are kept in the
Cache
.
The default value is: 15 * 60
.
payment_methods
#
The payment_methods
defines the duration in seconds that the payment
methods for a Stripe Customer are
kept in the Cache
.
The default value is: 15 * 60
.
max_network_retries
#
The max_network_retries
defines the maximum number of retries the Stripe
library may perform.
The default value is: 3
.