Line 48:
Line 48:
= Variants =
= Variants =
−
Stripe offers several modes of operation. The current default mode is the use of Stripe's "load" APIs. As of September 2019, these APIs are deprecated to implement the SCA on online payments and SecureID v2 (https://stripe.com/docs/strong-customer-authentication).
+
Stripe offers several modes of operation. The old default mode is the use of Stripe's "charge" APIs. As of September 2019, these APIs are deprecated to implement the SCA on online payments and SecureID v2 (https://stripe.com/docs/strong-customer-authentication).
The v10 is ready for this change. Dolibarr v10 offers 2 other modes of operation:
The v10 is ready for this change. Dolibarr v10 offers 2 other modes of operation:
* By going to home - configuration - various and adding the constant STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION to 1, Dolibarr will use the PaymentIntent Stripe APIs according to the workflow "Automatic Confirmation" (https://stripe.com/docs/payments/payment-intents/quickstart) , which is ready for the SCA.
* By going to home - configuration - various and adding the constant STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION to 1, Dolibarr will use the PaymentIntent Stripe APIs according to the workflow "Automatic Confirmation" (https://stripe.com/docs/payments/payment-intents/quickstart) , which is ready for the SCA.