Ich bekomme immer bei der Anbindung folgendes Feedback:
Fehler beim Importieren: Stripe - You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. 'Authorization: Bearer YOUR_SECRET_KEY'). See https://stripe.com/docs/api#authentication for details, or we can help at https://support.stripe.com/.
Habe schon folgendermassen abgeändert:
API_USERNAME=>Authorization: Bearer sk_live_{mysecretkey}
API_DAYS=>14
API_ALLPAYMENTS=>1
API_SKIPPAYOUTA=>1
Vorher hatte ich ohne “Authorization: Bearer”. Hat jemand Ahnung?