The Stripe Payment Integration lets you accept card payments via a secure, hosted payment page within WebLink. You'll need a Stripe account to use this payment option and the following API keys:
- Publishable API Key (pk_...)
- Restricted API Key (rk...)
- (optional) Secret API Key: You could use a full secret key (sk_...), but restricted keys are recommended for security.
Required permissions for Restricted API Keys:
- PaymentIntents: Write
- PaymentMethods: Write
- Tokens: Write
- Webhook Endpoints: Read
- Customers: Write
- Events: Read