Add gateway parameters, these are used to communicate with the Stripe gateway. Parameter values are masked for security. You can reveal the values via the
icon. You can
disable having the eye reveal option available via the 'admin/control/options.php' file and the 'SHOW_PARAMETER_EYE_TOGGLE' constant. Note that the eye option is not shown in some examples.
Stripe expects three parameters, your Stripe 'Publishable Key', your Stripe 'Secret Key' and your endpoint (webhook) 'Secret Key'. THESE ARE REQUIRED. Names MUST be as shown below. Values
can be your TEST values (for initial system testing) or your LIVE values for live payment processing. Example:
Param Name: api-key
Param Value: pk_api-abc123456789
Param Name: secret-key
Param Value: sk_secret-abc123456789
Param Name: endpoint-secret
Param Value: whsec_secret-abc123456789
You can also include the following if applicable (these are optional):
Param Name: locale
Param Value: any
supported Stripe 2 digit locale. Default: en
Param Name: image
Param Value: Full http path to custom business image (appears when stripe is shown on checkout). See following screenshot:
If not set, defaults to the 'content/**theme**/images/gateway.png' image in your images folder.
Example of adding above parameters can be seen below:
Parameters are not added until the 'Update' button is clicked. When parameters are added and page is refreshed, a delete option appears on the right. To remove a row, click this icon to remove
the row, then click 'Update'.