Stripe Authentication
API Name: StripeAuthentication__c
Stores the Stripe Authentication Keys.
Label | API Name | Type | Description |
---|---|---|---|
Name | Name |
Text(255) | |
Active | Active__c |
Checkbox | If checked, this setting will be used by the payment processes. |
Enable Future Payments | EnableFuturePayments__c |
Checkbox | When checked, enables the future payment feature and makes the checkbox "allow for future payments" on the payment form visible. |
Future Payments Active | FuturePaymentsActive__c |
Checkbox | The default value for "allow for future payments". |
Future Payments Changeable | FuturePaymentsChangeable__c |
Checkbox | When checked, the customer can deactivate the checkbox "allow for future payments" on the payment form. |
Payment Methods | PaymentMethods__c |
Text(255) | Used payment methods for stripe. Comma separated. Possible values are 'Sepa', 'AliPay' and 'CreditCard'. |
Publishable Key | PublishableKey__c |
Text(255) | The publishable key of the test or live universe of your account. Can be obtained at the Stripe Account settings. |
Secret Key | SecretKey__c |
Text(255) | The secret key of the test or live universe of your account. Can be obtained at the Stripe Account settings. |
Tenant | Tenant__c |
Text(255) | The tenant for this setting. |
Webhook Secret | WebhookSecret__c |
Text(255) | The signing secret for webhook callbacks. |