Hi Team,
I am trying to install killbill stripe plugin. I have configured the osgi params and have added a valid stripe customer id in of the accounts. When i am trying to refresh the payments methods, i am getting the following error.
org.glassfish.jersey.server.internal.process.MappableException: {cause=PaymentPluginApiException{errorMessage='Error connecting to Stripe', errorType='No API key provided. Set your API key using `Stripe.apiKey = "<API-KEY>"`. You can generate API keys from the Stripe Dashboard. See
https://stripe.com/docs/api/authentication for details or contact support at
https://support.stripe.com/email if you have any questions.'}, code=7006, formattedMsg='Failed to refresh payment methods for account 1989d14d-dc41-41dd-a8b0-29511d4cd8e1 : Error connecting to Stripe'}
Please note, i have tried adding stripe api keys from KAUI as well as KillBill APIs.
What am i missing? Even the nodeinfo is returning status are running for killbill stripe plugin.