Changes

m
Line 54: Line 54:  
To create a restricted key, follow the [https://stripe.com/docs/keys#create-restricted-api-secret-key steps provided by Stripe]. When creating the key, the permissions needed by Dolibarr include:
 
To create a restricted key, follow the [https://stripe.com/docs/keys#create-restricted-api-secret-key steps provided by Stripe]. When creating the key, the permissions needed by Dolibarr include:
   −
TODO
+
* Customers: <code>write</code>
 +
* Events: <code>read</code>
 +
* PaymentIntents: <code>write</code>
 +
* SetupIntents: <code>write</code> (if using free trials)
 +
* Checkout Sessions: <code>write</code> (if using Stripe Checkout)
    
=Usage=
 
=Usage=